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

Unified Diff: tools/grit/grit/node/include.py

Issue 18478: Include webkit strings in test shell data pack. (Closed)
Patch Set: remove header Created 11 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 | « tools/grit/grit/format/data_pack.py ('k') | tools/grit/grit/node/message.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/grit/grit/node/include.py
diff --git a/tools/grit/grit/node/include.py b/tools/grit/grit/node/include.py
index 6ff560a71e80274a3c219866239f2900966f76d4..47599a427bac2625322aaff6d62fa09f9dae3920 100644
--- a/tools/grit/grit/node/include.py
+++ b/tools/grit/grit/node/include.py
@@ -47,7 +47,7 @@ class IncludeNode(base.Node):
'''
return self.FilenameToOpen()
- def GetDataPackPair(self, output_dir):
+ def GetDataPackPair(self, output_dir, lang):
'''Returns a (id, string) pair that represents the resource id and raw
bytes of the data. This is used to generate the data pack data file.
'''
« no previous file with comments | « tools/grit/grit/format/data_pack.py ('k') | tools/grit/grit/node/message.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698