| Index: chrome/chrome_resources.gyp
|
| diff --git a/chrome/chrome_resources.gyp b/chrome/chrome_resources.gyp
|
| index 8a515ff7c3ef2ca33ce98585b8775ecf37eaf138..2d4c0634d56cd1c1b37f559e25c50d60cb324294 100644
|
| --- a/chrome/chrome_resources.gyp
|
| +++ b/chrome/chrome_resources.gyp
|
| @@ -218,9 +218,9 @@
|
| 'includes': [ '../build/grit_action.gypi' ],
|
| },
|
| {
|
| - 'action_name': 'theme_resources_metro_1x',
|
| + 'action_name': 'theme_resources_touch_1x',
|
| 'variables': {
|
| - 'grit_grd_file': 'app/theme/theme_resources_metro_1x.grd',
|
| + 'grit_grd_file': 'app/theme/theme_resources_touch_1x.grd',
|
| },
|
| 'includes': [ '../build/grit_action.gypi' ],
|
| },
|
| @@ -283,7 +283,7 @@
|
| {
|
| 'destination': '<(PRODUCT_DIR)',
|
| 'files': [
|
| - '<(grit_out_dir)/theme_resources_metro_1x.pak',
|
| + '<(grit_out_dir)/theme_resources_touch_1x.pak',
|
| ],
|
| },
|
| ],
|
|
|