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

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

Issue 2469353002: Convert Site Isolation Win bot to --isolate-extensions [2nd attempt]. (Closed)
Patch Set: Rebasing to minimize chance of merge conflicts (and of another https://crbug.com/661447). Created 4 years, 1 month 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 | content/test/BUILD.gn » ('j') | testing/buildbot/filters/BUILD.gn » ('J')
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/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 1142 matching lines...) Expand 10 before | Expand all | Expand 10 after
1153 # The _run targets exist only for compatibility w/ GYP. 1153 # The _run targets exist only for compatibility w/ GYP.
1154 group("mash_browser_tests_run") { 1154 group("mash_browser_tests_run") {
1155 testonly = true 1155 testonly = true
1156 deps = [ 1156 deps = [
1157 ":mash_browser_tests", 1157 ":mash_browser_tests",
1158 ] 1158 ]
1159 } 1159 }
1160 1160
1161 group("mash_browser_tests") { 1161 group("mash_browser_tests") {
1162 testonly = true 1162 testonly = true
1163 data = [
1164 "//testing/buildbot/filters/mojo.fyi.browser_tests.filter",
1165 ]
1166 data_deps = [ 1163 data_deps = [
1167 ":browser_tests", 1164 ":browser_tests",
1168 ] 1165 ]
1169 } 1166 }
1170 } 1167 }
1171 1168
1172 static_library("browser_tests_runner") { 1169 static_library("browser_tests_runner") {
1173 testonly = true 1170 testonly = true
1174 sources = [] 1171 sources = []
1175 1172
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
1225 deps = [ 1222 deps = [
1226 ":browser_tests_runner", 1223 ":browser_tests_runner",
1227 ":repack_pseudo_locales", 1224 ":repack_pseudo_locales",
1228 ":test_support", 1225 ":test_support",
1229 "//base", 1226 "//base",
1230 "//components/sync:test_support_model", 1227 "//components/sync:test_support_model",
1231 "//printing/features", 1228 "//printing/features",
1232 "//third_party/WebKit/public:features", 1229 "//third_party/WebKit/public:features",
1233 ] 1230 ]
1234 1231
1235 data_deps = [] 1232 data_deps = [
1233 "//testing/buildbot/filters:browser_tests",
1234 ]
1236 1235
1237 data = [] 1236 data = []
1238 1237
1239 defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ] 1238 defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ]
1240 1239
1241 if (is_win) { 1240 if (is_win) {
1242 data += [ "$root_out_dir/chrome_200_percent.pak" ] 1241 data += [ "$root_out_dir/chrome_200_percent.pak" ]
1243 deps += [ "//chrome/app:chrome_dll_resources" ] 1242 deps += [ "//chrome/app:chrome_dll_resources" ]
1244 } 1243 }
1245 if (is_chromeos) { 1244 if (is_chromeos) {
(...skipping 757 matching lines...) Expand 10 before | Expand all | Expand 10 after
2003 sources += [ "//third_party/liblouis/nacl_wrapper/liblouis_wrapper_brows ertest.cc" ] 2002 sources += [ "//third_party/liblouis/nacl_wrapper/liblouis_wrapper_brows ertest.cc" ]
2004 deps += [ "//chrome/browser/chromeos" ] 2003 deps += [ "//chrome/browser/chromeos" ]
2005 data_deps += [ "//third_party/liblouis:liblouis_test_data" ] 2004 data_deps += [ "//third_party/liblouis:liblouis_test_data" ]
2006 } else if (is_linux || is_win) { 2005 } else if (is_linux || is_win) {
2007 sources += [ 2006 sources += [
2008 "../browser/ui/views/ime/ime_warning_bubble_browsertest.cc", 2007 "../browser/ui/views/ime/ime_warning_bubble_browsertest.cc",
2009 "../browser/ui/views/ime/ime_window_browsertest.cc", 2008 "../browser/ui/views/ime/ime_window_browsertest.cc",
2010 ] 2009 ]
2011 } 2010 }
2012 2011
2013 if (is_linux) {
2014 data += [ "//testing/buildbot/filters/browser-side-navigation.linux.brow ser_tests.filter" ]
2015 }
2016
2017 if (is_win || is_linux) { 2012 if (is_win || is_linux) {
2018 sources += [ "../browser/nacl_host/test/nacl_gdb_browsertest.cc" ] 2013 sources += [ "../browser/nacl_host/test/nacl_gdb_browsertest.cc" ]
2019 data_deps += [ "//chrome/browser/nacl_host/test:mock_nacl_gdb" ] 2014 data_deps += [ "//chrome/browser/nacl_host/test:mock_nacl_gdb" ]
2020 data += [ "//testing/buildbot/filters/site-per-process.browser_tests.fil ter" ]
2021 } 2015 }
2022 if (is_win) { 2016 if (is_win) {
2023 # TODO(halyavin) NaCl on Windows can't open debug stub socket in 2017 # TODO(halyavin) NaCl on Windows can't open debug stub socket in
2024 # browser process as needed by this test. See http://crbug.com/157312. 2018 # browser process as needed by this test. See http://crbug.com/157312.
2025 sources -= [ "../browser/nacl_host/test/gdb_debug_stub_browsertest.cc" ] 2019 sources -= [ "../browser/nacl_host/test/gdb_debug_stub_browsertest.cc" ]
2026 configs -= [ "//build/config/win:default_incremental_linking" ] 2020 configs -= [ "//build/config/win:default_incremental_linking" ]
2027 configs += 2021 configs +=
2028 [ "//build/config/win:default_large_module_incremental_linking" ] 2022 [ "//build/config/win:default_large_module_incremental_linking" ]
2029 } 2023 }
2030 if (is_linux) { 2024 if (is_linux) {
(...skipping 3024 matching lines...) Expand 10 before | Expand all | Expand 10 after
5055 "touch_hud", 5049 "touch_hud",
5056 "ui", 5050 "ui",
5057 ] 5051 ]
5058 5052
5059 if (is_linux && !is_android) { 5053 if (is_linux && !is_android) {
5060 deps += [ "//components/font_service:manifest" ] 5054 deps += [ "//components/font_service:manifest" ]
5061 packaged_services += [ "font_service" ] 5055 packaged_services += [ "font_service" ]
5062 } 5056 }
5063 } 5057 }
5064 } 5058 }
OLDNEW
« no previous file with comments | « no previous file | content/test/BUILD.gn » ('j') | testing/buildbot/filters/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698