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

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: Delete build/toolchain/cros 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
« no previous file with comments | « build/toolchain/cros/BUILD.gn ('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..55fd23f33ea7b33c04b7ead0319773018c984e78 100644
--- a/third_party/breakpad/BUILD.gn
+++ b/third_party/breakpad/BUILD.gn
@@ -358,9 +358,9 @@ if (is_mac) {
include_dirs = [ "src/client/apple/Framework" ]
deps = [
- ":utilities",
":crash_inspector",
":crash_report_sender",
+ ":utilities",
]
}
@@ -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" ]
}
@@ -594,11 +588,11 @@ if (is_linux) {
deps = [
":client",
- ":processor_support",
":linux_dumper_unittest_helper",
+ ":processor_support",
+ "//testing/gmock",
"//testing/gtest",
"//testing/gtest:gtest_main",
- "//testing/gmock",
]
include_dirs = [
« no previous file with comments | « build/toolchain/cros/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698