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