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

Unified Diff: sky/engine/bindings/scripts/dart_compiler.py

Issue 1135283005: Sky: Add a CustomDart attribute to the IDL compiler, and use that with Canvas (Closed) Base URL: git@github.com:/domokit/mojo.git@master
Patch Set: . Created 5 years, 7 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: sky/engine/bindings/scripts/dart_compiler.py
diff --git a/sky/engine/bindings/scripts/dart_compiler.py b/sky/engine/bindings/scripts/dart_compiler.py
index 30cefdf464610a1f311ce8af0969a16cfc3d09bf..f4b0e24f608524627ea4a84f74ac38f9beb6d7f5 100755
--- a/sky/engine/bindings/scripts/dart_compiler.py
+++ b/sky/engine/bindings/scripts/dart_compiler.py
@@ -83,6 +83,7 @@ class IdlCompiler(object):
definitions = self.reader.read_idl_definitions(idl_filename)
output_code_list = self.code_generator.generate_code(definitions,
interface_name,
+ idl_filename,
idl_pickle_filename,
self.only_if_changed)
« no previous file with comments | « sky/engine/bindings/scripts/code_generator_dart.py ('k') | sky/engine/bindings/scripts/templates/interface_dart.template » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698