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 'linux_link_kerberos%': 0, | 9 'linux_link_kerberos%': 0, |
10 'conditions': [ | 10 'conditions': [ |
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
198 'base/ssl_cert_request_info.h', | 198 'base/ssl_cert_request_info.h', |
199 'base/ssl_cipher_suite_names.cc', | 199 'base/ssl_cipher_suite_names.cc', |
200 'base/ssl_cipher_suite_names.h', | 200 'base/ssl_cipher_suite_names.h', |
201 'base/ssl_client_auth_cache.cc', | 201 'base/ssl_client_auth_cache.cc', |
202 'base/ssl_client_auth_cache.h', | 202 'base/ssl_client_auth_cache.h', |
203 'base/ssl_config_service.cc', | 203 'base/ssl_config_service.cc', |
204 'base/ssl_config_service.h', | 204 'base/ssl_config_service.h', |
205 'base/ssl_config_service_defaults.cc', | 205 'base/ssl_config_service_defaults.cc', |
206 'base/ssl_config_service_defaults.h', | 206 'base/ssl_config_service_defaults.h', |
207 'base/ssl_false_start_blacklist.cc', | 207 'base/ssl_false_start_blacklist.cc', |
| 208 'base/ssl_false_start_blacklist.h', |
208 'base/ssl_info.cc', | 209 'base/ssl_info.cc', |
209 'base/ssl_info.h', | 210 'base/ssl_info.h', |
210 'base/static_cookie_policy.cc', | 211 'base/static_cookie_policy.cc', |
211 'base/static_cookie_policy.h', | 212 'base/static_cookie_policy.h', |
212 'base/test_data_stream.cc', | 213 'base/test_data_stream.cc', |
213 'base/test_data_stream.h', | 214 'base/test_data_stream.h', |
214 'base/test_root_certs.cc', | 215 'base/test_root_certs.cc', |
215 'base/test_root_certs.h', | 216 'base/test_root_certs.h', |
216 'base/test_root_certs_mac.cc', | 217 'base/test_root_certs_mac.cc', |
217 'base/test_root_certs_nss.cc', | 218 'base/test_root_certs_nss.cc', |
(...skipping 1166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1384 '../base/base.gyp:base', | 1385 '../base/base.gyp:base', |
1385 ], | 1386 ], |
1386 'sources': [ | 1387 'sources': [ |
1387 'tools/dnssec_chain_verify/dnssec_chain_verify.cc', | 1388 'tools/dnssec_chain_verify/dnssec_chain_verify.cc', |
1388 ] | 1389 ] |
1389 }, | 1390 }, |
1390 { | 1391 { |
1391 'target_name': 'ssl_false_start_blacklist_process', | 1392 'target_name': 'ssl_false_start_blacklist_process', |
1392 'type': 'executable', | 1393 'type': 'executable', |
1393 'toolsets': ['host'], | 1394 'toolsets': ['host'], |
| 1395 'dependencies': [ |
| 1396 '../base/base.gyp:base', |
| 1397 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
| 1398 ], |
1394 'include_dirs': [ | 1399 'include_dirs': [ |
1395 '..', | 1400 '..', |
1396 ], | 1401 ], |
1397 'sources': [ | 1402 'sources': [ |
1398 'base/ssl_false_start_blacklist_process.cc', | 1403 'base/ssl_false_start_blacklist_process.cc', |
| 1404 'base/ssl_false_start_blacklist.h', |
1399 ], | 1405 ], |
1400 }, | 1406 }, |
1401 ], | 1407 ], |
1402 'conditions': [ | 1408 'conditions': [ |
1403 ['os_posix == 1 and OS != "mac"', { | 1409 ['os_posix == 1 and OS != "mac"', { |
1404 'targets': [ | 1410 'targets': [ |
1405 { | 1411 { |
1406 'target_name': 'flip_in_mem_edsm_server', | 1412 'target_name': 'flip_in_mem_edsm_server', |
1407 'type': 'executable', | 1413 'type': 'executable', |
1408 'cflags': [ | 1414 'cflags': [ |
1409 '-Wno-deprecated', | 1415 '-Wno-deprecated', |
1410 ], | 1416 ], |
1411 'dependencies': [ | 1417 'dependencies': [ |
1412 '../base/base.gyp:base', | 1418 '../base/base.gyp:base', |
1413 'net.gyp:net', | 1419 'net', |
1414 '../third_party/openssl/openssl.gyp:openssl', | 1420 '../third_party/openssl/openssl.gyp:openssl', |
1415 ], | 1421 ], |
1416 'sources': [ | 1422 'sources': [ |
1417 'tools/dump_cache/url_to_filename_encoder.cc', | 1423 'tools/dump_cache/url_to_filename_encoder.cc', |
1418 'tools/dump_cache/url_to_filename_encoder.h', | 1424 'tools/dump_cache/url_to_filename_encoder.h', |
1419 'tools/dump_cache/url_utilities.h', | 1425 'tools/dump_cache/url_utilities.h', |
1420 'tools/dump_cache/url_utilities.cc', | 1426 'tools/dump_cache/url_utilities.cc', |
1421 | 1427 |
1422 'tools/flip_server/acceptor_thread.h', | 1428 'tools/flip_server/acceptor_thread.h', |
1423 'tools/flip_server/acceptor_thread.cc', | 1429 'tools/flip_server/acceptor_thread.cc', |
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1465 'tools/flip_server/streamer_interface.cc', | 1471 'tools/flip_server/streamer_interface.cc', |
1466 'tools/flip_server/streamer_interface.h', | 1472 'tools/flip_server/streamer_interface.h', |
1467 'tools/flip_server/string_piece_utils.h', | 1473 'tools/flip_server/string_piece_utils.h', |
1468 ], | 1474 ], |
1469 }, | 1475 }, |
1470 { | 1476 { |
1471 'target_name': 'curvecp', | 1477 'target_name': 'curvecp', |
1472 'type': 'static_library', | 1478 'type': 'static_library', |
1473 'dependencies': [ | 1479 'dependencies': [ |
1474 '../base/base.gyp:base', | 1480 '../base/base.gyp:base', |
1475 'net.gyp:net', | 1481 'net', |
1476 ], | 1482 ], |
1477 'sources': [ | 1483 'sources': [ |
1478 'curvecp/circular_buffer.cc', | 1484 'curvecp/circular_buffer.cc', |
1479 'curvecp/circular_buffer.h', | 1485 'curvecp/circular_buffer.h', |
1480 'curvecp/client_packetizer.cc', | 1486 'curvecp/client_packetizer.cc', |
1481 'curvecp/client_packetizer.h', | 1487 'curvecp/client_packetizer.h', |
1482 'curvecp/connection_key.cc', | 1488 'curvecp/connection_key.cc', |
1483 'curvecp/connection_key.h', | 1489 'curvecp/connection_key.h', |
1484 'curvecp/curvecp_client_socket.cc', | 1490 'curvecp/curvecp_client_socket.cc', |
1485 'curvecp/curvecp_client_socket.h', | 1491 'curvecp/curvecp_client_socket.h', |
(...skipping 14 matching lines...) Expand all Loading... |
1500 'curvecp/server_messenger.h', | 1506 'curvecp/server_messenger.h', |
1501 'curvecp/server_packetizer.cc', | 1507 'curvecp/server_packetizer.cc', |
1502 'curvecp/server_packetizer.h', | 1508 'curvecp/server_packetizer.h', |
1503 ], | 1509 ], |
1504 }, | 1510 }, |
1505 { | 1511 { |
1506 'target_name': 'curvecp_unittests', | 1512 'target_name': 'curvecp_unittests', |
1507 'type': 'executable', | 1513 'type': 'executable', |
1508 'dependencies': [ | 1514 'dependencies': [ |
1509 '../base/base.gyp:base', | 1515 '../base/base.gyp:base', |
1510 'net.gyp:curvecp', | 1516 'curvecp', |
1511 'net.gyp:net', | 1517 'net', |
1512 'net_test_support', | 1518 'net_test_support', |
1513 '../testing/gmock.gyp:gmock', | 1519 '../testing/gmock.gyp:gmock', |
1514 '../testing/gtest.gyp:gtest', | 1520 '../testing/gtest.gyp:gtest', |
1515 '../third_party/zlib/zlib.gyp:zlib', | 1521 '../third_party/zlib/zlib.gyp:zlib', |
1516 ], | 1522 ], |
1517 'sources': [ | 1523 'sources': [ |
1518 'curvecp/curvecp_transfer_unittest.cc', | 1524 'curvecp/curvecp_transfer_unittest.cc', |
1519 'curvecp/test_client.cc', | 1525 'curvecp/test_client.cc', |
1520 'curvecp/test_server.cc', | 1526 'curvecp/test_server.cc', |
1521 ], | 1527 ], |
(...skipping 20 matching lines...) Expand all Loading... |
1542 'tools/dump_cache/url_to_filename_encoder.cc', | 1548 'tools/dump_cache/url_to_filename_encoder.cc', |
1543 'tools/dump_cache/url_to_filename_encoder.h', | 1549 'tools/dump_cache/url_to_filename_encoder.h', |
1544 'tools/dump_cache/url_utilities.h', | 1550 'tools/dump_cache/url_utilities.h', |
1545 'tools/dump_cache/url_utilities.cc', | 1551 'tools/dump_cache/url_utilities.cc', |
1546 ], | 1552 ], |
1547 }, | 1553 }, |
1548 ], | 1554 ], |
1549 }], | 1555 }], |
1550 ], | 1556 ], |
1551 } | 1557 } |
OLD | NEW |