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

Unified Diff: mojo/dart/embedder/BUILD.gn

Issue 1262263003: Add DartPackage annotation to all mojo_services mojoms (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 5 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 | « no previous file | mojo/dart/embedder/io/mojo_patch.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/dart/embedder/BUILD.gn
diff --git a/mojo/dart/embedder/BUILD.gn b/mojo/dart/embedder/BUILD.gn
index 35a483bf55465d8b3fd23098c3673be337d3544a..8f056ed08dfd22d2d9f20547282ddd929a0b7e75 100644
--- a/mojo/dart/embedder/BUILD.gn
+++ b/mojo/dart/embedder/BUILD.gn
@@ -100,7 +100,7 @@ dart_embedder_package("dart_embedder_package_network") {
dart_embedder_package("dart_embedder_package_network_service") {
package = "mojo/services/network/public/interfaces"
- destination = "mojom/mojo"
+ destination = "mojo_services/mojo"
}
action_foreach("dart_embedder_package_sdk") {
@@ -355,7 +355,7 @@ action("generate_snapshot_bin") {
"$application_mojoms,mojo/mojo",
"$bindings_mojoms,mojo/mojo",
"$network_mojoms,mojo/mojo",
- "$network_service_mojoms,mojom/mojo",
+ "$network_service_mojoms,mojo_services/mojo",
],
"list lines")
« no previous file with comments | « no previous file | mojo/dart/embedder/io/mojo_patch.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698