Index: chrome/test/BUILD.gn |
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn |
index 84015a9c6ae8cee4453370808e79e3d6431a20a1..a373a7f486a2c62cf3937c2bbb2ed64f50849691 100644 |
--- a/chrome/test/BUILD.gn |
+++ b/chrome/test/BUILD.gn |
@@ -1658,12 +1658,14 @@ |
[ "../browser/download/download_request_infobar_delegate_unittest.cc" ] |
} |
- if (!is_ios && !is_android) { |
+ if (!is_ios) { |
deps += [ ":unit_tests_js" ] |
- sources += rebase_path( |
- chrome_tests_unit_gypi_values.chrome_unit_tests_non_mobile_sources, |
- ".", |
- "//chrome") |
+ if (!is_android) { |
+ sources += rebase_path( |
+ chrome_tests_unit_gypi_values.chrome_unit_tests_non_mobile_sources, |
+ ".", |
+ "//chrome") |
+ } |
} |
if (is_ios || is_chromeos) { |