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

Unified Diff: runtime/vm/bootstrap.h

Issue 14927003: Revert 22380 to investigate windows build break. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 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 | « runtime/tools/gen_library_src_paths.py ('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
===================================================================
--- runtime/vm/bootstrap.h (revision 22381)
+++ runtime/vm/bootstrap.h (working copy)
@@ -17,30 +17,27 @@
static RawError* LoadandCompileScripts();
static void SetupNativeResolver();
- // Source path mapping for library URI and 'parts'.
- 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* crypto_source_paths_[];
- static const char* isolate_source_paths_[];
- static const char* json_source_paths_[];
- static const char* math_source_paths_[];
- static const char* mirrors_source_paths_[];
- static const char* typed_data_source_paths_[];
- static const char* uri_source_paths_[];
- static const char* utf_source_paths_[];
-
- // Patch sources for libaries (concatenated source).
+ static const char async_source_[];
static const char async_patch_[];
+ static const char corelib_source_[];
static const char corelib_patch_[];
+ static const char collection_source_[];
static const char collection_patch_[];
+ static const char collection_dev_source_[];
static const char collection_dev_patch_[];
+ static const char crypto_source_[];
+ static const char isolate_source_[];
static const char isolate_patch_[];
+ static const char json_source_[];
static const char json_patch_[];
+ static const char math_source_[];
static const char math_patch_[];
+ static const char mirrors_source_[];
static const char mirrors_patch_[];
+ static const char typed_data_source_[];
static const char typed_data_patch_[];
+ static const char uri_source_[];
+ static const char utf_source_[];
};
} // namespace dart
« no previous file with comments | « runtime/tools/gen_library_src_paths.py ('k') | runtime/vm/bootstrap.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698