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

Unified Diff: lib/compiler/implementation/library_map.dart

Issue 10265027: Move all the builtin$ interceptors to a new interceptors library and shorten the names of them. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 8 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/compiler/implementation/library_map.dart
diff --git a/lib/compiler/implementation/library_map.dart b/lib/compiler/implementation/library_map.dart
index cc22c99399cc7a2aa388492ebf087836da0717a5..beaa171eb0580984f0461aabcbb181003e0b9b3e 100644
--- a/lib/compiler/implementation/library_map.dart
+++ b/lib/compiler/implementation/library_map.dart
@@ -14,6 +14,7 @@ final Map<String,String> DART2JS_LIBRARY_MAP = const <String> {
"core": "lib/compiler/implementation/lib/core.dart",
"coreimpl": "lib/compiler/implementation/lib/coreimpl.dart",
"_js_helper": "lib/compiler/implementation/lib/js_helper.dart",
+ "_interceptors": "lib/compiler/implementation/lib/interceptors.dart",
"dom": "lib/dom/frog/dom_frog.dart",
"html": "lib/html/frog/html_frog.dart",
"io": "lib/compiler/implementation/lib/io.dart",

Powered by Google App Engine
This is Rietveld 408576698