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

Unified Diff: lib/src/compiler.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
« no previous file with comments | « lib/src/codegen/js_codegen.dart ('k') | lib/src/server/server.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/compiler.dart
diff --git a/lib/src/compiler.dart b/lib/src/compiler.dart
index 5375a3575570a49bc43441dd4ad941bf2d5d18b9..f1142e1e17cd0d3cae791764f686b5363afada81 100644
--- a/lib/src/compiler.dart
+++ b/lib/src/compiler.dart
@@ -514,7 +514,13 @@ final corelibOrder = [
'dart:_metadata',
'dart:html',
'dart:html_common',
+ 'dart:indexed_db',
+ 'dart:svg',
+ 'dart:web_audio',
+ 'dart:web_gl',
+ 'dart:web_sql',
'dart:_debugger'
+
// _foreign_helper is not included, as it only defines the JS builtin that
// the compiler handles at compile time.
].map(Uri.parse).toList();
« no previous file with comments | « lib/src/codegen/js_codegen.dart ('k') | lib/src/server/server.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698