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

Unified Diff: build/nocompile.gni

Issue 2603753002: Enable no-compile tests on Mac and iOS clang (Closed)
Patch Set: enable for ios as well Created 3 years, 11 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/nocompile.gni
diff --git a/build/nocompile.gni b/build/nocompile.gni
index f93ac94fc8469c8387fb302fd5a569a5070a4a5e..199be29178b078013d81aec5f7a3b222ad76e669 100644
--- a/build/nocompile.gni
+++ b/build/nocompile.gni
@@ -59,7 +59,8 @@ import("//testing/test.gni")
declare_args() {
# TODO(crbug.com/105388): make sure no-compile test is not flaky.
- enable_nocompile_tests = is_linux && is_clang && host_cpu == target_cpu
+ enable_nocompile_tests =
+ (is_linux || is_mac || is_ios) && is_clang && host_cpu == target_cpu
}
if (enable_nocompile_tests) {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698