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

Unified Diff: sky/engine/bindings/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 | « sky/engine/bindings/BUILD.gn ('k') | sky/engine/bindings/mojo_natives.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/bindings/builtin.cc
diff --git a/sky/engine/bindings/builtin.cc b/sky/engine/bindings/builtin.cc
index 3cd5bb5b4627d14114fa6b7e9e88222f14678c3f..d57ea814eb31a2999c8c1c040eb616564af699c2 100644
--- a/sky/engine/bindings/builtin.cc
+++ b/sky/engine/bindings/builtin.cc
@@ -27,8 +27,8 @@ const LibraryDescriptor kBuiltinLibraries[] = {
/* { url_, has_natives_, native_symbol_, native_resolver_ } */
{"dart:sky_builtin", true, BuiltinNatives::NativeSymbol, BuiltinNatives::NativeLookup},
{"dart:sky", true, skySnapshotSymbolizer, skySnapshotResolver},
- {"dart:mojo_bindings", false, nullptr, nullptr},
- {"dart:mojo_core", true, MojoNativeSymbol, MojoNativeLookup},
+ {"mojo:bindings", false, nullptr, nullptr},
+ {"mojo:core", true, MojoNativeSymbol, MojoNativeLookup},
};
} // namespace
« no previous file with comments | « sky/engine/bindings/BUILD.gn ('k') | sky/engine/bindings/mojo_natives.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698