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

Unified Diff: examples/go/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 | « examples/forwarding_content_handler/BUILD.gn ('k') | examples/go/http_handler.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/go/BUILD.gn
diff --git a/examples/go/BUILD.gn b/examples/go/BUILD.gn
index 455f4c47a9ef5b436a8471eb870c593d6393fd5b..1f730a5115405faf3fd537c3677a604b28b2b2c6 100644
--- a/examples/go/BUILD.gn
+++ b/examples/go/BUILD.gn
@@ -38,7 +38,7 @@ go_mojo_application("go_http_handler") {
]
deps = [
"//mojo/services/http_server/interfaces",
- "//mojo/services/network/public/interfaces",
+ "//mojo/services/network/interfaces",
]
}
@@ -47,6 +47,6 @@ go_mojo_application("go_http_server") {
"http_server.go",
]
deps = [
- "//mojo/services/network/public/interfaces",
+ "//mojo/services/network/interfaces",
]
}
« no previous file with comments | « examples/forwarding_content_handler/BUILD.gn ('k') | examples/go/http_handler.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698