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 'linux_link_kerberos%': 0, | 8 'linux_link_kerberos%': 0, |
9 'conditions': [ | 9 'conditions': [ |
10 ['chromeos==1 or embedded==1 or OS=="ios"', { | 10 ['chromeos==1 or embedded==1 or OS=="ios"', { |
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
200 'sources': [ | 200 'sources': [ |
201 '<@(net_base_test_mac_ios_sources)', | 201 '<@(net_base_test_mac_ios_sources)', |
202 ], | 202 ], |
203 }], | 203 }], |
204 ['chromeos==1', { | 204 ['chromeos==1', { |
205 'sources!': [ | 205 'sources!': [ |
206 'proxy/proxy_config_service_linux_unittest.cc', | 206 'proxy/proxy_config_service_linux_unittest.cc', |
207 ], | 207 ], |
208 }], | 208 }], |
209 [ 'OS == "android"', { | 209 [ 'OS == "android"', { |
210 'sources!': [ | |
211 # See bug http://crbug.com/344533. | |
212 'disk_cache/blockfile/index_table_v3_unittest.cc', | |
213 ], | |
214 'dependencies': [ | 210 'dependencies': [ |
215 'net_javatests', | 211 'net_javatests', |
216 ], | 212 ], |
217 }], | 213 }], |
218 [ 'use_nss_certs != 1', { | 214 [ 'use_nss_certs != 1', { |
219 'sources!': [ | 215 'sources!': [ |
220 'cert/nss_cert_database_unittest.cc', | 216 'cert/nss_cert_database_unittest.cc', |
221 'cert/nss_cert_database_chromeos_unittest.cc', | 217 'cert/nss_cert_database_chromeos_unittest.cc', |
222 'cert/nss_profile_filter_chromeos_unittest.cc', | 218 'cert/nss_profile_filter_chromeos_unittest.cc', |
223 'ssl/client_cert_store_nss_unittest.cc', | 219 'ssl/client_cert_store_nss_unittest.cc', |
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
435 # Needs GetAppOutput(). | 431 # Needs GetAppOutput(). |
436 'test/python_utils_unittest.cc', | 432 'test/python_utils_unittest.cc', |
437 'url_request/url_fetcher_impl_unittest.cc', | 433 'url_request/url_fetcher_impl_unittest.cc', |
438 'url_request/url_request_context_builder_unittest.cc', | 434 'url_request/url_request_context_builder_unittest.cc', |
439 | 435 |
440 # The following tests are disabled because they don't apply to | 436 # The following tests are disabled because they don't apply to |
441 # iOS. | 437 # iOS. |
442 # OS is not "linux" or "freebsd" or "openbsd". | 438 # OS is not "linux" or "freebsd" or "openbsd". |
443 'socket/unix_domain_client_socket_posix_unittest.cc', | 439 'socket/unix_domain_client_socket_posix_unittest.cc', |
444 'socket/unix_domain_server_socket_posix_unittest.cc', | 440 'socket/unix_domain_server_socket_posix_unittest.cc', |
445 | |
446 # See bug http://crbug.com/344533. | |
447 'disk_cache/blockfile/index_table_v3_unittest.cc', | |
448 ], | 441 ], |
449 }], | 442 }], |
450 ['OS == "android"', { | 443 ['OS == "android"', { |
451 # TODO(mmenke): This depends on test_support_base, which depends on | 444 # TODO(mmenke): This depends on test_support_base, which depends on |
452 # icu. Figure out a way to remove that dependency. | 445 # icu. Figure out a way to remove that dependency. |
453 'dependencies': [ | 446 'dependencies': [ |
454 '../testing/android/native_test.gyp:native_test_native_code', | 447 '../testing/android/native_test.gyp:native_test_native_code', |
455 ] | 448 ] |
456 }], | 449 }], |
457 ['use_v8_in_net==1 and v8_use_external_startup_data==1', { | 450 ['use_v8_in_net==1 and v8_use_external_startup_data==1', { |
(...skipping 1291 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1749 '../build/isolate.gypi', | 1742 '../build/isolate.gypi', |
1750 ], | 1743 ], |
1751 'sources': [ | 1744 'sources': [ |
1752 'net_unittests.isolate', | 1745 'net_unittests.isolate', |
1753 ], | 1746 ], |
1754 }, | 1747 }, |
1755 ], | 1748 ], |
1756 }], | 1749 }], |
1757 ], | 1750 ], |
1758 } | 1751 } |
OLD | NEW |