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

Unified Diff: services/http_server/BUILD.gn

Issue 715153004: Add support for HTTP handlers that are in self-contained apps. Also add an example app. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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/http_handler/http_handler.cc ('k') | services/http_server/http_server.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/http_server/BUILD.gn
diff --git a/services/http_server/BUILD.gn b/services/http_server/BUILD.gn
index 4bb288defbfecab6f1abc4e952d305f6c1018e4e..f8895d97c26cc576d3a49cff6357219e2b359701 100644
--- a/services/http_server/BUILD.gn
+++ b/services/http_server/BUILD.gn
@@ -18,6 +18,7 @@ shared_library("http_server") {
"//mojo/public/cpp/utility",
"//mojo/services/public/interfaces/network",
"//services/http_server/public",
+ "//services/http_server/public:util",
"//third_party/re2",
]
« no previous file with comments | « examples/http_handler/http_handler.cc ('k') | services/http_server/http_server.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698