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

Side by Side Diff: components/cronet/android/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
« no previous file with comments | « components/cronet.gypi ('k') | net/BUILD.gn » ('j') | net/net.gyp » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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/android/config.gni") 6 import("//build/config/android/config.gni")
7 import("//build/config/android/rules.gni") 7 import("//build/config/android/rules.gni")
8 import("//build/util/version.gni") 8 import("//build/util/version.gni")
9 import("//chrome/version.gni") 9 import("//chrome/version.gni")
10 import("//testing/test.gni") 10 import("//testing/test.gni")
(...skipping 682 matching lines...) Expand 10 before | Expand all | Expand 10 after
693 ] 693 ]
694 694
695 deps = [ 695 deps = [
696 ":cronet_static", 696 ":cronet_static",
697 "//base", 697 "//base",
698 "//base/test:test_support", 698 "//base/test:test_support",
699 "//components/metrics", 699 "//components/metrics",
700 "//net", 700 "//net",
701 "//testing/gtest", 701 "//testing/gtest",
702 ] 702 ]
703
704 if (is_android) {
705 shard_timeout = 180
706 }
703 } 707 }
704 708
705 _package_dir = "$root_out_dir/cronet" 709 _package_dir = "$root_out_dir/cronet"
706 _extract_cronet_jars_dir = "$target_gen_dir/cronet_jar_extract" 710 _extract_cronet_jars_dir = "$target_gen_dir/cronet_jar_extract"
707 711
708 action("extract_cronet_jars") { 712 action("extract_cronet_jars") {
709 # extract_from_jars.py deletes the target directory before extracting. 713 # extract_from_jars.py deletes the target directory before extracting.
710 script = "//components/cronet/tools/extract_from_jars.py" 714 script = "//components/cronet/tools/extract_from_jars.py"
711 depfile = "$target_gen_dir/$target_name.d" 715 depfile = "$target_gen_dir/$target_name.d"
712 716
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
883 ":cronet_package_copy_native_lib", 887 ":cronet_package_copy_native_lib",
884 ":cronet_package_copy_native_lib_unstripped", 888 ":cronet_package_copy_native_lib_unstripped",
885 ":generate_javadoc", 889 ":generate_javadoc",
886 ":generate_licenses", 890 ":generate_licenses",
887 ":jar_cronet_api_source", 891 ":jar_cronet_api_source",
888 ":jar_cronet_other_source", 892 ":jar_cronet_other_source",
889 ":jar_cronet_sample_source", 893 ":jar_cronet_sample_source",
890 ":repackage_extracted_jars", 894 ":repackage_extracted_jars",
891 ] 895 ]
892 } 896 }
OLDNEW
« no previous file with comments | « components/cronet.gypi ('k') | net/BUILD.gn » ('j') | net/net.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698