Index: runtime/bin/builtin.cc |
diff --git a/runtime/bin/builtin.cc b/runtime/bin/builtin.cc |
index 9cfd7d98d67cb16f281587064f6b0e01d699064b..16b5424a14ff4aa7d0e96a9903a94994460d8fe3 100644 |
--- a/runtime/bin/builtin.cc |
+++ b/runtime/bin/builtin.cc |
@@ -25,7 +25,9 @@ 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", 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}, |