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

Unified Diff: tools/grit/grit/tool/build.py

Issue 2655003: Make ChromeOS's options dialog wider for it and da. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: remove un-informative comment per tony Created 10 years, 6 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 | « tools/grit/grit/node/misc.py ('k') | tools/grit/grit/xtb_reader.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/grit/grit/tool/build.py
diff --git a/tools/grit/grit/tool/build.py b/tools/grit/grit/tool/build.py
index 2b7fa70a93d47abb5faa6a435a4da17f8c893000..3d76a06d4232b6d9cbe01b7aa142810bed87144d 100644
--- a/tools/grit/grit/tool/build.py
+++ b/tools/grit/grit/tool/build.py
@@ -91,6 +91,7 @@ are exported to translation interchange files (e.g. XMB files), etc.
(self.output_directory,
os.path.abspath(self.output_directory)))
self.res = grd_reader.Parse(opts.input, debug=opts.extra_verbose)
+ self.res.SetDefines(self.defines)
self.res.RunGatherers(recursive = True)
self.Process()
return 0
« no previous file with comments | « tools/grit/grit/node/misc.py ('k') | tools/grit/grit/xtb_reader.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698