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

Unified Diff: net/net.gyp

Issue 812543002: Update from https://crrev.com/308331 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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 | « net/http/transport_security_state_static.json ('k') | net/net.gypi » ('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 8bfcc7b28e9e5c22ad592b073545324cf7ce9c46..c1338bf5e2fa79f802f713a5a4c33e222b508d9c 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -665,6 +665,10 @@
[ 'enable_websockets != 1', {
'sources/': [
['exclude', '^websockets/'],
+ ['exclude', '^server/'],
+ ],
+ 'dependencies!': [
+ 'http_server',
],
}],
['disable_file_support==1', {
@@ -959,6 +963,8 @@
'test/spawned_test_server/spawner_communicator.h',
'test/url_request/url_request_failed_job.cc',
'test/url_request/url_request_failed_job.h',
+ 'test/url_request/url_request_mock_data_job.cc',
+ 'test/url_request/url_request_mock_data_job.h',
'test/url_request/url_request_mock_http_job.cc',
'test/url_request/url_request_mock_http_job.h',
'url_request/test_url_fetcher_factory.cc',
@@ -1075,6 +1081,8 @@
'server/http_server_response_info.h',
'server/web_socket.cc',
'server/web_socket.h',
+ 'server/web_socket_encoder.cc',
+ 'server/web_socket_encoder.h',
],
# TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
'msvs_disabled_warnings': [4267, ],
« no previous file with comments | « net/http/transport_security_state_static.json ('k') | net/net.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698