From ebbf3c1bf5f41b0133657515302e3b110abedee1 Mon Sep 17 00:00:00 2001 From: erg Date: Wed, 25 Mar 2015 12:04:51 -0700 Subject: 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} --- chrome/chrome_repack_chrome_100_percent.gypi | 1 + 1 file changed, 1 insertion(+) (limited to 'chrome/chrome_repack_chrome_100_percent.gypi') diff --git a/chrome/chrome_repack_chrome_100_percent.gypi b/chrome/chrome_repack_chrome_100_percent.gypi index c585684..ded84b0b 100644 --- a/chrome/chrome_repack_chrome_100_percent.gypi +++ b/chrome/chrome_repack_chrome_100_percent.gypi @@ -15,6 +15,7 @@ 'conditions': [ ['OS != "ios"', { 'pak_inputs': [ + '<(SHARED_INTERMEDIATE_DIR)/blink/public/resources/blink_resources_100_percent.pak', '<(SHARED_INTERMEDIATE_DIR)/content/app/resources/content_resources_100_percent.pak', ], }], -- cgit v1.1