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

Unified Diff: net/net.gypi

Issue 378823002: Move http_server_properties_manager from chrome/browser/net to net/http. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address review comments. Created 6 years, 5 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
« net/http/http_server_properties_manager_unittest.cc ('K') | « net/net.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.gypi
diff --git a/net/net.gypi b/net/net.gypi
index 4481a34e6e26318ad36428dbee54ea7c235bdac7..d1fe0dddd3bf17e53e539acf46a34d5200225823 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -633,6 +633,8 @@
'http/http_server_properties.h',
'http/http_server_properties_impl.cc',
'http/http_server_properties_impl.h',
+ 'http/http_server_properties_manager.cc',
+ 'http/http_server_properties_manager.h',
'http/http_status_code.cc',
'http/http_status_code.h',
'http/http_stream.h',
@@ -1378,6 +1380,7 @@
'http/http_response_headers_unittest.cc',
'http/http_security_headers_unittest.cc',
'http/http_server_properties_impl_unittest.cc',
+ 'http/http_server_properties_manager_unittest.cc',
'http/http_status_code_unittest.cc',
'http/http_stream_factory_impl_request_unittest.cc',
'http/http_stream_factory_impl_unittest.cc',
« net/http/http_server_properties_manager_unittest.cc ('K') | « net/net.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698