diff options
author | erg <erg@chromium.org> | 2015-03-25 12:04:51 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-03-25 19:05:40 +0000 |
commit | ebbf3c1bf5f41b0133657515302e3b110abedee1 (patch) | |
tree | 2fa1e10549d08d276d35a351c03d27dbb0d2d645 /extensions/extensions.gyp | |
parent | 9b5dbea4ac95b9a923f09b7e842f7cf8c178c3a1 (diff) | |
download | chromium_src-ebbf3c1bf5f41b0133657515302e3b110abedee1.zip chromium_src-ebbf3c1bf5f41b0133657515302e3b110abedee1.tar.gz chromium_src-ebbf3c1bf5f41b0133657515302e3b110abedee1.tar.bz2 |
Part 3 of 4: Modify blink users so they use the image resources in blink.
Now that the image resources that blink depends on are in the blink
repository, we depend on the blink resources directly, delete the ones
in the chrome tree, and use these resources in the html_viewer.
BUG=467176
Review URL: https://codereview.chromium.org/1033733004
Cr-Commit-Position: refs/heads/master@{#322201}
Diffstat (limited to 'extensions/extensions.gyp')
-rw-r--r-- | extensions/extensions.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/extensions.gyp b/extensions/extensions.gyp index 797d4cc..e52dfe6 100644 --- a/extensions/extensions.gyp +++ b/extensions/extensions.gyp @@ -289,7 +289,7 @@ 'action_name': 'repack_extensions_shell_and_test_pak', 'variables': { 'pak_inputs': [ - '<(SHARED_INTERMEDIATE_DIR)/blink/public/resources/blink_resources.pak', + '<(SHARED_INTERMEDIATE_DIR)/blink/public/resources/blink_resources_100_percent.pak', '<(SHARED_INTERMEDIATE_DIR)/content/app/strings/content_strings_en-US.pak', '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.pak', '<(SHARED_INTERMEDIATE_DIR)/content/shell_resources.pak', |