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

Side by Side Diff: net/BUILD.gn

Issue 1127233005: Don't include tested apks resources in test apk (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 1332 matching lines...) Expand 10 before | Expand all | Expand 10 after
1343 1343
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 += [ 1353 deps += [ ":net_test_jni_headers" ]
1354 ":net_javatests", # FIXME(brettw)
1355 ":net_test_jni_headers",
1356 ]
1357 } 1354 }
1358 1355
1359 if (v8_use_external_startup_data) { 1356 if (v8_use_external_startup_data) {
1360 deps += [ "//gin" ] 1357 deps += [ "//gin" ]
1361 } 1358 }
1362 1359
1363 if (!use_nss_certs) { 1360 if (!use_nss_certs) {
1364 sources -= [ 1361 sources -= [
1365 "cert/nss_cert_database_unittest.cc", 1362 "cert/nss_cert_database_unittest.cc",
1366 "ssl/client_cert_store_nss_unittest.cc", 1363 "ssl/client_cert_store_nss_unittest.cc",
(...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after
1616 } else { 1613 } else {
1617 sources -= [ "proxy/proxy_resolver_perftest.cc" ] 1614 sources -= [ "proxy/proxy_resolver_perftest.cc" ]
1618 } 1615 }
1619 1616
1620 if (is_win && icu_use_data_file) { 1617 if (is_win && icu_use_data_file) {
1621 # This is needed to trigger the dll copy step on windows. 1618 # This is needed to trigger the dll copy step on windows.
1622 # TODO(mark): Specifying this here shouldn't be necessary. 1619 # TODO(mark): Specifying this here shouldn't be necessary.
1623 deps += [ "//third_party/icu:icudata" ] 1620 deps += [ "//third_party/icu:icudata" ]
1624 } 1621 }
1625 } 1622 }
OLDNEW
« build/android/gyp/jar.py ('K') | « media/BUILD.gn ('k') | net/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698