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

Unified Diff: pkg/compiler/lib/src/kernel/fasta_support.dart

Issue 2885103005: Add dart:html and friends to patched_dart2js_sdk/platform.dill, also fix up (Closed)
Patch Set: v1 Created 3 years, 7 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 | « no previous file | pkg/front_end/lib/src/fasta/translate_uri.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/compiler/lib/src/kernel/fasta_support.dart
diff --git a/pkg/compiler/lib/src/kernel/fasta_support.dart b/pkg/compiler/lib/src/kernel/fasta_support.dart
index 672b34562c7f9fdff7b57b85e2e88fb0b31d0b62..91dd4ea56040e8fe425dd26e3b857f21cde8e721 100644
--- a/pkg/compiler/lib/src/kernel/fasta_support.dart
+++ b/pkg/compiler/lib/src/kernel/fasta_support.dart
@@ -138,16 +138,26 @@ void _loadExtras(Loader loader) {
}
const _extraDart2jsLibraries = const <String>[
- 'dart:async',
- 'dart:collection',
- 'dart:mirrors',
- 'dart:_native_typed_data',
+ 'dart:_chrome',
+ 'dart:_foreign_helper',
+ 'dart:_interceptors',
'dart:_internal',
+ 'dart:_isolate_helper',
+ 'dart:_js_embedded_names',
'dart:_js_helper',
- 'dart:_interceptors',
- 'dart:_foreign_helper',
'dart:_js_mirrors',
'dart:_js_names',
- 'dart:_js_embedded_names',
- 'dart:_isolate_helper',
+ 'dart:_native_typed_data',
+ 'dart:async',
+ 'dart:collection',
+ 'dart:html',
+ 'dart:html_common',
+ 'dart:indexed_db',
+ 'dart:js',
+ 'dart:js_util',
+ 'dart:mirrors',
+ 'dart:svg',
+ 'dart:web_audio',
+ 'dart:web_gl',
+ 'dart:web_sql',
];
« no previous file with comments | « no previous file | pkg/front_end/lib/src/fasta/translate_uri.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698