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

Unified Diff: chrome/default_plugin/default_plugin.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 | « chrome/chrome.gyp ('k') | gfx/gfx.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/default_plugin/default_plugin.gyp
diff --git a/chrome/default_plugin/default_plugin.gyp b/chrome/default_plugin/default_plugin.gyp
index e82f15e9085270f438bb16e4fccb211ae7023b45..3af4a6627aaf71aa306a38d7f0dd79aca8fee14c 100644
--- a/chrome/default_plugin/default_plugin.gyp
+++ b/chrome/default_plugin/default_plugin.gyp
@@ -5,7 +5,8 @@
{
'variables': {
'chromium_code': 1,
- 'grit_info_cmd': ['python', '../../tools/grit/grit_info.py',],
+ 'grit_info_cmd': ['python', '../../tools/grit/grit_info.py',
+ '<@(grit_defines)'],
'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome',
'grit_cmd': ['python', '../../tools/grit/grit.py'],
},
« no previous file with comments | « chrome/chrome.gyp ('k') | gfx/gfx.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698