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

Unified Diff: mojo/services/network/BUILD.gn

Issue 1134883002: Mojo service implementation for HTTP server - part 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 | mojo/services/network/http_connection_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/network/BUILD.gn
diff --git a/mojo/services/network/BUILD.gn b/mojo/services/network/BUILD.gn
index 461ae8e187e899bd9c2286f7bc6f27cf2b5cbd78..203bd5e2cd076105061160872486629db831806e 100644
--- a/mojo/services/network/BUILD.gn
+++ b/mojo/services/network/BUILD.gn
@@ -50,6 +50,10 @@ source_set("lib") {
sources = [
"cookie_store_impl.cc",
"cookie_store_impl.h",
+ "http_connection_impl.cc",
+ "http_connection_impl.h",
+ "http_server_impl.cc",
+ "http_server_impl.h",
"net_adapters.cc",
"net_adapters.h",
"net_address_type_converters.cc",
@@ -82,6 +86,7 @@ source_set("lib") {
"//mojo/services/network/public/cpp",
"//mojo/services/network/public/interfaces",
"//net",
+ "//net:http_server",
"//third_party/mojo/src/mojo/public/cpp/bindings",
"//url",
]
« no previous file with comments | « no previous file | mojo/services/network/http_connection_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698