| Index: ui/ui_resources.gypi
|
| diff --git a/ui/ui_resources.gypi b/ui/ui_resources.gypi
|
| index e7d6476a05665346be885a37bf127a0003b2adce..e9b63a699d057adb61ab267820f5e48dbc9f5dde 100644
|
| --- a/ui/ui_resources.gypi
|
| +++ b/ui/ui_resources.gypi
|
| @@ -22,16 +22,16 @@
|
| 'includes': [ '../build/grit_target.gypi' ],
|
| },
|
| {
|
| - 'target_name': 'ui_resources_large',
|
| + 'target_name': 'ui_resources_2x',
|
| 'type': 'none',
|
| 'variables': {
|
| - 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_large',
|
| + 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_2x',
|
| },
|
| 'actions': [
|
| {
|
| - 'action_name': 'ui_resources_large',
|
| + 'action_name': 'ui_resources_2x',
|
| 'variables': {
|
| - 'grit_grd_file': 'resources/ui_resources_large.grd',
|
| + 'grit_grd_file': 'resources/ui_resources_2x.grd',
|
| },
|
| 'includes': [ '../build/grit_action.gypi' ],
|
| },
|
|
|