Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(272)

Unified Diff: third_party/breakpad/BUILD.gn

Issue 1581753002: Remove Chrome OS-related GN build configuration (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« build/config/BUILDCONFIG.gn ('K') | « build/secondary/tools/grit/grit_rule.gni ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/breakpad/BUILD.gn
diff --git a/third_party/breakpad/BUILD.gn b/third_party/breakpad/BUILD.gn
index ad1011efc55c618d40dd69e3630ca229e4a24155..259e6baa44aa4ef63894e553cc9c3f48b9187fdf 100644
--- a/third_party/breakpad/BUILD.gn
+++ b/third_party/breakpad/BUILD.gn
@@ -515,12 +515,6 @@ if (is_linux || is_android) {
configs += [ "//build/config/compiler:no_chromium_code" ]
public_configs = [ ":client_config" ]
- if (current_cpu == "arm" && is_chromeos) {
- # Avoid running out of registers in
- # linux_syscall_support.h:sys_clone()'s inline assembly.
- cflags = [ "-marm" ]
- }
-
if (is_android) {
sources += [ "src/common/android/breakpad_getcontext.S" ]
}
« build/config/BUILDCONFIG.gn ('K') | « build/secondary/tools/grit/grit_rule.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698