Chromium Code Reviews| 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 523 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 534 'type': '<(gtest_target_type)', | 534 'type': '<(gtest_target_type)', |
| 535 'dependencies': [ | 535 'dependencies': [ |
| 536 '../base/base.gyp:base', | 536 '../base/base.gyp:base', |
| 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', | |
| 545 'http_server', | 544 'http_server', |
| 546 'net', | 545 'net', |
| 547 'net_derived_sources', | 546 'net_derived_sources', |
| 548 'net_test_support', | 547 'net_test_support', |
| 549 'quic_ported_server', | 548 'quic_ported_server', |
| 550 ], | 549 ], |
| 551 'sources': [ | 550 'sources': [ |
| 552 '<@(net_test_sources)', | 551 '<@(net_test_sources)', |
| 553 ], | 552 ], |
| 554 'conditions': [ | 553 'conditions': [ |
| (...skipping 555 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1110 'tools/dump_cache/url_to_filename_encoder.cc', | 1109 'tools/dump_cache/url_to_filename_encoder.cc', |
| 1111 'tools/dump_cache/url_to_filename_encoder.h', | 1110 'tools/dump_cache/url_to_filename_encoder.h', |
| 1112 'tools/dump_cache/url_utilities.h', | 1111 'tools/dump_cache/url_utilities.h', |
| 1113 'tools/dump_cache/url_utilities.cc', | 1112 'tools/dump_cache/url_utilities.cc', |
| 1114 ], | 1113 ], |
| 1115 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 1114 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 1116 'msvs_disabled_warnings': [4267, ], | 1115 'msvs_disabled_warnings': [4267, ], |
| 1117 }, | 1116 }, |
| 1118 { | 1117 { |
| 1119 # This is a temporary target which will be merged into 'net' once the | 1118 # This is a temporary target which will be merged into 'net' once the |
| 1120 # dependency on balsa is eliminated and the classes are actually used. | 1119 # dependency on balsa is eliminated and the classes are actually used. |
|
wtc
2014/06/26 21:23:16
If this comment is right, we should be able to mer
dmziegler
2014/06/27 01:11:37
It would be *possible*, but do we actually want to
wtc
2014/06/27 21:00:38
The binary will only be bigger when 'net' is built
dmziegler
2014/07/01 18:23:38
Ah, I didn't know that. Great, I'll move it into '
| |
| 1121 'target_name': 'quic_ported_server', | 1120 'target_name': 'quic_ported_server', |
| 1122 'type': 'static_library', | 1121 'type': 'static_library', |
| 1123 'dependencies': [ | 1122 'dependencies': [ |
| 1124 '../base/base.gyp:base', | 1123 '../base/base.gyp:base', |
| 1125 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', | 1124 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', |
| 1126 '../url/url.gyp:url_lib', | 1125 '../url/url.gyp:url_lib', |
| 1127 'balsa', | |
| 1128 'net', | 1126 'net', |
| 1129 ], | 1127 ], |
| 1130 'sources': [ | 1128 'sources': [ |
| 1131 'quic/quic_dispatcher.cc', | 1129 'quic/quic_dispatcher.cc', |
| 1132 'quic/quic_dispatcher.h', | 1130 'quic/quic_dispatcher.h', |
| 1133 'quic/quic_in_memory_cache.cc', | 1131 'quic/quic_in_memory_cache.cc', |
| 1134 'quic/quic_in_memory_cache.h', | 1132 'quic/quic_in_memory_cache.h', |
| 1135 'quic/quic_per_connection_packet_writer.cc', | 1133 'quic/quic_per_connection_packet_writer.cc', |
| 1136 'quic/quic_per_connection_packet_writer.h', | 1134 'quic/quic_per_connection_packet_writer.h', |
| 1137 'quic/quic_server.cc', | 1135 'quic/quic_server.cc', |
| (...skipping 303 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1441 'dependencies': [ | 1439 'dependencies': [ |
| 1442 '../base/base.gyp:base', | 1440 '../base/base.gyp:base', |
| 1443 'flip_in_mem_edsm_server_base', | 1441 'flip_in_mem_edsm_server_base', |
| 1444 'net', | 1442 'net', |
| 1445 ], | 1443 ], |
| 1446 'sources': [ | 1444 'sources': [ |
| 1447 'tools/flip_server/flip_in_mem_edsm_server.cc', | 1445 'tools/flip_server/flip_in_mem_edsm_server.cc', |
| 1448 ], | 1446 ], |
| 1449 }, | 1447 }, |
| 1450 { | 1448 { |
| 1451 'target_name': 'quic_base', | 1449 'target_name': 'quic_base', |
|
wtc
2014/06/26 21:23:16
Do we still need the quic_base target?
dmziegler
2014/06/27 01:11:37
For now, yes -- it still runs more unit tests than
| |
| 1452 'type': 'static_library', | 1450 'type': 'static_library', |
| 1453 'dependencies': [ | 1451 'dependencies': [ |
| 1454 '../base/base.gyp:base', | 1452 '../base/base.gyp:base', |
| 1455 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn amic_annotations', | 1453 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn amic_annotations', |
| 1456 '../url/url.gyp:url_lib', | 1454 '../url/url.gyp:url_lib', |
| 1457 'balsa', | 1455 'balsa', |
| 1458 'epoll_server', | 1456 'epoll_server', |
| 1459 'net', | 1457 'net', |
| 1460 ], | 1458 ], |
| 1461 'sources': [ | 1459 'sources': [ |
| (...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1700 'net_unittests.isolate', | 1698 'net_unittests.isolate', |
| 1701 ], | 1699 ], |
| 1702 'sources': [ | 1700 'sources': [ |
| 1703 'net_unittests.isolate', | 1701 'net_unittests.isolate', |
| 1704 ], | 1702 ], |
| 1705 }, | 1703 }, |
| 1706 ], | 1704 ], |
| 1707 }], | 1705 }], |
| 1708 ], | 1706 ], |
| 1709 } | 1707 } |
| OLD | NEW |