diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-29 22:12:57 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-29 22:12:57 +0000 |
commit | db8dc3fe00f6a33f2684379d30419767f9867997 (patch) | |
tree | a05d1619e8bf538d81231131d689ff8d4fa0e684 /content/content_shell.gypi | |
parent | a2024caea182c9c35b3aee8d5db4fd49706070a6 (diff) | |
download | chromium_src-db8dc3fe00f6a33f2684379d30419767f9867997.zip chromium_src-db8dc3fe00f6a33f2684379d30419767f9867997.tar.gz chromium_src-db8dc3fe00f6a33f2684379d30419767f9867997.tar.bz2 |
Include entries to blink_resources.
We can't remove entries of webkit_chromium_resources just yet, because on
Blink side DumpRenderTree is still using it through Chromium :(
TBR=abarth@chromium.org, joth@chromium.org, thestig@chromium.org
Review URL: https://codereview.chromium.org/20329005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@214239 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_shell.gypi')
-rw-r--r-- | content/content_shell.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/content_shell.gypi b/content/content_shell.gypi index 4d120af..4344257 100644 --- a/content/content_shell.gypi +++ b/content/content_shell.gypi @@ -319,6 +319,7 @@ '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/webui_resources.pak', '<(SHARED_INTERMEDIATE_DIR)/ui/ui_strings/ui_strings_en-US.pak', '<(SHARED_INTERMEDIATE_DIR)/webkit/devtools_resources.pak', + '<(SHARED_INTERMEDIATE_DIR)/webkit/blink_resources.pak', '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.pak', '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources_100_percent.pak', '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_strings_en-US.pak', |