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

Unified Diff: examples/http_handler/BUILD.gn

Issue 953513002: http_server: accept full NetAddress in CreateHttpServer. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Address Ben's comments. Created 5 years, 10 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 | « no previous file | 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 d25081a6942207b297e3d7abd93e82a8a856b4f8..7114321d5fad621cdff1ec8a176b008f682ada19 100644
--- a/examples/http_handler/BUILD.gn
+++ b/examples/http_handler/BUILD.gn
@@ -14,6 +14,7 @@ mojo_native_application("http_handler") {
"//mojo/application",
"//mojo/public/cpp/bindings",
"//mojo/public/cpp/system",
+ "//mojo/services/network/public/interfaces",
"//services/http_server",
"//services/http_server/public",
"//services/http_server/public:util",
« no previous file with comments | « no previous file | examples/http_handler/http_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698