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

Side by Side Diff: net/net.gyp

Issue 7529035: Revert 95907 - Clean up SSL false start blacklist code. Numerous changes, including: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 4 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « net/base/ssl_false_start_blacklist_unittest.cc ('k') | third_party/libevent/libevent.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 'base/ssl_cert_request_info.h', 187 'base/ssl_cert_request_info.h',
188 'base/ssl_cipher_suite_names.cc', 188 'base/ssl_cipher_suite_names.cc',
189 'base/ssl_cipher_suite_names.h', 189 'base/ssl_cipher_suite_names.h',
190 'base/ssl_client_auth_cache.cc', 190 'base/ssl_client_auth_cache.cc',
191 'base/ssl_client_auth_cache.h', 191 'base/ssl_client_auth_cache.h',
192 'base/ssl_config_service.cc', 192 'base/ssl_config_service.cc',
193 'base/ssl_config_service.h', 193 'base/ssl_config_service.h',
194 'base/ssl_config_service_defaults.cc', 194 'base/ssl_config_service_defaults.cc',
195 'base/ssl_config_service_defaults.h', 195 'base/ssl_config_service_defaults.h',
196 'base/ssl_false_start_blacklist.cc', 196 'base/ssl_false_start_blacklist.cc',
197 'base/ssl_false_start_blacklist.h',
198 'base/ssl_info.cc', 197 'base/ssl_info.cc',
199 'base/ssl_info.h', 198 'base/ssl_info.h',
200 'base/static_cookie_policy.cc', 199 'base/static_cookie_policy.cc',
201 'base/static_cookie_policy.h', 200 'base/static_cookie_policy.h',
202 'base/test_data_stream.cc', 201 'base/test_data_stream.cc',
203 'base/test_data_stream.h', 202 'base/test_data_stream.h',
204 'base/test_root_certs.cc', 203 'base/test_root_certs.cc',
205 'base/test_root_certs.h', 204 'base/test_root_certs.h',
206 'base/test_root_certs_mac.cc', 205 'base/test_root_certs_mac.cc',
207 'base/test_root_certs_nss.cc', 206 'base/test_root_certs_nss.cc',
(...skipping 1118 matching lines...) Expand 10 before | Expand all | Expand 10 after
1326 '../base/base.gyp:base', 1325 '../base/base.gyp:base',
1327 ], 1326 ],
1328 'sources': [ 1327 'sources': [
1329 'tools/dnssec_chain_verify/dnssec_chain_verify.cc', 1328 'tools/dnssec_chain_verify/dnssec_chain_verify.cc',
1330 ] 1329 ]
1331 }, 1330 },
1332 { 1331 {
1333 'target_name': 'ssl_false_start_blacklist_process', 1332 'target_name': 'ssl_false_start_blacklist_process',
1334 'type': 'executable', 1333 'type': 'executable',
1335 'toolsets': ['host'], 1334 'toolsets': ['host'],
1336 'dependencies': [
1337 '../base/base.gyp:base',
1338 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
1339 ],
1340 'include_dirs': [ 1335 'include_dirs': [
1341 '..', 1336 '..',
1342 ], 1337 ],
1343 'sources': [ 1338 'sources': [
1344 'base/ssl_false_start_blacklist_process.cc', 1339 'base/ssl_false_start_blacklist_process.cc',
1345 'base/ssl_false_start_blacklist.h',
1346 ], 1340 ],
1347 }, 1341 },
1348 ], 1342 ],
1349 'conditions': [ 1343 'conditions': [
1350 ['os_posix == 1 and OS != "mac"', { 1344 ['os_posix == 1 and OS != "mac"', {
1351 'targets': [ 1345 'targets': [
1352 { 1346 {
1353 'target_name': 'flip_in_mem_edsm_server', 1347 'target_name': 'flip_in_mem_edsm_server',
1354 'type': 'executable', 1348 'type': 'executable',
1355 'cflags': [ 1349 'cflags': [
1356 '-Wno-deprecated', 1350 '-Wno-deprecated',
1357 ], 1351 ],
1358 'dependencies': [ 1352 'dependencies': [
1359 '../base/base.gyp:base', 1353 '../base/base.gyp:base',
1360 'net', 1354 'net.gyp:net',
1361 '../third_party/openssl/openssl.gyp:openssl', 1355 '../third_party/openssl/openssl.gyp:openssl',
1362 ], 1356 ],
1363 'sources': [ 1357 'sources': [
1364 'tools/dump_cache/url_to_filename_encoder.cc', 1358 'tools/dump_cache/url_to_filename_encoder.cc',
1365 'tools/dump_cache/url_to_filename_encoder.h', 1359 'tools/dump_cache/url_to_filename_encoder.h',
1366 'tools/dump_cache/url_utilities.h', 1360 'tools/dump_cache/url_utilities.h',
1367 'tools/dump_cache/url_utilities.cc', 1361 'tools/dump_cache/url_utilities.cc',
1368 1362
1369 'tools/flip_server/acceptor_thread.h', 1363 'tools/flip_server/acceptor_thread.h',
1370 'tools/flip_server/acceptor_thread.cc', 1364 'tools/flip_server/acceptor_thread.cc',
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
1412 'tools/flip_server/streamer_interface.cc', 1406 'tools/flip_server/streamer_interface.cc',
1413 'tools/flip_server/streamer_interface.h', 1407 'tools/flip_server/streamer_interface.h',
1414 'tools/flip_server/string_piece_utils.h', 1408 'tools/flip_server/string_piece_utils.h',
1415 ], 1409 ],
1416 }, 1410 },
1417 { 1411 {
1418 'target_name': 'curvecp', 1412 'target_name': 'curvecp',
1419 'type': 'static_library', 1413 'type': 'static_library',
1420 'dependencies': [ 1414 'dependencies': [
1421 '../base/base.gyp:base', 1415 '../base/base.gyp:base',
1422 'net', 1416 'net.gyp:net',
1423 ], 1417 ],
1424 'sources': [ 1418 'sources': [
1425 'curvecp/circular_buffer.cc', 1419 'curvecp/circular_buffer.cc',
1426 'curvecp/circular_buffer.h', 1420 'curvecp/circular_buffer.h',
1427 'curvecp/client_packetizer.cc', 1421 'curvecp/client_packetizer.cc',
1428 'curvecp/client_packetizer.h', 1422 'curvecp/client_packetizer.h',
1429 'curvecp/connection_key.cc', 1423 'curvecp/connection_key.cc',
1430 'curvecp/connection_key.h', 1424 'curvecp/connection_key.h',
1431 'curvecp/curvecp_client_socket.cc', 1425 'curvecp/curvecp_client_socket.cc',
1432 'curvecp/curvecp_client_socket.h', 1426 'curvecp/curvecp_client_socket.h',
(...skipping 14 matching lines...) Expand all
1447 'curvecp/server_messenger.h', 1441 'curvecp/server_messenger.h',
1448 'curvecp/server_packetizer.cc', 1442 'curvecp/server_packetizer.cc',
1449 'curvecp/server_packetizer.h', 1443 'curvecp/server_packetizer.h',
1450 ], 1444 ],
1451 }, 1445 },
1452 { 1446 {
1453 'target_name': 'curvecp_unittests', 1447 'target_name': 'curvecp_unittests',
1454 'type': 'executable', 1448 'type': 'executable',
1455 'dependencies': [ 1449 'dependencies': [
1456 '../base/base.gyp:base', 1450 '../base/base.gyp:base',
1457 'curvecp', 1451 'net.gyp:curvecp',
1458 'net', 1452 'net.gyp:net',
1459 'net_test_support', 1453 'net_test_support',
1460 '../testing/gmock.gyp:gmock', 1454 '../testing/gmock.gyp:gmock',
1461 '../testing/gtest.gyp:gtest', 1455 '../testing/gtest.gyp:gtest',
1462 '../third_party/zlib/zlib.gyp:zlib', 1456 '../third_party/zlib/zlib.gyp:zlib',
1463 ], 1457 ],
1464 'sources': [ 1458 'sources': [
1465 'curvecp/curvecp_transfer_unittest.cc', 1459 'curvecp/curvecp_transfer_unittest.cc',
1466 'curvecp/test_client.cc', 1460 'curvecp/test_client.cc',
1467 'curvecp/test_server.cc', 1461 'curvecp/test_server.cc',
1468 ], 1462 ],
(...skipping 20 matching lines...) Expand all
1489 'tools/dump_cache/url_to_filename_encoder.cc', 1483 'tools/dump_cache/url_to_filename_encoder.cc',
1490 'tools/dump_cache/url_to_filename_encoder.h', 1484 'tools/dump_cache/url_to_filename_encoder.h',
1491 'tools/dump_cache/url_utilities.h', 1485 'tools/dump_cache/url_utilities.h',
1492 'tools/dump_cache/url_utilities.cc', 1486 'tools/dump_cache/url_utilities.cc',
1493 ], 1487 ],
1494 }, 1488 },
1495 ], 1489 ],
1496 }], 1490 }],
1497 ], 1491 ],
1498 } 1492 }
OLDNEW
« no previous file with comments | « net/base/ssl_false_start_blacklist_unittest.cc ('k') | third_party/libevent/libevent.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698