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

Unified Diff: sky/engine/tonic/BUILD.gn

Issue 1155193004: Canvas.concat takes a 16-element Float32List instead of an array. (Closed) Base URL: git@github.com:/domokit/mojo.git@master
Patch Set: abarth Created 5 years, 6 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/tonic/BUILD.gn
diff --git a/sky/engine/tonic/BUILD.gn b/sky/engine/tonic/BUILD.gn
index 673dfc6ef56787f8bcd83101221eff79ac535965..240a6d7d93421a07f775a528f78a2cd9c53bd205 100644
--- a/sky/engine/tonic/BUILD.gn
+++ b/sky/engine/tonic/BUILD.gn
@@ -17,6 +17,8 @@ source_set("tonic") {
"dart_error.h",
"dart_exception_factory.cc",
"dart_exception_factory.h",
+ "dart_float32list.cc",
+ "dart_float32list.h",
abarth-chromium 2015/06/04 17:29:27 We can just call these float32_list.cc and float32
Matt Perry 2015/06/04 17:34:35 Done.
"dart_gc_context.cc",
"dart_gc_context.h",
"dart_gc_controller.cc",

Powered by Google App Engine
This is Rietveld 408576698