summaryrefslogtreecommitdiffstats
path: root/ui/ui_resources.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'ui/ui_resources.gypi')
-rw-r--r--ui/ui_resources.gypi17
1 files changed, 17 insertions, 0 deletions
diff --git a/ui/ui_resources.gypi b/ui/ui_resources.gypi
index 8b31dcb..092698e 100644
--- a/ui/ui_resources.gypi
+++ b/ui/ui_resources.gypi
@@ -72,5 +72,22 @@
],
'includes': [ '../build/grit_target.gypi' ],
},
+ {
+ 'target_name': 'ui_resources_touch_2x',
+ 'type': 'none',
+ 'variables': {
+ 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_touch_2x',
+ },
+ 'actions': [
+ {
+ 'action_name': 'ui_resources_touch_2x',
+ 'variables': {
+ 'grit_grd_file': 'resources/ui_resources_touch_2x.grd',
+ },
+ 'includes': [ '../build/grit_action.gypi' ],
+ },
+ ],
+ 'includes': [ '../build/grit_target.gypi' ],
+ },
],
}