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

Unified Diff: examples/http_handler/BUILD.gn

Issue 1012773008: Make http_server part of the sdk. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Unecessary public_dep Created 5 years, 9 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 7114321d5fad621cdff1ec8a176b008f682ada19..05bf19bbcc238721b77474c2f130b8c81b8df6c7 100644
--- a/examples/http_handler/BUILD.gn
+++ b/examples/http_handler/BUILD.gn
@@ -14,9 +14,9 @@ mojo_native_application("http_handler") {
"//mojo/application",
"//mojo/public/cpp/bindings",
"//mojo/public/cpp/system",
+ "//mojo/services/http_server/public/cpp",
+ "//mojo/services/http_server/public/interfaces",
"//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