summaryrefslogtreecommitdiffstats
path: root/ash/ash_resources.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'ash/ash_resources.gypi')
-rw-r--r--ash/ash_resources.gypi21
1 files changed, 21 insertions, 0 deletions
diff --git a/ash/ash_resources.gypi b/ash/ash_resources.gypi
index 5c2d62a..cdec48d 100644
--- a/ash/ash_resources.gypi
+++ b/ash/ash_resources.gypi
@@ -25,5 +25,26 @@
],
},
},
+ {
+ 'target_name': 'ash_wallpaper_resources',
+ 'type': 'none',
+ 'conditions': [
+ ['use_ash==1', {
+ 'variables': {
+ 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/ash/ash_resources',
+ },
+ 'actions': [
+ {
+ 'action_name': 'ash_wallpapers_resources',
+ 'variables': {
+ 'grit_grd_file': 'resources/ash_wallpaper_resources.grd',
+ },
+ 'includes': [ '../build/grit_action.gypi' ],
+ },
+ ],
+ 'includes': [ '../build/grit_target.gypi' ],
+ }],
+ ],
+ },
],
}