diff options
author | derat@chromium.org <derat@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-17 06:11:05 +0000 |
---|---|---|
committer | derat@chromium.org <derat@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-17 06:11:05 +0000 |
commit | a1e39cd7fd7af8d8a8934737ff09f59388c4d058 (patch) | |
tree | efe69eefc22134f8a438a5c95e8c38d5c762b65a /ash/ash_resources.gypi | |
parent | a7b00676ef397d9eaa27aaac02f36e05a07e569c (diff) | |
download | chromium_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.gypi | 21 |
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' ], - }], - ], - }, ], } |