Index: breakpad/BUILD.gn |
diff --git a/breakpad/BUILD.gn b/breakpad/BUILD.gn |
index 2ccab3aa017ee48c487fc38cbca7cb7678b6356d..d7aaeac7589d8a980dfef8f2413463033c0ce533 100644 |
--- a/breakpad/BUILD.gn |
+++ b/breakpad/BUILD.gn |
@@ -513,7 +513,7 @@ if (is_linux || is_android) { |
configs += [ "//build/config/compiler:no_chromium_code" ] |
public_configs = [ ":client_config" ] |
- if (current_cpu == "arm" && is_chromeos) { |
+ if (current_cpu == "arm" && use_cros_fe) { |
# Avoid running out of registers in |
# linux_syscall_support.h:sys_clone()'s inline assembly. |
cflags = [ "-marm" ] |