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

Side by Side Diff: net/BUILD.gn

Issue 1874393002: 🏆 Allow Android test wrapper scripts to specify their timeouts in GN/GYP (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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/buildflag_header.gni") 5 import("//build/buildflag_header.gni")
6 import("//build/config/chromecast_build.gni") 6 import("//build/config/chromecast_build.gni")
7 import("//build/config/compiler/compiler.gni") 7 import("//build/config/compiler/compiler.gni")
8 import("//build/config/crypto.gni") 8 import("//build/config/crypto.gni")
9 import("//build/config/features.gni") 9 import("//build/config/features.gni")
10 import("//build/config/ui.gni") 10 import("//build/config/ui.gni")
(...skipping 1686 matching lines...) Expand 10 before | Expand all | Expand 10 after
1697 ] 1697 ]
1698 android_manifest = "//net/android/unittest_support/AndroidManifest.xml" 1698 android_manifest = "//net/android/unittest_support/AndroidManifest.xml"
1699 sources -= [ 1699 sources -= [
1700 # See bug http://crbug.com/344533. 1700 # See bug http://crbug.com/344533.
1701 "disk_cache/blockfile/index_table_v3_unittest.cc", 1701 "disk_cache/blockfile/index_table_v3_unittest.cc",
1702 ] 1702 ]
1703 set_sources_assignment_filter([]) 1703 set_sources_assignment_filter([])
1704 sources += [ "base/address_tracker_linux_unittest.cc" ] 1704 sources += [ "base/address_tracker_linux_unittest.cc" ]
1705 set_sources_assignment_filter(sources_assignment_filter) 1705 set_sources_assignment_filter(sources_assignment_filter)
1706 isolate_file = "net_unittests.isolate" 1706 isolate_file = "net_unittests.isolate"
1707 shard_timeout = 300
1707 } 1708 }
1708 1709
1709 # Symbols for crashes when running tests on swarming. 1710 # Symbols for crashes when running tests on swarming.
1710 if (symbol_level > 0) { 1711 if (symbol_level > 0) {
1711 if (is_win) { 1712 if (is_win) {
1712 data += [ "$root_out_dir/net_unittests.exe.pdb" ] 1713 data += [ "$root_out_dir/net_unittests.exe.pdb" ]
1713 } else if (is_mac) { 1714 } else if (is_mac) {
1714 data += [ "$root_out_dir/net_unittests.dSYM/" ] 1715 data += [ "$root_out_dir/net_unittests.dSYM/" ]
1715 } 1716 }
1716 } 1717 }
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
1946 fuzzer_test("net_quic_crypto_framer_parse_message_fuzzer") { 1947 fuzzer_test("net_quic_crypto_framer_parse_message_fuzzer") {
1947 sources = [ 1948 sources = [
1948 "quic/quic_crypto_framer_parse_message_fuzzer.cc", 1949 "quic/quic_crypto_framer_parse_message_fuzzer.cc",
1949 ] 1950 ]
1950 deps = [ 1951 deps = [
1951 ":net_fuzzer_test_support", 1952 ":net_fuzzer_test_support",
1952 "//base", 1953 "//base",
1953 "//net", 1954 "//net",
1954 ] 1955 ]
1955 } 1956 }
OLDNEW
« no previous file with comments | « components/cronet/android/BUILD.gn ('k') | net/net.gyp » ('j') | net/net.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698