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

Unified Diff: gfx/gfx.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/default_plugin/default_plugin.gyp ('k') | net/net.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gfx/gfx.gyp
diff --git a/gfx/gfx.gyp b/gfx/gfx.gyp
index c24e5a0dbf7e4df0d9543fb4af6ac35a82e2eacb..824e9b01bcc9f5e9db51940cd6b4d849a040c898 100644
--- a/gfx/gfx.gyp
+++ b/gfx/gfx.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_cmd': ['python', '../tools/grit/grit.py'],
'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/gfx',
},
« no previous file with comments | « chrome/default_plugin/default_plugin.gyp ('k') | net/net.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698