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

Unified Diff: sky/engine/bindings/BUILD.gn

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 | « services/dart/test/pingpong_target/main.dart ('k') | sky/engine/bindings/builtin.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/bindings/BUILD.gn
diff --git a/sky/engine/bindings/BUILD.gn b/sky/engine/bindings/BUILD.gn
index ae26c6bc5f76a57b42dd6afbfd0f70241b14c014..cf42a0a4af0478ada501c06f1ca08af23f46f14f 100644
--- a/sky/engine/bindings/BUILD.gn
+++ b/sky/engine/bindings/BUILD.gn
@@ -102,8 +102,8 @@ action("generate_snapshot_bin") {
"--target_os",
os,
"--url_mapping=dart:sky,$sky_core_path",
- "--url_mapping=dart:mojo_bindings,$mojo_bindings_path",
- "--url_mapping=dart:mojo_core,$mojo_core_path",
+ "--url_mapping=mojo:bindings,$mojo_bindings_path",
+ "--url_mapping=mojo:core,$mojo_core_path",
"--url_mapping=dart:sky_builtin,$builtin_path",
]
}
« no previous file with comments | « services/dart/test/pingpong_target/main.dart ('k') | sky/engine/bindings/builtin.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698