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

Unified Diff: chrome/chrome.gyp

Issue 6109003: Fix grit dependencies for chromeos, touchui, and toolkit_views. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 11 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 | « app/app.gyp ('k') | chrome/default_plugin/default_plugin.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome.gyp
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 84d4446c56e0d99acdbcc2facdacc09494ff0927..5095499416eaadea66a75c03fcf0c0205aff945b 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -64,7 +64,8 @@
'browser/resources/net_internals_resources.grd',
'browser/resources/shared_resources.grd'
],
- 'grit_info_cmd': ['python', '../tools/grit/grit_info.py'],
+ 'grit_info_cmd': ['python', '../tools/grit/grit_info.py',
+ '<@(grit_defines)'],
'grit_cmd': ['python', '../tools/grit/grit.py'],
'repack_locales_cmd': ['python', 'tools/build/repack_locales.py'],
# TODO: remove this helper when we have loops in GYP
« no previous file with comments | « app/app.gyp ('k') | chrome/default_plugin/default_plugin.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698