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

Unified Diff: lib/src/dependency_graph.dart

Issue 1186683005: dart:mirrors (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Address comments Created 5 years, 6 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: lib/src/dependency_graph.dart
diff --git a/lib/src/dependency_graph.dart b/lib/src/dependency_graph.dart
index f808fff2b73b2c9fa3b27871b4a04df7f4349d29..fc0c01a7f8387db031da4432313db22d3d84f295 100644
--- a/lib/src/dependency_graph.dart
+++ b/lib/src/dependency_graph.dart
@@ -532,6 +532,8 @@ const corelibOrder = const [
'dart._isolate_helper',
'dart._js_primitives',
'dart.convert',
+ 'dart.mirrors',
+ 'dart._js_mirrors',
// _foreign_helper is not included, as it only defines the JS builtin that
// the compiler handles at compile time.
];

Powered by Google App Engine
This is Rietveld 408576698