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

Unified Diff: sdk/lib/html/html_common/html_common.dart

Issue 3008563002: Removed Dartium SDK libs (Closed)
Patch Set: Needed few more definitions in dartium include (now removed). Created 3 years, 4 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: sdk/lib/html/html_common/html_common.dart
diff --git a/sdk/lib/html/html_common/html_common.dart b/sdk/lib/html/html_common/html_common.dart
index 61e3519bc667b85cad0a6b7f2cf4b0122802e08e..5fe2a30168122e4e77b29a765b38a86cc8d1629f 100644
--- a/sdk/lib/html/html_common/html_common.dart
+++ b/sdk/lib/html/html_common/html_common.dart
@@ -13,6 +13,8 @@ import 'dart:nativewrappers';
import 'dart:typed_data';
import 'dart:web_gl' as gl;
+import 'dart:_js_helper';
+
import 'metadata.dart';
export 'metadata.dart';
@@ -21,4 +23,4 @@ part 'device.dart';
part 'filtered_element_list.dart';
part 'lists.dart';
part 'conversions.dart';
-part 'conversions_dartium.dart';
+part 'conversions_dart2js.dart';
Alan Knight 2017/08/30 22:54:49 Wait, how did this work at all if it was explicitl
terry 2017/08/31 14:29:30 The file conversion_dart2js.dart isn't needed but

Powered by Google App Engine
This is Rietveld 408576698