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

Unified Diff: net/net.gyp

Issue 14971002: GTTF: move chrome/browser/google_apis/test_server to net/test (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased, OWNERS Created 7 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 | « chrome/chrome_tests_unit.gypi ('k') | net/test/embedded_test_server/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.gyp
diff --git a/net/net.gyp b/net/net.gyp
index d13d4e8bfa8ae16e19eaf165a872a46ed5a5af21..75179aa8adb0d5e17413bb41b3ab1f3aec3d3f4c 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -1771,6 +1771,9 @@
'ssl/ssl_cipher_suite_names_unittest.cc',
'ssl/ssl_client_auth_cache_unittest.cc',
'ssl/ssl_config_service_unittest.cc',
+ 'test/embedded_test_server/http_request_unittest.cc',
+ 'test/embedded_test_server/http_response_unittest.cc',
+ 'test/embedded_test_server/http_server_unittest.cc',
'test/python_utils_unittest.cc',
'test/run_all_unittests.cc',
'test/test_certificate_data.h',
@@ -2137,6 +2140,14 @@
'test/base_test_server.h',
'test/cert_test_util.cc',
'test/cert_test_util.h',
+ 'test/embedded_test_server/http_connection.cc',
+ 'test/embedded_test_server/http_connection.h',
+ 'test/embedded_test_server/http_request.cc',
+ 'test/embedded_test_server/http_request.h',
+ 'test/embedded_test_server/http_response.cc',
+ 'test/embedded_test_server/http_response.h',
+ 'test/embedded_test_server/http_server.cc',
+ 'test/embedded_test_server/http_server.h',
'test/local_test_server_posix.cc',
'test/local_test_server_win.cc',
'test/local_test_server.cc',
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | net/test/embedded_test_server/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698