Regularize naming to make BUILD.gn files easier to write.

Review URL: https://codereview.chromium.org//703693002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@41510 260f80e4-7a28-3924-810f-c04153c831b5
This commit is contained in:
zra@google.com
2014-11-04 22:03:57 +00:00
parent 84baa3028d
commit 0219bdb81a
11 changed files with 39 additions and 39 deletions
+4 -4
View File
@@ -21,10 +21,10 @@ class Bootstrap : public AllStatic {
// 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 @@ class Bootstrap : public AllStatic {
// 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_[];