OLD | NEW |
1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 'use_tracing_cache_backend%': 0, | 10 'use_tracing_cache_backend%': 0, |
(...skipping 1401 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1412 'sources': [ | 1412 'sources': [ |
1413 'tools/flip_server/flip_in_mem_edsm_server.cc', | 1413 'tools/flip_server/flip_in_mem_edsm_server.cc', |
1414 ], | 1414 ], |
1415 }, | 1415 }, |
1416 { | 1416 { |
1417 'target_name': 'quic_base', | 1417 'target_name': 'quic_base', |
1418 'type': 'static_library', | 1418 'type': 'static_library', |
1419 'dependencies': [ | 1419 'dependencies': [ |
1420 '../base/base.gyp:base', | 1420 '../base/base.gyp:base', |
1421 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn
amic_annotations', | 1421 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn
amic_annotations', |
1422 '../crypto/crypto.gyp:crypto', | |
1423 '../third_party/openssl/openssl.gyp:openssl', | |
1424 '../url/url.gyp:url_lib', | 1422 '../url/url.gyp:url_lib', |
1425 'balsa', | 1423 'balsa', |
1426 'epoll_server', | 1424 'epoll_server', |
1427 'net', | 1425 'net', |
1428 ], | 1426 ], |
1429 'sources': [ | 1427 'sources': [ |
1430 'tools/quic/quic_client.cc', | 1428 'tools/quic/quic_client.cc', |
1431 'tools/quic/quic_client.h', | 1429 'tools/quic/quic_client.h', |
1432 'tools/quic/quic_client_session.cc', | 1430 'tools/quic/quic_client_session.cc', |
1433 'tools/quic/quic_client_session.h', | 1431 'tools/quic/quic_client_session.h', |
(...skipping 23 matching lines...) Expand all Loading... |
1457 'tools/quic/quic_time_wait_list_manager.cc', | 1455 'tools/quic/quic_time_wait_list_manager.cc', |
1458 'tools/quic/spdy_utils.cc', | 1456 'tools/quic/spdy_utils.cc', |
1459 'tools/quic/spdy_utils.h', | 1457 'tools/quic/spdy_utils.h', |
1460 ], | 1458 ], |
1461 }, | 1459 }, |
1462 { | 1460 { |
1463 'target_name': 'quic_client', | 1461 'target_name': 'quic_client', |
1464 'type': 'executable', | 1462 'type': 'executable', |
1465 'dependencies': [ | 1463 'dependencies': [ |
1466 '../base/base.gyp:base', | 1464 '../base/base.gyp:base', |
1467 '../third_party/openssl/openssl.gyp:openssl', | |
1468 'net', | 1465 'net', |
1469 'quic_base', | 1466 'quic_base', |
1470 ], | 1467 ], |
1471 'sources': [ | 1468 'sources': [ |
1472 'tools/quic/quic_client_bin.cc', | 1469 'tools/quic/quic_client_bin.cc', |
1473 ], | 1470 ], |
1474 }, | 1471 }, |
1475 { | 1472 { |
1476 'target_name': 'quic_server', | 1473 'target_name': 'quic_server', |
1477 'type': 'executable', | 1474 'type': 'executable', |
1478 'dependencies': [ | 1475 'dependencies': [ |
1479 '../base/base.gyp:base', | 1476 '../base/base.gyp:base', |
1480 '../third_party/openssl/openssl.gyp:openssl', | |
1481 'net', | 1477 'net', |
1482 'quic_base', | 1478 'quic_base', |
1483 ], | 1479 ], |
1484 'sources': [ | 1480 'sources': [ |
1485 'tools/quic/quic_server_bin.cc', | 1481 'tools/quic/quic_server_bin.cc', |
1486 ], | 1482 ], |
1487 }, | 1483 }, |
1488 ] | 1484 ] |
1489 }], | 1485 }], |
1490 ['OS=="android"', { | 1486 ['OS=="android"', { |
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1672 'net_unittests.isolate', | 1668 'net_unittests.isolate', |
1673 ], | 1669 ], |
1674 'sources': [ | 1670 'sources': [ |
1675 'net_unittests.isolate', | 1671 'net_unittests.isolate', |
1676 ], | 1672 ], |
1677 }, | 1673 }, |
1678 ], | 1674 ], |
1679 }], | 1675 }], |
1680 ], | 1676 ], |
1681 } | 1677 } |
OLD | NEW |