| 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 526 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 537 '../base/base.gyp:base_i18n', | 537 '../base/base.gyp:base_i18n', |
| 538 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 538 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
| 539 '../crypto/crypto.gyp:crypto', | 539 '../crypto/crypto.gyp:crypto', |
| 540 '../testing/gmock.gyp:gmock', | 540 '../testing/gmock.gyp:gmock', |
| 541 '../testing/gtest.gyp:gtest', | 541 '../testing/gtest.gyp:gtest', |
| 542 '../third_party/zlib/zlib.gyp:zlib', | 542 '../third_party/zlib/zlib.gyp:zlib', |
| 543 '../url/url.gyp:url_lib', | 543 '../url/url.gyp:url_lib', |
| 544 'balsa', | 544 'balsa', |
| 545 'http_server', | 545 'http_server', |
| 546 'net', | 546 'net', |
| 547 'quic_ported_server', |
| 547 'net_derived_sources', | 548 'net_derived_sources', |
| 548 'net_test_support', | 549 'net_test_support', |
| 549 ], | 550 ], |
| 550 'sources': [ | 551 'sources': [ |
| 551 '<@(net_test_sources)', | 552 '<@(net_test_sources)', |
| 552 ], | 553 ], |
| 553 'conditions': [ | 554 'conditions': [ |
| 554 ['os_posix == 1 and OS != "mac" and OS != "ios" and OS != "android"', { | 555 ['os_posix == 1 and OS != "mac" and OS != "ios" and OS != "android"', { |
| 555 'dependencies': [ | 556 'dependencies': [ |
| 556 'epoll_server', | 557 'epoll_server', |
| (...skipping 852 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1409 'dependencies': [ | 1410 'dependencies': [ |
| 1410 '../base/base.gyp:base', | 1411 '../base/base.gyp:base', |
| 1411 'flip_in_mem_edsm_server_base', | 1412 'flip_in_mem_edsm_server_base', |
| 1412 'net', | 1413 'net', |
| 1413 ], | 1414 ], |
| 1414 'sources': [ | 1415 'sources': [ |
| 1415 'tools/flip_server/flip_in_mem_edsm_server.cc', | 1416 'tools/flip_server/flip_in_mem_edsm_server.cc', |
| 1416 ], | 1417 ], |
| 1417 }, | 1418 }, |
| 1418 { | 1419 { |
| 1420 'target_name': 'quic_ported_server', |
| 1421 'type': 'static_library', |
| 1422 'dependencies': [ |
| 1423 '../base/base.gyp:base', |
| 1424 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn
amic_annotations', |
| 1425 '../url/url.gyp:url_lib', |
| 1426 'balsa', |
| 1427 'net', |
| 1428 ], |
| 1429 'sources': [ |
| 1430 'quic/quic_dispatcher.cc', |
| 1431 'quic/quic_dispatcher.h', |
| 1432 'quic/quic_in_memory_cache.cc', |
| 1433 'quic/quic_in_memory_cache.h', |
| 1434 'quic/quic_server.cc', |
| 1435 'quic/quic_server.h', |
| 1436 'quic/quic_server_packet_writer.cc', |
| 1437 'quic/quic_server_packet_writer.h', |
| 1438 'quic/quic_server_session.cc', |
| 1439 'quic/quic_server_session.h', |
| 1440 'quic/quic_spdy_server_stream.cc', |
| 1441 'quic/quic_spdy_server_stream.h', |
| 1442 'quic/quic_time_wait_list_manager.cc', |
| 1443 'quic/quic_time_wait_list_manager.h', |
| 1444 ], |
| 1445 }, |
| 1446 { |
| 1419 'target_name': 'quic_base', | 1447 'target_name': 'quic_base', |
| 1420 'type': 'static_library', | 1448 'type': 'static_library', |
| 1421 'dependencies': [ | 1449 'dependencies': [ |
| 1422 '../base/base.gyp:base', | 1450 '../base/base.gyp:base', |
| 1423 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn
amic_annotations', | 1451 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn
amic_annotations', |
| 1424 '../url/url.gyp:url_lib', | 1452 '../url/url.gyp:url_lib', |
| 1425 'balsa', | 1453 'balsa', |
| 1426 'epoll_server', | 1454 'epoll_server', |
| 1427 'net', | 1455 'net', |
| 1428 ], | 1456 ], |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1468 'sources': [ | 1496 'sources': [ |
| 1469 'tools/quic/quic_client_bin.cc', | 1497 'tools/quic/quic_client_bin.cc', |
| 1470 ], | 1498 ], |
| 1471 }, | 1499 }, |
| 1472 { | 1500 { |
| 1473 'target_name': 'quic_server', | 1501 'target_name': 'quic_server', |
| 1474 'type': 'executable', | 1502 'type': 'executable', |
| 1475 'dependencies': [ | 1503 'dependencies': [ |
| 1476 '../base/base.gyp:base', | 1504 '../base/base.gyp:base', |
| 1477 'net', | 1505 'net', |
| 1478 'quic_base', | 1506 'quic_ported_server', |
| 1479 ], | 1507 ], |
| 1480 'sources': [ | 1508 'sources': [ |
| 1481 'tools/quic/quic_server_bin.cc', | 1509 'tools/quic/quic_server_bin.cc', |
| 1482 ], | 1510 ], |
| 1483 }, | 1511 }, |
| 1484 ] | 1512 ] |
| 1485 }], | 1513 }], |
| 1486 ['OS=="android"', { | 1514 ['OS=="android"', { |
| 1487 'targets': [ | 1515 'targets': [ |
| 1488 { | 1516 { |
| (...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1668 'net_unittests.isolate', | 1696 'net_unittests.isolate', |
| 1669 ], | 1697 ], |
| 1670 'sources': [ | 1698 'sources': [ |
| 1671 'net_unittests.isolate', | 1699 'net_unittests.isolate', |
| 1672 ], | 1700 ], |
| 1673 }, | 1701 }, |
| 1674 ], | 1702 ], |
| 1675 }], | 1703 }], |
| 1676 ], | 1704 ], |
| 1677 } | 1705 } |
| OLD | NEW |