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

Unified Diff: build/grit_action.gypi

Issue 9875019: Adjust to version of grit where default is no resource_ids file. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge to LKGR (pure merge). Created 8 years, 9 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 | « DEPS ('k') | content/browser/debugger/devtools_resources.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/grit_action.gypi
diff --git a/build/grit_action.gypi b/build/grit_action.gypi
index 60a2320d58554116c3f633fb2de1f735637e3045..9d078b453c2b0c7d59d5b33260ca25d028f1aeca 100644
--- a/build/grit_action.gypi
+++ b/build/grit_action.gypi
@@ -25,6 +25,7 @@
],
'action': ['<@(grit_cmd)',
'-i', '<(grit_grd_file)', 'build',
+ '-f', 'GRIT_DIR/../gritsettings/resource_ids',
'-o', '<(grit_out_dir)',
'<@(grit_defines)' ],
'message': 'Generating resources from <(grit_grd_file)',
« no previous file with comments | « DEPS ('k') | content/browser/debugger/devtools_resources.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698