diff options
author | svaldez <svaldez@chromium.org> | 2015-10-27 08:41:25 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-10-27 15:42:17 +0000 |
commit | 5c265faa70626b7754e8b62300f65771dae2adbf (patch) | |
tree | ecebe2e86facbf81c834dcd79e111a4b8f7b2cf8 /net/net.gyp | |
parent | befca2c1f96ef13bc0a1530187731985d16cb9bb (diff) | |
download | chromium_src-5c265faa70626b7754e8b62300f65771dae2adbf.zip chromium_src-5c265faa70626b7754e8b62300f65771dae2adbf.tar.gz chromium_src-5c265faa70626b7754e8b62300f65771dae2adbf.tar.bz2 |
SSL and add handlers in EmbeddedTestServer
As part of the migration of tests to EmbeddedTestServer, this CL modifies
EmbeddedTestServer to support SSLServerSocket and to add shared default handlers
that can be used by tests to mirror the SpawnedTestServer handlers. The major
changes are:
- SSL support through SSLServerSocket
- Adding SSLServerConfig to configure SSLServerSockets.
- Setting up default handlers for BrowserTestBase tests.
- Asynchronous HttpResponse.
- Moving EmbeddedTestServer to the net:: namespace.
BUG=496825
NOPRESUBMIT=TRUE
Review URL: https://codereview.chromium.org/1376593007
Cr-Commit-Position: refs/heads/master@{#356305}
Diffstat (limited to 'net/net.gyp')
-rw-r--r-- | net/net.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/net.gyp b/net/net.gyp index f24751f..ed66c35 100644 --- a/net/net.gyp +++ b/net/net.gyp @@ -564,6 +564,8 @@ '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/request_handler_util.cc', + 'test/embedded_test_server/request_handler_util.h', 'test/event_waiter.h', 'test/net_test_suite.cc', 'test/net_test_suite.h', |