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

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

Issue 10273026: Revert "Move all the builtin$ interceptors to a new interceptors library and shorten the names of t… (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
« no previous file with comments | « lib/compiler/implementation/lib/js_helper.dart ('k') | lib/compiler/implementation/ssa/builder.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/compiler/implementation/library_map.dart
diff --git a/lib/compiler/implementation/library_map.dart b/lib/compiler/implementation/library_map.dart
index beaa171eb0580984f0461aabcbb181003e0b9b3e..cc22c99399cc7a2aa388492ebf087836da0717a5 100644
--- a/lib/compiler/implementation/library_map.dart
+++ b/lib/compiler/implementation/library_map.dart
@@ -14,7 +14,6 @@ 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",
« no previous file with comments | « lib/compiler/implementation/lib/js_helper.dart ('k') | lib/compiler/implementation/ssa/builder.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698