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

Side by Side Diff: net/net.gyp

Issue 7550002: Clean up SSL false start blacklist code. Numerous changes, including: (Closed) Base URL: svn://chrome-svn/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 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
188 'base/ssl_cert_request_info.h', 188 'base/ssl_cert_request_info.h',
189 'base/ssl_cipher_suite_names.cc', 189 'base/ssl_cipher_suite_names.cc',
190 'base/ssl_cipher_suite_names.h', 190 'base/ssl_cipher_suite_names.h',
191 'base/ssl_client_auth_cache.cc', 191 'base/ssl_client_auth_cache.cc',
192 'base/ssl_client_auth_cache.h', 192 'base/ssl_client_auth_cache.h',
193 'base/ssl_config_service.cc', 193 'base/ssl_config_service.cc',
194 'base/ssl_config_service.h', 194 'base/ssl_config_service.h',
195 'base/ssl_config_service_defaults.cc', 195 'base/ssl_config_service_defaults.cc',
196 'base/ssl_config_service_defaults.h', 196 'base/ssl_config_service_defaults.h',
197 'base/ssl_false_start_blacklist.cc', 197 'base/ssl_false_start_blacklist.cc',
198 'base/ssl_false_start_blacklist.h',
198 'base/ssl_info.cc', 199 'base/ssl_info.cc',
199 'base/ssl_info.h', 200 'base/ssl_info.h',
200 'base/static_cookie_policy.cc', 201 'base/static_cookie_policy.cc',
201 'base/static_cookie_policy.h', 202 'base/static_cookie_policy.h',
202 'base/test_data_stream.cc', 203 'base/test_data_stream.cc',
203 'base/test_data_stream.h', 204 'base/test_data_stream.h',
204 'base/test_root_certs.cc', 205 'base/test_root_certs.cc',
205 'base/test_root_certs.h', 206 'base/test_root_certs.h',
206 'base/test_root_certs_mac.cc', 207 'base/test_root_certs_mac.cc',
207 'base/test_root_certs_nss.cc', 208 'base/test_root_certs_nss.cc',
(...skipping 1119 matching lines...) Expand 10 before | Expand all | Expand 10 after
1327 '../base/base.gyp:base', 1328 '../base/base.gyp:base',
1328 ], 1329 ],
1329 'sources': [ 1330 'sources': [
1330 'tools/dnssec_chain_verify/dnssec_chain_verify.cc', 1331 'tools/dnssec_chain_verify/dnssec_chain_verify.cc',
1331 ] 1332 ]
1332 }, 1333 },
1333 { 1334 {
1334 'target_name': 'ssl_false_start_blacklist_process', 1335 'target_name': 'ssl_false_start_blacklist_process',
1335 'type': 'executable', 1336 'type': 'executable',
1336 'toolsets': ['host'], 1337 'toolsets': ['host'],
1338 'dependencies': [
1339 '../base/base.gyp:base',
1340 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
1341 ],
1337 'include_dirs': [ 1342 'include_dirs': [
1338 '..', 1343 '..',
1339 ], 1344 ],
1340 'sources': [ 1345 'sources': [
1341 'base/ssl_false_start_blacklist_process.cc', 1346 'base/ssl_false_start_blacklist_process.cc',
1347 'base/ssl_false_start_blacklist.h',
1342 ], 1348 ],
1343 }, 1349 },
1344 ], 1350 ],
1345 'conditions': [ 1351 'conditions': [
1346 ['os_posix == 1 and OS != "mac"', { 1352 ['os_posix == 1 and OS != "mac"', {
1347 'targets': [ 1353 'targets': [
1348 { 1354 {
1349 'target_name': 'flip_in_mem_edsm_server', 1355 'target_name': 'flip_in_mem_edsm_server',
1350 'type': 'executable', 1356 'type': 'executable',
1351 'cflags': [ 1357 'cflags': [
1352 '-Wno-deprecated', 1358 '-Wno-deprecated',
1353 ], 1359 ],
1354 'dependencies': [ 1360 'dependencies': [
1355 '../base/base.gyp:base', 1361 '../base/base.gyp:base',
1356 'net.gyp:net', 1362 'net',
1357 '../third_party/openssl/openssl.gyp:openssl', 1363 '../third_party/openssl/openssl.gyp:openssl',
1358 ], 1364 ],
1359 'sources': [ 1365 'sources': [
1360 'tools/dump_cache/url_to_filename_encoder.cc', 1366 'tools/dump_cache/url_to_filename_encoder.cc',
1361 'tools/dump_cache/url_to_filename_encoder.h', 1367 'tools/dump_cache/url_to_filename_encoder.h',
1362 'tools/dump_cache/url_utilities.h', 1368 'tools/dump_cache/url_utilities.h',
1363 'tools/dump_cache/url_utilities.cc', 1369 'tools/dump_cache/url_utilities.cc',
1364 1370
1365 'tools/flip_server/acceptor_thread.h', 1371 'tools/flip_server/acceptor_thread.h',
1366 'tools/flip_server/acceptor_thread.cc', 1372 'tools/flip_server/acceptor_thread.cc',
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
1408 'tools/flip_server/streamer_interface.cc', 1414 'tools/flip_server/streamer_interface.cc',
1409 'tools/flip_server/streamer_interface.h', 1415 'tools/flip_server/streamer_interface.h',
1410 'tools/flip_server/string_piece_utils.h', 1416 'tools/flip_server/string_piece_utils.h',
1411 ], 1417 ],
1412 }, 1418 },
1413 { 1419 {
1414 'target_name': 'curvecp', 1420 'target_name': 'curvecp',
1415 'type': 'static_library', 1421 'type': 'static_library',
1416 'dependencies': [ 1422 'dependencies': [
1417 '../base/base.gyp:base', 1423 '../base/base.gyp:base',
1418 'net.gyp:net', 1424 'net',
1419 ], 1425 ],
1420 'sources': [ 1426 'sources': [
1421 'curvecp/circular_buffer.cc', 1427 'curvecp/circular_buffer.cc',
1422 'curvecp/circular_buffer.h', 1428 'curvecp/circular_buffer.h',
1423 'curvecp/client_packetizer.cc', 1429 'curvecp/client_packetizer.cc',
1424 'curvecp/client_packetizer.h', 1430 'curvecp/client_packetizer.h',
1425 'curvecp/connection_key.cc', 1431 'curvecp/connection_key.cc',
1426 'curvecp/connection_key.h', 1432 'curvecp/connection_key.h',
1427 'curvecp/curvecp_client_socket.cc', 1433 'curvecp/curvecp_client_socket.cc',
1428 'curvecp/curvecp_client_socket.h', 1434 'curvecp/curvecp_client_socket.h',
(...skipping 14 matching lines...) Expand all
1443 'curvecp/server_messenger.h', 1449 'curvecp/server_messenger.h',
1444 'curvecp/server_packetizer.cc', 1450 'curvecp/server_packetizer.cc',
1445 'curvecp/server_packetizer.h', 1451 'curvecp/server_packetizer.h',
1446 ], 1452 ],
1447 }, 1453 },
1448 { 1454 {
1449 'target_name': 'curvecp_unittests', 1455 'target_name': 'curvecp_unittests',
1450 'type': 'executable', 1456 'type': 'executable',
1451 'dependencies': [ 1457 'dependencies': [
1452 '../base/base.gyp:base', 1458 '../base/base.gyp:base',
1453 'net.gyp:curvecp', 1459 'curvecp',
1454 'net.gyp:net', 1460 'net',
1455 'net_test_support', 1461 'net_test_support',
1456 '../testing/gmock.gyp:gmock', 1462 '../testing/gmock.gyp:gmock',
1457 '../testing/gtest.gyp:gtest', 1463 '../testing/gtest.gyp:gtest',
1458 '../third_party/zlib/zlib.gyp:zlib', 1464 '../third_party/zlib/zlib.gyp:zlib',
1459 ], 1465 ],
1460 'sources': [ 1466 'sources': [
1461 'curvecp/curvecp_transfer_unittest.cc', 1467 'curvecp/curvecp_transfer_unittest.cc',
1462 'curvecp/test_client.cc', 1468 'curvecp/test_client.cc',
1463 'curvecp/test_server.cc', 1469 'curvecp/test_server.cc',
1464 ], 1470 ],
(...skipping 20 matching lines...) Expand all
1485 'tools/dump_cache/url_to_filename_encoder.cc', 1491 'tools/dump_cache/url_to_filename_encoder.cc',
1486 'tools/dump_cache/url_to_filename_encoder.h', 1492 'tools/dump_cache/url_to_filename_encoder.h',
1487 'tools/dump_cache/url_utilities.h', 1493 'tools/dump_cache/url_utilities.h',
1488 'tools/dump_cache/url_utilities.cc', 1494 'tools/dump_cache/url_utilities.cc',
1489 ], 1495 ],
1490 }, 1496 },
1491 ], 1497 ],
1492 }], 1498 }],
1493 ], 1499 ],
1494 } 1500 }
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