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

Unified Diff: runtime/vm/bootstrap.cc

Issue 133273011: Revert "Rename internal library dart:_collection-dev to dart:_internal." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: reapply after revert. Created 6 years, 11 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 | « runtime/vm/bootstrap.h ('k') | runtime/vm/dart_api_impl_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/bootstrap.cc
diff --git a/runtime/vm/bootstrap.cc b/runtime/vm/bootstrap.cc
index b04165a7ca4edd9ce2db4a2b0037853d1c209b29..fd4ce60818eca01e1814148474f8125af885201a 100644
--- a/runtime/vm/bootstrap.cc
+++ b/runtime/vm/bootstrap.cc
@@ -46,10 +46,10 @@ static bootstrap_lib_props bootstrap_libraries[] = {
collection,
Bootstrap::collection_source_paths_,
Bootstrap::collection_patch_paths_),
- INIT_LIBRARY(ObjectStore::kCollectionDev,
- _collection-dev,
- Bootstrap::collection_dev_source_paths_,
- Bootstrap::collection_dev_patch_paths_),
+ INIT_LIBRARY(ObjectStore::kInternal,
+ _internal,
+ Bootstrap::internal_source_paths_,
+ Bootstrap::internal_patch_paths_),
INIT_LIBRARY(ObjectStore::kIsolate,
isolate,
Bootstrap::isolate_source_paths_,
« no previous file with comments | « runtime/vm/bootstrap.h ('k') | runtime/vm/dart_api_impl_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698