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