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

Unified Diff: chrome/test/BUILD.gn

Issue 1679913002: Run chrome_app_unittests on win bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync to position 374371 Created 4 years, 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | testing/buildbot/chromium.chromiumos.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index c89c6790ab9babe529c22daa3991c7d002d5038f..ae1e09d5f1687bc17b1b771d3adc1d98978ffe9b 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -2089,7 +2089,7 @@ test("unit_tests") {
}
}
-if (is_win || (is_linux && !is_chromeos)) {
+if (is_win || is_mac || (is_linux && !is_chromeos)) {
# TODO(GYP): Figure out which of these work and are needed on other
# platforms.
test("chrome_app_unittests") {
@@ -2122,7 +2122,9 @@ if (is_win || (is_linux && !is_chromeos)) {
deps += [ "//third_party/cld_2:cld2_platform_impl" ]
}
}
+}
+if (is_win || (is_linux && !is_chromeos)) {
test("performance_browser_tests") {
sources =
rebase_path(chrome_tests_gypi_values.performance_browser_tests_sources,
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | testing/buildbot/chromium.chromiumos.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698