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

Unified Diff: mojo/services/http_server/interfaces/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
Index: mojo/services/http_server/interfaces/BUILD.gn
diff --git a/mojo/services/http_server/interfaces/BUILD.gn b/mojo/services/http_server/interfaces/BUILD.gn
index 3619cccd40de66a0f069cb67a54e4b242d77ecfc..97f1ff5cf15718b72c9e316775eb7d5c1b76a6e2 100644
--- a/mojo/services/http_server/interfaces/BUILD.gn
+++ b/mojo/services/http_server/interfaces/BUILD.gn
@@ -22,6 +22,6 @@ mojom("interfaces") {
}
deps = [
- "$mojo_network_service_root/network/public/interfaces",
+ "$mojo_network_service_root/network/interfaces",
]
}

Powered by Google App Engine
This is Rietveld 408576698