summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_dll.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 /chrome/chrome_dll.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 'chrome/chrome_dll.gypi')
-rw-r--r--chrome/chrome_dll.gypi5
1 files changed, 0 insertions, 5 deletions
diff --git a/chrome/chrome_dll.gypi b/chrome/chrome_dll.gypi
index 090a3d2..7481dfd 100644
--- a/chrome/chrome_dll.gypi
+++ b/chrome/chrome_dll.gypi
@@ -85,11 +85,6 @@
'../ui/compositor/compositor.gyp:compositor',
],
}],
- ['use_ash==1', {
- 'sources': [
- '<(SHARED_INTERMEDIATE_DIR)/ash/ash_resources/ash_wallpaper_resources.rc',
- ],
- }],
['OS=="win" and target_arch=="ia32"', {
# Add a dependency to custom import library for user32 delay
# imports only in x86 builds.