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.gypi34
1 files changed, 34 insertions, 0 deletions
diff --git a/ui/ui_resources.gypi b/ui/ui_resources.gypi
index 2f4cf6e..e7d6476 100644
--- a/ui/ui_resources.gypi
+++ b/ui/ui_resources.gypi
@@ -21,5 +21,39 @@
],
'includes': [ '../build/grit_target.gypi' ],
},
+ {
+ 'target_name': 'ui_resources_large',
+ 'type': 'none',
+ 'variables': {
+ 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_large',
+ },
+ 'actions': [
+ {
+ 'action_name': 'ui_resources_large',
+ 'variables': {
+ 'grit_grd_file': 'resources/ui_resources_large.grd',
+ },
+ 'includes': [ '../build/grit_action.gypi' ],
+ },
+ ],
+ 'includes': [ '../build/grit_target.gypi' ],
+ },
+ {
+ 'target_name': 'ui_resources_standard',
+ 'type': 'none',
+ 'variables': {
+ 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard',
+ },
+ 'actions': [
+ {
+ 'action_name': 'ui_resources_standard',
+ 'variables': {
+ 'grit_grd_file': 'resources/ui_resources_standard.grd',
+ },
+ 'includes': [ '../build/grit_action.gypi' ],
+ },
+ ],
+ 'includes': [ '../build/grit_target.gypi' ],
+ },
],
}