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

Unified Diff: examples/go/BUILD.gn

Issue 1398973004: Move //mojo/services/X/public/... to //mojo/services/X/... (part 2). (Closed) Base URL: https://github.com/domokit/mojo.git@no_public_1
Patch Set: add missing copyright notices 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/ganesh_app/texture_uploader.cc ('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 94d33d5cb69951c22aa5703416b339a0aa49f7a1..455f4c47a9ef5b436a8471eb870c593d6393fd5b 100644
--- a/examples/go/BUILD.gn
+++ b/examples/go/BUILD.gn
@@ -37,6 +37,7 @@ go_mojo_application("go_http_handler") {
"http_handler.go",
]
deps = [
+ "//mojo/services/http_server/interfaces",
"//mojo/services/network/public/interfaces",
]
}
« no previous file with comments | « examples/ganesh_app/texture_uploader.cc ('k') | examples/go/http_handler.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698