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

Unified Diff: tool/input_sdk/lib/html/html_common/html_common_ddc.dart

Issue 1528613004: First cut of mini dart:html. (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Fix build_sdk Created 5 years 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: tool/input_sdk/lib/html/html_common/html_common_ddc.dart
diff --git a/tool/input_sdk/lib/html/html_common/html_common_ddc.dart b/tool/input_sdk/lib/html/html_common/html_common_ddc.dart
new file mode 100644
index 0000000000000000000000000000000000000000..33ea6303509104675fed325815b946ba5f915c2a
--- /dev/null
+++ b/tool/input_sdk/lib/html/html_common/html_common_ddc.dart
@@ -0,0 +1,26 @@
+// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+// for details. All rights reserved. Use of this source code is governed by a
+// BSD-style license that can be found in the LICENSE file.
+
+library html_common;
+
+import 'dart:async';
+import 'dart:collection';
+import 'dart:html';
+import 'dart:_internal' show WhereIterable;
+import 'dart:typed_data';
+import 'dart:_native_typed_data';
+import 'dart:_js_helper' show Creates, Returns, convertDartClosureToJS;
+import 'dart:_foreign_helper' show JS;
+import 'dart:_interceptors' show Interceptor, JSExtendableArray;
+
+import 'dart:_metadata';
+export 'dart:_metadata';
+
+part 'css_class_set.dart';
+part 'conversions.dart';
+part 'conversions_dart2js.dart';
+part 'device.dart';
+part 'filtered_element_list.dart';
+part 'lists.dart';
+
« no previous file with comments | « tool/input_sdk/lib/html/html_common/html_common.dart ('k') | tool/input_sdk/lib/html/html_common/lists.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698