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