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

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

Issue 981733009: Fix all dartanalyzer errors in dart:sky except the Native ones. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 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 | « sky/engine/bindings/BUILD.gn ('k') | sky/engine/bindings/scripts/dart_types.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/bindings/scripts/compiler.py
diff --git a/sky/engine/bindings/scripts/compiler.py b/sky/engine/bindings/scripts/compiler.py
index 26c93d90c49c7a89d1c8b3de7b71fcc1d8f00d02..bac01ccfdf99d55eaf7f97f969f13fad5d20ca97 100755
--- a/sky/engine/bindings/scripts/compiler.py
+++ b/sky/engine/bindings/scripts/compiler.py
@@ -114,7 +114,7 @@ class IdlCompilerDart(IdlCompiler):
def generate_dart_blink(self, global_entries):
global_dart_blink_filename = os.path.join(self.output_directory,
- 'sky_core.dart')
+ 'dart_sky.dart')
expanded_global_entries = []
for (directory, file_list_file) in global_entries:
with open(file_list_file) as input_file:
« no previous file with comments | « sky/engine/bindings/BUILD.gn ('k') | sky/engine/bindings/scripts/dart_types.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698