From a3c614c905c98047c9be306b0cf52e87f6df313a Mon Sep 17 00:00:00 2001 From: erg Date: Fri, 3 Apr 2015 10:47:51 -0700 Subject: Part 4 of ??: Move blink images to their own grd/pak files. This makes chrome usage of blink images refer to the new IDR2_*s in the blink_image_resource paks, and removes references to blink_resource_100_percent.pak. BUG=471609, 467176 Review URL: https://codereview.chromium.org/1055593002 Cr-Commit-Position: refs/heads/master@{#323765} --- android_webview/android_webview.gyp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'android_webview') diff --git a/android_webview/android_webview.gyp b/android_webview/android_webview.gyp index 6d69eb0..fb4c3ff 100644 --- a/android_webview/android_webview.gyp +++ b/android_webview/android_webview.gyp @@ -20,7 +20,8 @@ 'action_name': 'repack_android_webview_pack', 'variables': { 'pak_inputs': [ - '<(SHARED_INTERMEDIATE_DIR)/blink/public/resources/blink_resources_100_percent.pak', + '<(SHARED_INTERMEDIATE_DIR)/blink/public/resources/blink_resources.pak', + '<(SHARED_INTERMEDIATE_DIR)/blink/public/resources/blink_image_resources_100_percent.pak', '<(SHARED_INTERMEDIATE_DIR)/content/app/resources/content_resources_100_percent.pak', '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.pak', '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.pak', -- cgit v1.1