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

Unified Diff: tools/grit/grit/format/data_pack.py

Issue 6245002: [grit] Avoid intermediate files for HTML inlining (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address tony's comments 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 | « no previous file | tools/grit/grit/format/html_inline.py » ('j') | tools/grit/grit_info.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/grit/grit/format/data_pack.py
diff --git a/tools/grit/grit/format/data_pack.py b/tools/grit/grit/format/data_pack.py
index 664cbaec990218c97add446f57f5bcd7413c8378..20a8f7341fae257a660f3f069553ae48a6aca7bf 100755
--- a/tools/grit/grit/format/data_pack.py
+++ b/tools/grit/grit/format/data_pack.py
@@ -29,7 +29,7 @@ class DataPack(interface.ItemFormatter):
nodes = DataPack.GetDataNodes(item)
data = {}
for node in nodes:
- id, value = node.GetDataPackPair(output_dir, lang)
+ id, value = node.GetDataPackPair(lang)
data[id] = value
return DataPack.WriteDataPack(data)
« no previous file with comments | « no previous file | tools/grit/grit/format/html_inline.py » ('j') | tools/grit/grit_info.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698