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

Side by Side Diff: chrome/test/BUILD.gn

Issue 1832093003: Fix MB and running mash browser_tests under swarming (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: patch for review Created 4 years, 9 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 | « no previous file | testing/buildbot/chromium.mojo.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/compiler/compiler.gni") 6 import("//build/config/compiler/compiler.gni")
7 import("//build/config/crypto.gni") 7 import("//build/config/crypto.gni")
8 import("//build/config/features.gni") 8 import("//build/config/features.gni")
9 import("//build/config/ui.gni") 9 import("//build/config/ui.gni")
10 import("//chrome/chrome_tests.gni") 10 import("//chrome/chrome_tests.gni")
(...skipping 771 matching lines...) Expand 10 before | Expand all | Expand 10 after
782 782
783 # TODO(GYP): Delete this after we've converted everything to GN. 783 # TODO(GYP): Delete this after we've converted everything to GN.
784 # The _run targets exist only for compatibility w/ GYP. 784 # The _run targets exist only for compatibility w/ GYP.
785 group("tab_capture_end2end_tests_run") { 785 group("tab_capture_end2end_tests_run") {
786 testonly = true 786 testonly = true
787 deps = [ 787 deps = [
788 ":browser_tests", 788 ":browser_tests",
789 ] 789 ]
790 } 790 }
791 791
792 # TODO(GYP): Delete this after we've converted everything to GN.
793 # The _run targets exist only for compatibility w/ GYP.
794 group("mash_browser_tests_run") {
795 testonly = true
796 deps = [
797 ":mash_browser_tests",
798 ]
799 }
800
801 group("mash_browser_tests") {
802 testonly = true
803 data = [
804 "//testing/buildbot/filters/mojo.fyi.browser_tests.filter",
805 ]
806 data_deps = [
807 ":browser_tests",
808 ]
809 }
810
792 test("browser_tests") { 811 test("browser_tests") {
793 sources = [ 812 sources = [
794 "base/browser_tests_main.cc", 813 "base/browser_tests_main.cc",
795 ] 814 ]
796 sources += 815 sources +=
797 rebase_path(chrome_tests_gypi_values.chrome_browser_tests_sources, 816 rebase_path(chrome_tests_gypi_values.chrome_browser_tests_sources,
798 ".", 817 ".",
799 "//chrome") 818 "//chrome")
800 sources += rebase_path( 819 sources += rebase_path(
801 chrome_tests_gypi_values.chrome_browser_extensions_test_support_sour ces, 820 chrome_tests_gypi_values.chrome_browser_extensions_test_support_sour ces,
(...skipping 1438 matching lines...) Expand 10 before | Expand all | Expand 10 after
2240 if (is_android) { 2259 if (is_android) {
2241 android_library("unit_tests_java") { 2260 android_library("unit_tests_java") {
2242 java_files = [ "android/unit_tests_apk/src/org/chromium/chrome/unit_tests_ap k/ChromeNativeTestApplication.java" ] 2261 java_files = [ "android/unit_tests_apk/src/org/chromium/chrome/unit_tests_ap k/ChromeNativeTestApplication.java" ]
2243 deps = [ 2262 deps = [
2244 "//base:base_java", 2263 "//base:base_java",
2245 "//chrome/android:chrome_java", 2264 "//chrome/android:chrome_java",
2246 "//content/public/android:content_java", 2265 "//content/public/android:content_java",
2247 ] 2266 ]
2248 } 2267 }
2249 } 2268 }
OLDNEW
« no previous file with comments | « no previous file | testing/buildbot/chromium.mojo.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698