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

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

Issue 1700153002: Wrapperless dart:html and friends (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: A couple more tweaks Created 4 years, 10 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: tool/input_sdk/lib/html/html_common/html_common_dart2js.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_dart2js.dart
similarity index 96%
copy from tool/input_sdk/lib/html/html_common/html_common_ddc.dart
copy to tool/input_sdk/lib/html/html_common/html_common_dart2js.dart
index 51b9b913781143d387f18feffc605a7d4fb3bed5..f162ad840d0de838dc002b10e876f040a4c76857 100644
--- a/tool/input_sdk/lib/html/html_common/html_common_ddc.dart
+++ b/tool/input_sdk/lib/html/html_common/html_common_dart2js.dart
@@ -8,6 +8,7 @@ import 'dart:async';
import 'dart:collection';
import 'dart:html';
import 'dart:_internal' show WhereIterable;
+import 'dart:web_gl' as gl;
import 'dart:typed_data';
import 'dart:_native_typed_data';
import 'dart:_js_helper' show Creates, Returns, convertDartClosureToJS;
« no previous file with comments | « tool/input_sdk/lib/html/html_common/html_common.dart ('k') | tool/input_sdk/lib/html/html_common/html_common_ddc.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698