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

Unified Diff: shell/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 | « services/vanadium/security/principal_service.go ('k') | shell/android/main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: shell/BUILD.gn
diff --git a/shell/BUILD.gn b/shell/BUILD.gn
index 51e7daff1ecad5cc4a8d77defc5fabfe9fd5ff2f..ab2b534272649b34c29c60e4cc8a3a3270edc654 100644
--- a/shell/BUILD.gn
+++ b/shell/BUILD.gn
@@ -203,7 +203,7 @@ source_set("parent_lib") {
"//mojo/edk/system",
"//mojo/public/cpp/bindings",
"//mojo/public/interfaces/application",
- "//mojo/services/network/public/interfaces",
+ "//mojo/services/network/interfaces",
"//mojo/services/tracing/interfaces",
"//services/url_response_disk_cache",
"//shell/application_manager",
@@ -639,7 +639,7 @@ mojo_native_application("apptests") {
"//mojo/public/cpp/system:system",
"//mojo/services/http_server/cpp",
"//mojo/services/http_server/interfaces",
- "//mojo/services/network/public/interfaces",
+ "//mojo/services/network/interfaces",
"//shell/test:bindings",
":embed_pingable",
]
« no previous file with comments | « services/vanadium/security/principal_service.go ('k') | shell/android/main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698