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

Unified Diff: mojo/dart/embedder/builtin.cc

Issue 951783004: Dart: Renames dart:mojo_blah -> mojo:blah (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 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 | « examples/dart/wget/main.dart ('k') | mojo/dart/embedder/builtin.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/dart/embedder/builtin.cc
diff --git a/mojo/dart/embedder/builtin.cc b/mojo/dart/embedder/builtin.cc
index fabb60269a37e14b7ad90bdaf93dc33d23f3cacd..e83100adb058e7e02b5b9e2ecf875a71fd1a4663 100644
--- a/mojo/dart/embedder/builtin.cc
+++ b/mojo/dart/embedder/builtin.cc
@@ -47,12 +47,12 @@ const char* Builtin::mojo_core_patch_resource_names_[] = {
Builtin::builtin_lib_props Builtin::builtin_libraries_[] = {
/* { url_, has_natives_, native_symbol_, native_resolver_,
patch_url_, patch_paths_ } */
- {"dart:mojo_builtin", true, Builtin::NativeSymbol, Builtin::NativeLookup,
+ {"mojo:builtin", true, Builtin::NativeSymbol, Builtin::NativeLookup,
nullptr, nullptr },
- {"dart:mojo_bindings", false, nullptr, nullptr,
+ {"mojo:bindings", false, nullptr, nullptr,
nullptr, nullptr },
- {"dart:mojo_core", true, MojoNativeSymbol, MojoNativeLookup,
- "dart:mojo_core-patch", mojo_core_patch_resource_names_ },
+ {"mojo:core", true, MojoNativeSymbol, MojoNativeLookup,
+ "mojo:core-patch", mojo_core_patch_resource_names_ },
};
uint8_t Builtin::snapshot_magic_number[] = {0xf5, 0xf5, 0xdc, 0xdc};
« no previous file with comments | « examples/dart/wget/main.dart ('k') | mojo/dart/embedder/builtin.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698