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

Unified Diff: runtime/bin/builtin.h

Issue 2350583002: Starting work on full GN build (Closed)
Patch Set: Cleanup Created 4 years, 3 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
Index: runtime/bin/builtin.h
diff --git a/runtime/bin/builtin.h b/runtime/bin/builtin.h
index d90223af7344c01810f27fe86010828ea784b8bb..d7e1e4c226868c2d94a183d1f12bbf7dd23e12db 100644
--- a/runtime/bin/builtin.h
+++ b/runtime/bin/builtin.h
@@ -75,14 +75,14 @@ class Builtin {
static const char* html_common_source_paths_[];
static const char* js_source_paths_[];
static const char* js_util_source_paths_[];
- static const char* blink_source_paths_[];
- static const char* indexeddb_source_paths_[];
+ static const char* _blink_source_paths_[];
+ static const char* indexed_db_source_paths_[];
static const char* cached_patches_source_paths_[];
static const char* web_gl_source_paths_[];
static const char* metadata_source_paths_[];
- static const char* websql_source_paths_[];
+ static const char* web_sql_source_paths_[];
static const char* svg_source_paths_[];
- static const char* webaudio_source_paths_[];
+ static const char* web_audio_source_paths_[];
static Dart_Port load_port_;
static const int num_libs_;

Powered by Google App Engine
This is Rietveld 408576698