Chromium Code Reviews| 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", |