| 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 1452 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1463 'type': '<(gtest_target_type)', | 1463 'type': '<(gtest_target_type)', |
| 1464 'dependencies': [ | 1464 'dependencies': [ |
| 1465 '../base/base.gyp:base', | 1465 '../base/base.gyp:base', |
| 1466 '../base/base.gyp:base_i18n', | 1466 '../base/base.gyp:base_i18n', |
| 1467 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 1467 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
| 1468 '../crypto/crypto.gyp:crypto', | 1468 '../crypto/crypto.gyp:crypto', |
| 1469 '../testing/gmock.gyp:gmock', | 1469 '../testing/gmock.gyp:gmock', |
| 1470 '../testing/gtest.gyp:gtest', | 1470 '../testing/gtest.gyp:gtest', |
| 1471 '../third_party/zlib/zlib.gyp:zlib', | 1471 '../third_party/zlib/zlib.gyp:zlib', |
| 1472 '../url/url.gyp:url_lib', | 1472 '../url/url.gyp:url_lib', |
| 1473 'http_server', |
| 1473 'net', | 1474 'net', |
| 1474 'net_test_support', | 1475 'net_test_support', |
| 1475 ], | 1476 ], |
| 1476 'sources': [ | 1477 'sources': [ |
| 1477 'android/keystore_unittest.cc', | 1478 'android/keystore_unittest.cc', |
| 1478 'android/network_change_notifier_android_unittest.cc', | 1479 'android/network_change_notifier_android_unittest.cc', |
| 1479 'base/address_list_unittest.cc', | 1480 'base/address_list_unittest.cc', |
| 1480 'base/address_tracker_linux_unittest.cc', | 1481 'base/address_tracker_linux_unittest.cc', |
| 1481 'base/backoff_entry_unittest.cc', | 1482 'base/backoff_entry_unittest.cc', |
| 1482 'base/big_endian_unittest.cc', | 1483 'base/big_endian_unittest.cc', |
| (...skipping 250 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1733 'quic/quic_protocol_test.cc', | 1734 'quic/quic_protocol_test.cc', |
| 1734 'quic/quic_reliable_client_stream_test.cc', | 1735 'quic/quic_reliable_client_stream_test.cc', |
| 1735 'quic/quic_session_test.cc', | 1736 'quic/quic_session_test.cc', |
| 1736 'quic/quic_spdy_compressor_test.cc', | 1737 'quic/quic_spdy_compressor_test.cc', |
| 1737 'quic/quic_spdy_decompressor_test.cc', | 1738 'quic/quic_spdy_decompressor_test.cc', |
| 1738 'quic/quic_stream_factory_test.cc', | 1739 'quic/quic_stream_factory_test.cc', |
| 1739 'quic/quic_stream_sequencer_test.cc', | 1740 'quic/quic_stream_sequencer_test.cc', |
| 1740 'quic/quic_time_test.cc', | 1741 'quic/quic_time_test.cc', |
| 1741 'quic/quic_utils_test.cc', | 1742 'quic/quic_utils_test.cc', |
| 1742 'quic/reliable_quic_stream_test.cc', | 1743 'quic/reliable_quic_stream_test.cc', |
| 1744 'server/http_server_response_info_unittest.cc', |
| 1743 'socket/buffered_write_stream_socket_unittest.cc', | 1745 'socket/buffered_write_stream_socket_unittest.cc', |
| 1744 'socket/client_socket_pool_base_unittest.cc', | 1746 'socket/client_socket_pool_base_unittest.cc', |
| 1745 'socket/deterministic_socket_data_unittest.cc', | 1747 'socket/deterministic_socket_data_unittest.cc', |
| 1746 'socket/mock_client_socket_pool_manager.cc', | 1748 'socket/mock_client_socket_pool_manager.cc', |
| 1747 'socket/mock_client_socket_pool_manager.h', | 1749 'socket/mock_client_socket_pool_manager.h', |
| 1748 'socket/socks5_client_socket_unittest.cc', | 1750 'socket/socks5_client_socket_unittest.cc', |
| 1749 'socket/socks_client_socket_pool_unittest.cc', | 1751 'socket/socks_client_socket_pool_unittest.cc', |
| 1750 'socket/socks_client_socket_unittest.cc', | 1752 'socket/socks_client_socket_unittest.cc', |
| 1751 'socket/ssl_client_socket_openssl_unittest.cc', | 1753 'socket/ssl_client_socket_openssl_unittest.cc', |
| 1752 'socket/ssl_client_socket_pool_unittest.cc', | 1754 'socket/ssl_client_socket_pool_unittest.cc', |
| (...skipping 530 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2283 '../base/base.gyp:base', | 2285 '../base/base.gyp:base', |
| 2284 'net', | 2286 'net', |
| 2285 ], | 2287 ], |
| 2286 'sources': [ | 2288 'sources': [ |
| 2287 'server/http_connection.cc', | 2289 'server/http_connection.cc', |
| 2288 'server/http_connection.h', | 2290 'server/http_connection.h', |
| 2289 'server/http_server.cc', | 2291 'server/http_server.cc', |
| 2290 'server/http_server.h', | 2292 'server/http_server.h', |
| 2291 'server/http_server_request_info.cc', | 2293 'server/http_server_request_info.cc', |
| 2292 'server/http_server_request_info.h', | 2294 'server/http_server_request_info.h', |
| 2295 'server/http_server_response_info.cc', |
| 2296 'server/http_server_response_info.h', |
| 2293 'server/web_socket.cc', | 2297 'server/web_socket.cc', |
| 2294 'server/web_socket.h', | 2298 'server/web_socket.h', |
| 2295 ], | 2299 ], |
| 2296 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 2300 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 2297 'msvs_disabled_warnings': [4267, ], | 2301 'msvs_disabled_warnings': [4267, ], |
| 2298 }, | 2302 }, |
| 2299 { | 2303 { |
| 2300 'target_name': 'dump_cache', | 2304 'target_name': 'dump_cache', |
| 2301 'type': 'executable', | 2305 'type': 'executable', |
| 2302 'dependencies': [ | 2306 'dependencies': [ |
| (...skipping 617 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2920 'net_unittests.isolate', | 2924 'net_unittests.isolate', |
| 2921 ], | 2925 ], |
| 2922 'sources': [ | 2926 'sources': [ |
| 2923 'net_unittests.isolate', | 2927 'net_unittests.isolate', |
| 2924 ], | 2928 ], |
| 2925 }, | 2929 }, |
| 2926 ], | 2930 ], |
| 2927 }], | 2931 }], |
| 2928 ], | 2932 ], |
| 2929 } | 2933 } |
| OLD | NEW |