diff options
author | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-16 00:48:12 +0000 |
---|---|---|
committer | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-16 00:48:12 +0000 |
commit | 3109d29fb9373ca820663e60b7980a11ee292a37 (patch) | |
tree | 38bea6daf03074407ed4e13d38b819d9fe2285cf /athena/resources | |
parent | deee216530b6f075842961170c1c07c19d5024ac (diff) | |
download | chromium_src-3109d29fb9373ca820663e60b7980a11ee292a37.zip chromium_src-3109d29fb9373ca820663e60b7980a11ee292a37.tar.gz chromium_src-3109d29fb9373ca820663e60b7980a11ee292a37.tar.bz2 |
Include blink resources
BUG=375533
R=abodenha@chromium.org
Review URL: https://codereview.chromium.org/393673004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283309 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'athena/resources')
-rw-r--r-- | athena/resources/athena_resources.gyp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/athena/resources/athena_resources.gyp b/athena/resources/athena_resources.gyp index 16b8562..526c683 100644 --- a/athena/resources/athena_resources.gyp +++ b/athena/resources/athena_resources.gyp @@ -14,6 +14,8 @@ '../../apps/shell/app_shell.gyp:app_shell_pak', '../../ash/ash_resources.gyp:ash_resources', '../../content/content_resources.gyp:content_resources', + '../../webkit/webkit_resources.gyp:webkit_resources', + '../../webkit/webkit_resources.gyp:webkit_strings', ], 'actions': [{ 'action_name': 'repack_athena_pack', @@ -22,6 +24,8 @@ '<(PRODUCT_DIR)/app_shell.pak', '<(SHARED_INTERMEDIATE_DIR)/ash/resources/ash_resources_100_percent.pak', '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.pak', + '<(SHARED_INTERMEDIATE_DIR)/webkit/blink_resources.pak', + '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_strings_en-US.pak', ], 'pak_output': '<(PRODUCT_DIR)/athena_resources.pak', }, |