diff options
author | Carlos Garcia Campos <cgarcia@igalia.com> | 2013-03-29 00:06:47 +0800 |
---|---|---|
committer | Carlos Garcia Campos <carlosgc@gnome.org> | 2013-04-05 21:47:37 +0800 |
commit | a2181b928e5a0f6d27487859fe86a276c1eed25c (patch) | |
tree | 9a4915e37cb5f7f75ff686c8936bc34b47ea481c /tests/Makefile.am | |
parent | efccc1eac4ac4e15fd4f5695d27a85c7d25c3cc6 (diff) | |
download | gsoc2013-epiphany-a2181b928e5a0f6d27487859fe86a276c1eed25c.tar gsoc2013-epiphany-a2181b928e5a0f6d27487859fe86a276c1eed25c.tar.gz gsoc2013-epiphany-a2181b928e5a0f6d27487859fe86a276c1eed25c.tar.bz2 gsoc2013-epiphany-a2181b928e5a0f6d27487859fe86a276c1eed25c.tar.lz gsoc2013-epiphany-a2181b928e5a0f6d27487859fe86a276c1eed25c.tar.xz gsoc2013-epiphany-a2181b928e5a0f6d27487859fe86a276c1eed25c.tar.zst gsoc2013-epiphany-a2181b928e5a0f6d27487859fe86a276c1eed25c.zip |
Compile template pages as GResources
So that they are loaded from memory instead of disk every time they are
needed.
We also get rid of ephy_file searching for the files in the file system.
https://bugzilla.gnome.org/show_bug.cgi?id=696792
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index b69d60284..1db8a32c7 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -177,6 +177,7 @@ test_ephy_web_app_utils_SOURCES = \ ephy-web-app-utils-test.c test_ephy_web_view_SOURCES = \ + $(top_builddir)/src/epiphany-resources.c \ ephy-web-view-test.c EXTRA_DIST = \ |