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 2200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2211 'dns/mdns_query_unittest.cc', | 2211 'dns/mdns_query_unittest.cc', |
2212 'dns/record_parsed_unittest.cc', | 2212 'dns/record_parsed_unittest.cc', |
2213 'dns/record_rdata_unittest.cc', | 2213 'dns/record_rdata_unittest.cc', |
2214 ], | 2214 ], |
2215 }], | 2215 }], |
2216 [ 'OS == "win"', { | 2216 [ 'OS == "win"', { |
2217 'sources!': [ | 2217 'sources!': [ |
2218 'dns/dns_config_service_posix_unittest.cc', | 2218 'dns/dns_config_service_posix_unittest.cc', |
2219 'http/http_auth_gssapi_posix_unittest.cc', | 2219 'http/http_auth_gssapi_posix_unittest.cc', |
2220 ], | 2220 ], |
| 2221 # This is needed to trigger the dll copy step on windows. |
| 2222 # TODO(mark): Specifying this here shouldn't be necessary. |
2221 'dependencies': [ | 2223 'dependencies': [ |
| 2224 '../third_party/icu/icu.gyp:icudata', |
2222 '../third_party/nss/nss.gyp:nspr', | 2225 '../third_party/nss/nss.gyp:nspr', |
2223 '../third_party/nss/nss.gyp:nss', | 2226 '../third_party/nss/nss.gyp:nss', |
2224 'third_party/nss/ssl.gyp:libssl', | 2227 'third_party/nss/ssl.gyp:libssl', |
2225 ], | 2228 ], |
2226 'conditions': [ | |
2227 [ 'icu_use_data_file_flag == 0', { | |
2228 # This is needed to trigger the dll copy step on windows. | |
2229 # TODO(mark): Specifying this here shouldn't be necessary. | |
2230 'dependencies': [ | |
2231 '../third_party/icu/icu.gyp:icudata', | |
2232 ], | |
2233 }], | |
2234 ], | |
2235 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 2229 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
2236 'msvs_disabled_warnings': [4267, ], | 2230 'msvs_disabled_warnings': [4267, ], |
2237 }, | 2231 }, |
2238 ], | 2232 ], |
2239 [ 'OS == "mac"', { | 2233 [ 'OS == "mac"', { |
2240 'dependencies': [ | 2234 'dependencies': [ |
2241 '../third_party/nss/nss.gyp:nspr', | 2235 '../third_party/nss/nss.gyp:nspr', |
2242 '../third_party/nss/nss.gyp:nss', | 2236 '../third_party/nss/nss.gyp:nss', |
2243 'third_party/nss/ssl.gyp:libssl', | 2237 'third_party/nss/ssl.gyp:libssl', |
2244 ], | 2238 ], |
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2323 [ 'use_v8_in_net==1', { | 2317 [ 'use_v8_in_net==1', { |
2324 'dependencies': [ | 2318 'dependencies': [ |
2325 'net_with_v8', | 2319 'net_with_v8', |
2326 ], | 2320 ], |
2327 }, { # else: !use_v8_in_net | 2321 }, { # else: !use_v8_in_net |
2328 'sources!': [ | 2322 'sources!': [ |
2329 'proxy/proxy_resolver_perftest.cc', | 2323 'proxy/proxy_resolver_perftest.cc', |
2330 ], | 2324 ], |
2331 }, | 2325 }, |
2332 ], | 2326 ], |
| 2327 # This is needed to trigger the dll copy step on windows. |
| 2328 # TODO(mark): Specifying this here shouldn't be necessary. |
2333 [ 'OS == "win"', { | 2329 [ 'OS == "win"', { |
2334 'conditions': [ | 2330 'dependencies': [ |
2335 [ 'icu_use_data_file_flag == 0', { | 2331 '../third_party/icu/icu.gyp:icudata', |
2336 # This is needed to trigger the dll copy step on windows. | |
2337 # TODO(mark): Specifying this here shouldn't be necessary. | |
2338 'dependencies': [ | |
2339 '../third_party/icu/icu.gyp:icudata', | |
2340 ], | |
2341 }], | |
2342 ], | 2332 ], |
2343 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 2333 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
2344 'msvs_disabled_warnings': [4267, ], | 2334 'msvs_disabled_warnings': [4267, ], |
2345 }], | 2335 }, |
| 2336 ], |
2346 ], | 2337 ], |
2347 }, | 2338 }, |
2348 { | 2339 { |
2349 'target_name': 'net_test_support', | 2340 'target_name': 'net_test_support', |
2350 'type': 'static_library', | 2341 'type': 'static_library', |
2351 'dependencies': [ | 2342 'dependencies': [ |
2352 '../base/base.gyp:base', | 2343 '../base/base.gyp:base', |
2353 '../base/base.gyp:test_support_base', | 2344 '../base/base.gyp:test_support_base', |
2354 '../net/tools/tld_cleanup/tld_cleanup.gyp:tld_cleanup_util', | 2345 '../net/tools/tld_cleanup/tld_cleanup.gyp:tld_cleanup_util', |
2355 '../testing/gtest.gyp:gtest', | 2346 '../testing/gtest.gyp:gtest', |
(...skipping 771 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3127 'net_unittests.isolate', | 3118 'net_unittests.isolate', |
3128 ], | 3119 ], |
3129 'sources': [ | 3120 'sources': [ |
3130 'net_unittests.isolate', | 3121 'net_unittests.isolate', |
3131 ], | 3122 ], |
3132 }, | 3123 }, |
3133 ], | 3124 ], |
3134 }], | 3125 }], |
3135 ], | 3126 ], |
3136 } | 3127 } |
OLD | NEW |