Chromium Code Reviews| Index: tools/dom/templates/html/dart2js/html_dart2js.darttemplate |
| diff --git a/tools/dom/templates/html/dart2js/html_dart2js.darttemplate b/tools/dom/templates/html/dart2js/html_dart2js.darttemplate |
| index bf62f8b589e1b471175f08ec9816f1542b9a5295..24448b6bd1683a592386c174f8b14bfdeef4cbfb 100644 |
| --- a/tools/dom/templates/html/dart2js/html_dart2js.darttemplate |
| +++ b/tools/dom/templates/html/dart2js/html_dart2js.darttemplate |
| @@ -56,6 +56,8 @@ import 'dart:_interceptors' show |
| import 'dart:_isolate_helper' show IsolateNatives; |
| import 'dart:_foreign_helper' show JS; |
| +export 'dart:math' show Rectangle, RectangleBase, Point; |
|
floitsch
2013/10/02 08:54:09
Seems strange that we need to expose RectangleBase
kevmoo-old
2013/10/02 14:31:47
Exporting a subset of dart:math concerns me, given
Emily Fortuna
2013/10/02 18:32:40
Sorry Florian -- that was also left over from my m
|
| + |
| $!GENERATED_DART_FILES |
| part '$AUXILIARY_DIR/AttributeMap.dart'; |
| @@ -75,9 +77,7 @@ part '$AUXILIARY_DIR/KeyName.dart'; |
| part '$AUXILIARY_DIR/KeyboardEventStream.dart'; |
| part '$AUXILIARY_DIR/Microtask.dart'; |
| part '$AUXILIARY_DIR/NodeValidatorBuilder.dart'; |
| -part '$AUXILIARY_DIR/Point.dart'; |
| part '$AUXILIARY_DIR/ReadyState.dart'; |
| -part '$AUXILIARY_DIR/Rectangle.dart'; |
| part '$AUXILIARY_DIR/Serialization.dart'; |
| part '$AUXILIARY_DIR/WrappedEvent.dart'; |
| part '$AUXILIARY_DIR/WrappedList.dart'; |