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

Unified Diff: lib/_internal/libraries.dart

Issue 10912007: Remove buildin library reference from dart-analyzer test. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Also remove the builtin reference from lib/_internal. Created 8 years, 4 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 | « compiler/javatests/com/google/dart/compiler/SystemLibrariesReaderTest.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/_internal/libraries.dart
diff --git a/lib/_internal/libraries.dart b/lib/_internal/libraries.dart
index 006afa235c75446ba5b704c0019e75c8fe2474cc..8640e5d9a11d6d23c082f4f379c9ad8b85569d08 100644
--- a/lib/_internal/libraries.dart
+++ b/lib/_internal/libraries.dart
@@ -22,12 +22,6 @@ const int VM_PLATFORM = 2;
*/
const Map<String, LibraryInfo> LIBRARIES = const <LibraryInfo> {
- "builtin": const LibraryInfo(
- "builtin/builtin_runtime.dart",
- category: "Server",
- documented: false,
- platforms: VM_PLATFORM),
-
"core": const LibraryInfo(
"core/core.dart",
dart2jsPath: "compiler/implementation/lib/core.dart"),
« no previous file with comments | « compiler/javatests/com/google/dart/compiler/SystemLibrariesReaderTest.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698