summaryrefslogtreecommitdiffstats
path: root/ash/ash_resources.gypi
diff options
context:
space:
mode:
authorderat@chromium.org <derat@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-17 06:11:05 +0000
committerderat@chromium.org <derat@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-17 06:11:05 +0000
commita1e39cd7fd7af8d8a8934737ff09f59388c4d058 (patch)
treeefe69eefc22134f8a438a5c95e8c38d5c762b65a /ash/ash_resources.gypi
parenta7b00676ef397d9eaa27aaac02f36e05a07e569c (diff)
downloadchromium_src-a1e39cd7fd7af8d8a8934737ff09f59388c4d058.zip
chromium_src-a1e39cd7fd7af8d8a8934737ff09f59388c4d058.tar.gz
chromium_src-a1e39cd7fd7af8d8a8934737ff09f59388c4d058.tar.bz2
ash: Remove ash_wallpaper_resources.
The default Chrome OS wallpaper is specified on the command line now. BUG=248764 Review URL: https://chromiumcodereview.appspot.com/18470004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@211970 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/ash_resources.gypi')
-rw-r--r--ash/ash_resources.gypi21
1 files changed, 0 insertions, 21 deletions
diff --git a/ash/ash_resources.gypi b/ash/ash_resources.gypi
index cdec48d..5c2d62a 100644
--- a/ash/ash_resources.gypi
+++ b/ash/ash_resources.gypi
@@ -25,26 +25,5 @@
],
},
},
- {
- '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' ],
- }],
- ],
- },
],
}