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

Unified Diff: tools/grit/grit/grd_reader.py

Issue 6685061: Compile the devtools grd file into a .pak file so we (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase and fix win Created 9 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 | « chrome/chrome.gyp ('k') | tools/grit/grit/grd_reader_unittest.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/grit/grit/grd_reader.py
diff --git a/tools/grit/grit/grd_reader.py b/tools/grit/grit/grd_reader.py
index a6a1c8cf265eecf196033d4c48b90e3d4edfa932..d4fe0f7744e0eb5ae4ed73542435637637189076 100644
--- a/tools/grit/grit/grd_reader.py
+++ b/tools/grit/grit/grd_reader.py
@@ -147,7 +147,7 @@ def Parse(filename_or_stream, dir=None, flexible_root=False,
# Assign first ids to the nodes that don't have them.
if isinstance(handler.root, misc.GritNode) and first_id_filename != '':
- handler.root.AssignFirstIds(filename_or_stream, first_id_filename)
+ handler.root.AssignFirstIds(filename_or_stream, first_id_filename, defines)
return handler.root
« no previous file with comments | « chrome/chrome.gyp ('k') | tools/grit/grit/grd_reader_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698