| Index: chrome/chrome_resources.gyp
|
| diff --git a/chrome/chrome_resources.gyp b/chrome/chrome_resources.gyp
|
| index 78be1d3e55a8875946bf2d5286ffe7da7b01546b..85db5e3b758f5c2ec2e2610ebb28c1de90050065 100644
|
| --- a/chrome/chrome_resources.gyp
|
| +++ b/chrome/chrome_resources.gyp
|
| @@ -236,8 +236,8 @@
|
| {
|
| 'destination': '<(PRODUCT_DIR)',
|
| 'files': [
|
| - '<(grit_out_dir)/theme_resources_standard.pak',
|
| - '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_standard.pak',
|
| + '<(grit_out_dir)/theme_resources_100_percent.pak',
|
| + '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_100_percent.pak',
|
| ],
|
| },
|
| ],
|
| @@ -247,8 +247,8 @@
|
| {
|
| 'destination': '<(PRODUCT_DIR)',
|
| 'files': [
|
| - '<(grit_out_dir)/theme_resources_2x.pak',
|
| - '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_2x.pak',
|
| + '<(grit_out_dir)/theme_resources_200_percent.pak',
|
| + '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_200_percent.pak',
|
| ],
|
| },
|
| ],
|
| @@ -258,10 +258,10 @@
|
| {
|
| 'destination': '<(PRODUCT_DIR)',
|
| 'files': [
|
| - '<(grit_out_dir)/theme_resources_touch_1x.pak',
|
| - '<(grit_out_dir)/theme_resources_touch_2x.pak',
|
| - '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_touch.pak',
|
| - '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_touch_2x.pak',
|
| + '<(grit_out_dir)/theme_resources_touch_100_percent.pak',
|
| + '<(grit_out_dir)/theme_resources_touch_200_percent.pak',
|
| + '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_touch_100_percent.pak',
|
| + '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_touch_200_percent.pak',
|
| ],
|
| },
|
| ],
|
|
|