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

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
Index: mojo/services/network/BUILD.gn
diff --git a/mojo/services/network/BUILD.gn b/mojo/services/network/BUILD.gn
index 54844029150371711a69581d52961a8651790a88..63443ceead9b39f1e3c5132982312c787d85df73 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",
@@ -80,6 +84,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') | mojo/services/network/http_server_impl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698