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

Unified Diff: runtime/bin/builtin.cc

Issue 2350583002: Starting work on full GN build (Closed)
Patch Set: Fixes for Fuchsia and Flutter. 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
« no previous file with comments | « runtime/bin/builtin.h ('k') | runtime/bin/zlib.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/builtin.cc
diff --git a/runtime/bin/builtin.cc b/runtime/bin/builtin.cc
index 2c303a17d2350b18a148ad9a4aaac6b7008fbc63..b3215bbfb8f3d0f6aeddcd83f02485da8eeff378 100644
--- a/runtime/bin/builtin.cc
+++ b/runtime/bin/builtin.cc
@@ -25,14 +25,14 @@ Builtin::builtin_lib_props Builtin::builtin_libraries_[] = {
{ "dart:html_common", html_common_source_paths_, NULL, NULL, true},
{ "dart:js", js_source_paths_, NULL, NULL, true},
{ "dart:js_util", js_util_source_paths_, NULL, NULL, true},
- { "dart:_blink", blink_source_paths_, NULL, NULL, true },
- { "dart:indexed_db", indexeddb_source_paths_, NULL, NULL, true },
+ { "dart:_blink", _blink_source_paths_, NULL, NULL, true },
+ { "dart:indexed_db", indexed_db_source_paths_, NULL, NULL, true },
{ "cached_patches.dart", cached_patches_source_paths_, NULL, NULL, true },
{ "dart:web_gl", web_gl_source_paths_, NULL, NULL, true },
{ "metadata.dart", metadata_source_paths_, NULL, NULL, true },
- { "dart:web_sql", websql_source_paths_, NULL, NULL, true },
+ { "dart:web_sql", web_sql_source_paths_, NULL, NULL, true },
{ "dart:svg", svg_source_paths_, NULL, NULL, true },
- { "dart:web_audio", webaudio_source_paths_, NULL, NULL, true },
+ { "dart:web_audio", web_audio_source_paths_, NULL, NULL, true },
#endif // defined(DART_NO_SNAPSHOT)
// End marker.
« no previous file with comments | « runtime/bin/builtin.h ('k') | runtime/bin/zlib.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698