OLD | NEW |
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 Loading... |
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 ] |
1163 data_deps = [ | 1166 data_deps = [ |
1164 ":browser_tests", | 1167 ":browser_tests", |
1165 ] | 1168 ] |
1166 } | 1169 } |
1167 } | 1170 } |
1168 | 1171 |
1169 static_library("browser_tests_runner") { | 1172 static_library("browser_tests_runner") { |
1170 testonly = true | 1173 testonly = true |
1171 sources = [] | 1174 sources = [] |
1172 | 1175 |
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1222 deps = [ | 1225 deps = [ |
1223 ":browser_tests_runner", | 1226 ":browser_tests_runner", |
1224 ":repack_pseudo_locales", | 1227 ":repack_pseudo_locales", |
1225 ":test_support", | 1228 ":test_support", |
1226 "//base", | 1229 "//base", |
1227 "//components/sync:test_support_model", | 1230 "//components/sync:test_support_model", |
1228 "//printing/features", | 1231 "//printing/features", |
1229 "//third_party/WebKit/public:features", | 1232 "//third_party/WebKit/public:features", |
1230 ] | 1233 ] |
1231 | 1234 |
1232 data_deps = [ | 1235 data_deps = [] |
1233 "//testing/buildbot/filters:browser_tests", | |
1234 ] | |
1235 | 1236 |
1236 data = [] | 1237 data = [] |
1237 | 1238 |
1238 defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ] | 1239 defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ] |
1239 | 1240 |
1240 if (is_win) { | 1241 if (is_win) { |
1241 data += [ "$root_out_dir/chrome_200_percent.pak" ] | 1242 data += [ "$root_out_dir/chrome_200_percent.pak" ] |
1242 deps += [ "//chrome/app:chrome_dll_resources" ] | 1243 deps += [ "//chrome/app:chrome_dll_resources" ] |
1243 } | 1244 } |
1244 if (is_chromeos) { | 1245 if (is_chromeos) { |
(...skipping 757 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2002 sources += [ "//third_party/liblouis/nacl_wrapper/liblouis_wrapper_brows
ertest.cc" ] | 2003 sources += [ "//third_party/liblouis/nacl_wrapper/liblouis_wrapper_brows
ertest.cc" ] |
2003 deps += [ "//chrome/browser/chromeos" ] | 2004 deps += [ "//chrome/browser/chromeos" ] |
2004 data_deps += [ "//third_party/liblouis:liblouis_test_data" ] | 2005 data_deps += [ "//third_party/liblouis:liblouis_test_data" ] |
2005 } else if (is_linux || is_win) { | 2006 } else if (is_linux || is_win) { |
2006 sources += [ | 2007 sources += [ |
2007 "../browser/ui/views/ime/ime_warning_bubble_browsertest.cc", | 2008 "../browser/ui/views/ime/ime_warning_bubble_browsertest.cc", |
2008 "../browser/ui/views/ime/ime_window_browsertest.cc", | 2009 "../browser/ui/views/ime/ime_window_browsertest.cc", |
2009 ] | 2010 ] |
2010 } | 2011 } |
2011 | 2012 |
| 2013 if (is_linux) { |
| 2014 data += [ "//testing/buildbot/filters/browser-side-navigation.linux.brow
ser_tests.filter" ] |
| 2015 } |
| 2016 |
2012 if (is_win || is_linux) { | 2017 if (is_win || is_linux) { |
2013 sources += [ "../browser/nacl_host/test/nacl_gdb_browsertest.cc" ] | 2018 sources += [ "../browser/nacl_host/test/nacl_gdb_browsertest.cc" ] |
2014 data_deps += [ "//chrome/browser/nacl_host/test:mock_nacl_gdb" ] | 2019 data_deps += [ "//chrome/browser/nacl_host/test:mock_nacl_gdb" ] |
| 2020 data += [ "//testing/buildbot/filters/site-per-process.browser_tests.fil
ter" ] |
2015 } | 2021 } |
2016 if (is_win) { | 2022 if (is_win) { |
2017 # TODO(halyavin) NaCl on Windows can't open debug stub socket in | 2023 # TODO(halyavin) NaCl on Windows can't open debug stub socket in |
2018 # browser process as needed by this test. See http://crbug.com/157312. | 2024 # browser process as needed by this test. See http://crbug.com/157312. |
2019 sources -= [ "../browser/nacl_host/test/gdb_debug_stub_browsertest.cc" ] | 2025 sources -= [ "../browser/nacl_host/test/gdb_debug_stub_browsertest.cc" ] |
2020 configs -= [ "//build/config/win:default_incremental_linking" ] | 2026 configs -= [ "//build/config/win:default_incremental_linking" ] |
2021 configs += | 2027 configs += |
2022 [ "//build/config/win:default_large_module_incremental_linking" ] | 2028 [ "//build/config/win:default_large_module_incremental_linking" ] |
2023 } | 2029 } |
2024 if (is_linux) { | 2030 if (is_linux) { |
(...skipping 3024 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5049 "touch_hud", | 5055 "touch_hud", |
5050 "ui", | 5056 "ui", |
5051 ] | 5057 ] |
5052 | 5058 |
5053 if (is_linux && !is_android) { | 5059 if (is_linux && !is_android) { |
5054 deps += [ "//components/font_service:manifest" ] | 5060 deps += [ "//components/font_service:manifest" ] |
5055 packaged_services += [ "font_service" ] | 5061 packaged_services += [ "font_service" ] |
5056 } | 5062 } |
5057 } | 5063 } |
5058 } | 5064 } |
OLD | NEW |