Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1874)

Unified Diff: ash/ash_resources.gypi

Issue 10910264: Move wallpapers to ash/resource (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: mac fix Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/ash.gyp ('k') | ash/desktop_background/desktop_background_resources.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/ash_resources.gypi
diff --git a/ash/ash_resources.gypi b/ash/ash_resources.gypi
index 5c2d62ad43b44e232cbd2e5c640792e4f6d2d5e9..cdec48da5afa8dc57a34cf5ea8605d1c00a1f152 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' ],
+ }],
+ ],
+ },
],
}
« no previous file with comments | « ash/ash.gyp ('k') | ash/desktop_background/desktop_background_resources.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698