summaryrefslogtreecommitdiffstats
path: root/chrome/chrome.gyp
diff options
context:
space:
mode:
authorpkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-13 22:57:27 +0000
committerpkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-13 22:57:27 +0000
commit903e37906e0e0ad6c7627dabeaac1a87e6e31552 (patch)
treefdeb7050028649b5223e2cb1ce562306816f4944 /chrome/chrome.gyp
parent3cdf37690c508a8251f0893e0a757b2fa50f7f2a (diff)
downloadchromium_src-903e37906e0e0ad6c7627dabeaac1a87e6e31552.zip
chromium_src-903e37906e0e0ad6c7627dabeaac1a87e6e31552.tar.gz
chromium_src-903e37906e0e0ad6c7627dabeaac1a87e6e31552.tar.bz2
Clean up app_resources.grd:
* Alphabetize a couple entries * Move things to theme_resources.grd where possible; also fixes problems in chrome.gyp and theme_resources.grd that were causing "toolkit_views" to not be properly handled here, so this won't cause problems * Scope things only used by views under an appropriate conditional BUG=none TEST=none Review URL: http://codereview.chromium.org/2987003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52238 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome.gyp')
-rw-r--r--chrome/chrome.gyp3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index b6e961d..f8d27cb 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -345,6 +345,9 @@
['chromeos==1', {
'action': ['-D', 'chromeos'],
}],
+ ['toolkit_views==1', {
+ 'action': ['-D', 'toolkit_views'],
+ }],
['use_titlecase_in_grd_files==1', {
'action': ['-D', 'use_titlecase'],
}],