Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(129)

Side by Side Diff: net/BUILD.gn

Issue 1120883002: [Android] Generate scripts at build time to run android tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 import("//build/config/crypto.gni") 5 import("//build/config/crypto.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//build/module_args/v8.gni") 8 import("//build/module_args/v8.gni")
9 import("//url/config.gni") 9 import("//url/config.gni")
10 import("//testing/test.gni") 10 import("//testing/test.gni")
(...skipping 1333 matching lines...) Expand 10 before | Expand all | Expand 10 after
1344 if (is_android) { 1344 if (is_android) {
1345 sources -= [ 1345 sources -= [
1346 # See bug http://crbug.com/344533. 1346 # See bug http://crbug.com/344533.
1347 "disk_cache/blockfile/index_table_v3_unittest.cc", 1347 "disk_cache/blockfile/index_table_v3_unittest.cc",
1348 1348
1349 # No res_ninit() et al on Android, so this doesn't make a lot of 1349 # No res_ninit() et al on Android, so this doesn't make a lot of
1350 # sense. 1350 # sense.
1351 "dns/dns_config_service_posix_unittest.cc", 1351 "dns/dns_config_service_posix_unittest.cc",
1352 ] 1352 ]
1353 deps += [ ":net_test_jni_headers" ] 1353 deps += [ ":net_test_jni_headers" ]
1354 isolate_file = "net_unittests.isolate"
1354 } 1355 }
1355 1356
1356 if (v8_use_external_startup_data) { 1357 if (v8_use_external_startup_data) {
1357 deps += [ "//gin" ] 1358 deps += [ "//gin" ]
1358 } 1359 }
1359 1360
1360 if (!use_nss_certs) { 1361 if (!use_nss_certs) {
1361 sources -= [ 1362 sources -= [
1362 "cert/nss_cert_database_unittest.cc", 1363 "cert/nss_cert_database_unittest.cc",
1363 "ssl/client_cert_store_nss_unittest.cc", 1364 "ssl/client_cert_store_nss_unittest.cc",
(...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after
1613 } else { 1614 } else {
1614 sources -= [ "proxy/proxy_resolver_perftest.cc" ] 1615 sources -= [ "proxy/proxy_resolver_perftest.cc" ]
1615 } 1616 }
1616 1617
1617 if (is_win && icu_use_data_file) { 1618 if (is_win && icu_use_data_file) {
1618 # This is needed to trigger the dll copy step on windows. 1619 # This is needed to trigger the dll copy step on windows.
1619 # TODO(mark): Specifying this here shouldn't be necessary. 1620 # TODO(mark): Specifying this here shouldn't be necessary.
1620 deps += [ "//third_party/icu:icudata" ] 1621 deps += [ "//third_party/icu:icudata" ]
1621 } 1622 }
1622 } 1623 }
OLDNEW
« build/config/android/rules.gni ('K') | « media/midi/BUILD.gn ('k') | net/net.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698