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 920 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
931 'proxy/mock_proxy_resolver.cc', | 931 'proxy/mock_proxy_resolver.cc', |
932 'proxy/mock_proxy_resolver.h', | 932 'proxy/mock_proxy_resolver.h', |
933 'proxy/mock_proxy_script_fetcher.cc', | 933 'proxy/mock_proxy_script_fetcher.cc', |
934 'proxy/mock_proxy_script_fetcher.h', | 934 'proxy/mock_proxy_script_fetcher.h', |
935 'proxy/proxy_config_service_common_unittest.cc', | 935 'proxy/proxy_config_service_common_unittest.cc', |
936 'proxy/proxy_config_service_common_unittest.h', | 936 'proxy/proxy_config_service_common_unittest.h', |
937 'socket/socket_test_util.cc', | 937 'socket/socket_test_util.cc', |
938 'socket/socket_test_util.h', | 938 'socket/socket_test_util.h', |
939 'test/cert_test_util.cc', | 939 'test/cert_test_util.cc', |
940 'test/cert_test_util.h', | 940 'test/cert_test_util.h', |
| 941 'test/cert_test_util_nss.cc', |
941 'test/ct_test_util.cc', | 942 'test/ct_test_util.cc', |
942 'test/ct_test_util.h', | 943 'test/ct_test_util.h', |
943 'test/embedded_test_server/embedded_test_server.cc', | 944 'test/embedded_test_server/embedded_test_server.cc', |
944 'test/embedded_test_server/embedded_test_server.h', | 945 'test/embedded_test_server/embedded_test_server.h', |
945 'test/embedded_test_server/http_connection.cc', | 946 'test/embedded_test_server/http_connection.cc', |
946 'test/embedded_test_server/http_connection.h', | 947 'test/embedded_test_server/http_connection.h', |
947 'test/embedded_test_server/http_request.cc', | 948 'test/embedded_test_server/http_request.cc', |
948 'test/embedded_test_server/http_request.h', | 949 'test/embedded_test_server/http_request.h', |
949 'test/embedded_test_server/http_response.cc', | 950 'test/embedded_test_server/http_response.cc', |
950 'test/embedded_test_server/http_response.h', | 951 'test/embedded_test_server/http_response.h', |
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1014 'net_with_v8', | 1015 'net_with_v8', |
1015 ], | 1016 ], |
1016 }, | 1017 }, |
1017 ], | 1018 ], |
1018 [ 'enable_mdns != 1', { | 1019 [ 'enable_mdns != 1', { |
1019 'sources!' : [ | 1020 'sources!' : [ |
1020 'dns/mock_mdns_socket_factory.cc', | 1021 'dns/mock_mdns_socket_factory.cc', |
1021 'dns/mock_mdns_socket_factory.h' | 1022 'dns/mock_mdns_socket_factory.h' |
1022 ] | 1023 ] |
1023 }], | 1024 }], |
| 1025 [ 'use_nss != 1', { |
| 1026 'sources!': [ |
| 1027 'test/cert_test_util_nss.cc', |
| 1028 ], |
| 1029 }], |
1024 ], | 1030 ], |
1025 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 1031 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
1026 'msvs_disabled_warnings': [4267, ], | 1032 'msvs_disabled_warnings': [4267, ], |
1027 }, | 1033 }, |
1028 { | 1034 { |
1029 'target_name': 'net_resources', | 1035 'target_name': 'net_resources', |
1030 'type': 'none', | 1036 'type': 'none', |
1031 'variables': { | 1037 'variables': { |
1032 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/net', | 1038 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/net', |
1033 }, | 1039 }, |
(...skipping 669 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1703 'net_unittests.isolate', | 1709 'net_unittests.isolate', |
1704 ], | 1710 ], |
1705 'sources': [ | 1711 'sources': [ |
1706 'net_unittests.isolate', | 1712 'net_unittests.isolate', |
1707 ], | 1713 ], |
1708 }, | 1714 }, |
1709 ], | 1715 ], |
1710 }], | 1716 }], |
1711 ], | 1717 ], |
1712 } | 1718 } |
OLD | NEW |