Index: breakpad/BUILD.gn |
diff --git a/breakpad/BUILD.gn b/breakpad/BUILD.gn |
index 2ccab3aa017ee48c487fc38cbca7cb7678b6356d..5896bc9a5f0e43888e1522ca1452135ae9e62960 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" && is_chromeos_ui) { |
# Avoid running out of registers in |
# linux_syscall_support.h:sys_clone()'s inline assembly. |
cflags = [ "-marm" ] |