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

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

Issue 1404443004: Move //mojo/services/network/public/interfaces to //mojo/services/network/interfaces. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: add some missing dependencies Created 5 years, 2 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/application/content_handler_factory.h ('k') | mojo/dart/embedder/mojo_dart_state.h » ('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 a3572c0b18ae3957899095d5397d1d5d1302b3b4..5c7ffc932d05aeadac36d05b493fc499f3045923 100644
--- a/mojo/dart/embedder/BUILD.gn
+++ b/mojo/dart/embedder/BUILD.gn
@@ -38,7 +38,7 @@ source_set("dart_controller_no_snapshot") {
"//mojo/message_pump",
"//mojo/public/c/system",
"//mojo/public/cpp/system",
- "//mojo/services/network/public/interfaces",
+ "//mojo/services/network/interfaces",
"//tonic",
]
@@ -91,7 +91,7 @@ dart_embedder_package("dart_embedder_package_network") {
}
dart_embedder_package("dart_embedder_package_network_service") {
- package = "mojo/services/network/public/interfaces"
+ package = "mojo/services/network/interfaces"
destination = "mojo_services/mojo"
}
@@ -334,8 +334,7 @@ action("generate_snapshot_bin") {
application_mojoms = rebase_path("//mojo/public/interfaces/application")
bindings_mojoms = rebase_path("//mojo/public/interfaces/bindings")
network_mojoms = rebase_path("//mojo/public/interfaces/network")
- network_service_mojoms =
- rebase_path("//mojo/services/network/public/interfaces")
+ network_service_mojoms = rebase_path("//mojo/services/network/interfaces")
# This script generates --url_mapping command line arguments for all
# generated mojom.dart bindings files. See HACKING.md for more information.
« no previous file with comments | « mojo/application/content_handler_factory.h ('k') | mojo/dart/embedder/mojo_dart_state.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698