Index: ppapi/BUILD.gn |
diff --git a/ppapi/BUILD.gn b/ppapi/BUILD.gn |
index 22498434f42217d2aecd25b867fab07a5beab19f..926630d039efd9663eb6e096dfb58da36353912c 100644 |
--- a/ppapi/BUILD.gn |
+++ b/ppapi/BUILD.gn |
@@ -197,9 +197,8 @@ if (enable_nacl) { |
} |
group("ppapi_nacl_tests") { |
- deps = [] |
- if (target_cpu == "x86" || target_cpu == "x64") { |
- deps += [ ":nacl_tests_copy(//build/toolchain/nacl:clang_newlib_${target_cpu})" ] |
- } |
+ deps = [ |
+ ":nacl_tests_copy(//build/toolchain/nacl:clang_newlib_${target_cpu})", |
+ ] |
} |
} |