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

Unified Diff: tools/json_schema_compiler/model.py

Issue 515983003: Fixing json compiler preview. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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
Index: tools/json_schema_compiler/model.py
diff --git a/tools/json_schema_compiler/model.py b/tools/json_schema_compiler/model.py
index 16530e7f465b2e523958c8e00afdc8c1e6f652d1..bab4ad823b9134c4b915226623b1b8fc6eea4ffa 100644
--- a/tools/json_schema_compiler/model.py
+++ b/tools/json_schema_compiler/model.py
@@ -130,6 +130,7 @@ class Namespace(object):
self.compiler_options = {}
self.environment = environment
self.documentation_options = json.get('documentation_options', {})
+ self.dependencies = json.get('dependencies', [])
not at google - send to devlin 2014/08/28 19:22:09 When is this populated?
lfg 2014/08/28 19:33:35 This came directly from the json file (currently,
not at google - send to devlin 2014/08/28 19:41:35 Ah ok. Yeah we used to use a "dependencies" proper
lfg 2014/08/28 23:14:59 Acknowledged.
class Origin(object):

Powered by Google App Engine
This is Rietveld 408576698