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

Unified Diff: runtime/vm/bootstrap.h

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/benchmark_test.cc ('k') | runtime/vm/bootstrap.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/bootstrap.h
diff --git a/runtime/vm/bootstrap.h b/runtime/vm/bootstrap.h
index 6ebc8124637e56bb02d74bcbd24314939ed66c05..5d3e53ba611cd6b583a6c48163d09b02eb6b20e3 100644
--- a/runtime/vm/bootstrap.h
+++ b/runtime/vm/bootstrap.h
@@ -23,8 +23,8 @@ class Bootstrap : public AllStatic {
static const char* async_source_paths_[];
static const char* corelib_source_paths_[];
static const char* collection_source_paths_[];
- static const char* collection_dev_source_paths_[];
static const char* convert_source_paths_[];
+ static const char* internal_source_paths_[];
static const char* isolate_source_paths_[];
static const char* json_source_paths_[];
static const char* math_source_paths_[];
@@ -36,8 +36,8 @@ class Bootstrap : public AllStatic {
static const char* async_patch_paths_[];
static const char* corelib_patch_paths_[];
static const char* collection_patch_paths_[];
- static const char* collection_dev_patch_paths_[];
static const char* convert_patch_paths_[];
+ static const char* internal_patch_paths_[];
static const char* isolate_patch_paths_[];
static const char* math_patch_paths_[];
static const char* mirrors_patch_paths_[];
« no previous file with comments | « runtime/vm/benchmark_test.cc ('k') | runtime/vm/bootstrap.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698