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

Unified Diff: examples/http_handler/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/go/http_server.go ('k') | examples/http_handler/http_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/http_handler/BUILD.gn
diff --git a/examples/http_handler/BUILD.gn b/examples/http_handler/BUILD.gn
index 70c719e1acae7a429c0e2d58570d5c1cf75a4902..a7ea9851fe0e8808842da89a3fcfa8c1f95d7d05 100644
--- a/examples/http_handler/BUILD.gn
+++ b/examples/http_handler/BUILD.gn
@@ -16,7 +16,7 @@ mojo_native_application("http_handler") {
"//mojo/public/cpp/system",
"//mojo/services/http_server/cpp",
"//mojo/services/http_server/interfaces",
- "//mojo/services/network/public/interfaces",
+ "//mojo/services/network/interfaces",
"//services/http_server",
]
}
« no previous file with comments | « examples/go/http_server.go ('k') | examples/http_handler/http_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698