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

Unified Diff: runtime/vm/bootstrap.h

Issue 703693002: Regularize some naming to make BUILD.gn files easier to write. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years, 1 month 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/lib/corelib_sources.gypi ('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 41495)
+++ runtime/vm/bootstrap.h (working copy)
@@ -21,10 +21,10 @@
// Source path mapping for library URI and 'parts'.
static const char* async_source_paths_[];
- static const char* corelib_source_paths_[];
+ static const char* core_source_paths_[];
static const char* collection_source_paths_[];
static const char* convert_source_paths_[];
- static const char* internal_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_[];
@@ -35,10 +35,10 @@
// Source path mapping for patch URI and 'parts'.
static const char* async_patch_paths_[];
- static const char* corelib_patch_paths_[];
+ static const char* core_patch_paths_[];
static const char* collection_patch_paths_[];
static const char* convert_patch_paths_[];
- static const char* internal_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/lib/corelib_sources.gypi ('k') | runtime/vm/bootstrap.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698