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

Unified Diff: sky/engine/bindings/scripts/templates/dart_blink.template

Issue 1238573002: AnimatedType should hit |end| (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 5 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 | sky/engine/core/painting/Offset.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/bindings/scripts/templates/dart_blink.template
diff --git a/sky/engine/bindings/scripts/templates/dart_blink.template b/sky/engine/bindings/scripts/templates/dart_blink.template
index 47f07d004dc4f043bb836f20aa79d53c0d575c5d..add3dd669eaf9e3f70a7c0481f26c36a3165276b 100644
--- a/sky/engine/bindings/scripts/templates/dart_blink.template
+++ b/sky/engine/bindings/scripts/templates/dart_blink.template
@@ -5,8 +5,9 @@
// WARNING: Do not edit - generated code.
library dart.sky;
-import "dart:nativewrappers";
+import 'dart:nativewrappers';
import 'dart:typed_data';
+import 'dart:math' as math;
{% for interface in interfaces %}
part '{{interface.name}}.dart';
« no previous file with comments | « no previous file | sky/engine/core/painting/Offset.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698