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

Unified Diff: tools/dom/templates/html/dart2js/html_dart2js.darttemplate

Issue 25623002: Move Point and Rect over to dart:math, to be re-exported by dart:html. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 3 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: 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';

Powered by Google App Engine
This is Rietveld 408576698