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

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

Issue 1092793005: Dart: Put generated .mojom.dart files under mojoms pacakge. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Merge Created 5 years, 8 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/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 38b5a892a6020193b453f666628a566b6177c4b0..cf509aa57ccb507bdbbc38d27f878d9558eca16d 100644
--- a/mojo/dart/embedder/BUILD.gn
+++ b/mojo/dart/embedder/BUILD.gn
@@ -84,17 +84,17 @@ group("dart_embedder_packages") {
dart_embedder_package("dart_embedder_package_application") {
package = "mojo/public/interfaces/application"
- destination = "mojo"
+ destination = "mojom/mojo"
}
dart_embedder_package("dart_embedder_package_bindings") {
package = "mojo/public/interfaces/bindings"
- destination = "mojo"
+ destination = "mojom/mojo"
}
dart_embedder_package("dart_embedder_package_network_service") {
package = "mojo/services/network/public/interfaces"
- destination = "mojo"
+ destination = "mojom/mojo"
}
action_foreach("dart_embedder_package_sdk") {
@@ -342,9 +342,9 @@ action("generate_snapshot_bin") {
rebase_path("$root_gen_dir/dart_embedder_packages"),
# Embedder package directories.
- "$application_mojoms,mojo",
- "$bindings_mojoms,mojo",
- "$network_service_mojoms,mojo",
+ "$application_mojoms,mojom/mojo",
+ "$bindings_mojoms,mojom/mojo",
+ "$network_service_mojoms,mojom/mojo",
],
"list lines")
« no previous file with comments | « examples/dart/wget/main.dart ('k') | mojo/dart/embedder/io/mojo_patch.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698