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

Unified Diff: runtime/bin/builtin.cc

Issue 3008563002: Removed Dartium SDK libs (Closed)
Patch Set: Needed few more definitions in dartium include (now removed). Created 3 years, 4 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.cc
diff --git a/runtime/bin/builtin.cc b/runtime/bin/builtin.cc
index 16b5424a14ff4aa7d0e96a9903a94994460d8fe3..0cb110d8f614f158f4f750690bd35bc83b652fb7 100644
--- a/runtime/bin/builtin.cc
+++ b/runtime/bin/builtin.cc
@@ -21,18 +21,8 @@ Builtin::builtin_lib_props Builtin::builtin_libraries_[] = {
#if defined(DART_NO_SNAPSHOT)
// Only include these libraries in the dart_bootstrap case for now.
- {"dart:html", html_source_paths_, NULL, NULL, true},
{"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", 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", web_sql_source_paths_, NULL, NULL, true},
- {"dart:svg", svg_source_paths_, NULL, NULL, true},
- {"dart:web_audio", web_audio_source_paths_, NULL, NULL, true},
#endif // defined(DART_NO_SNAPSHOT)
// End marker.

Powered by Google App Engine
This is Rietveld 408576698