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

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

Issue 998933005: Dart: Rename mojo:X -> dart:mojo.X (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: merge Created 5 years, 9 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 | « mojo/dart/apptest/apptest/apptest.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 e83100adb058e7e02b5b9e2ecf875a71fd1a4663..4f0ebb8c47280d45c6c954eb1ad6b1dd79163d88 100644
--- a/mojo/dart/embedder/builtin.cc
+++ b/mojo/dart/embedder/builtin.cc
@@ -47,11 +47,11 @@ 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_ } */
- {"mojo:builtin", true, Builtin::NativeSymbol, Builtin::NativeLookup,
+ {"dart:mojo.builtin", true, Builtin::NativeSymbol, Builtin::NativeLookup,
nullptr, nullptr },
- {"mojo:bindings", false, nullptr, nullptr,
+ {"dart:mojo.bindings", false, nullptr, nullptr,
nullptr, nullptr },
- {"mojo:core", true, MojoNativeSymbol, MojoNativeLookup,
+ {"dart:mojo.core", true, MojoNativeSymbol, MojoNativeLookup,
"mojo:core-patch", mojo_core_patch_resource_names_ },
};
« no previous file with comments | « mojo/dart/apptest/apptest/apptest.dart ('k') | mojo/dart/embedder/builtin.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698