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

Unified Diff: build/secondary/third_party/crashpad/crashpad/client/BUILD.gn

Issue 1475213004: Revert of Crashpad Windows: Use the Crashpad client instead of Breakpad on Windows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 | « DEPS ('k') | build/secondary/third_party/crashpad/crashpad/handler/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/secondary/third_party/crashpad/crashpad/client/BUILD.gn
diff --git a/build/secondary/third_party/crashpad/crashpad/client/BUILD.gn b/build/secondary/third_party/crashpad/crashpad/client/BUILD.gn
index 4ebb22d1d6b7f5c260270376e58b5f35590f4da1..5cfadfacd719f64f42b88ff3ab12733e45e231ca 100644
--- a/build/secondary/third_party/crashpad/crashpad/client/BUILD.gn
+++ b/build/secondary/third_party/crashpad/crashpad/client/BUILD.gn
@@ -8,6 +8,8 @@
source_set("client") {
sources = [
+ "capture_context_mac.S",
+ "capture_context_mac.h",
"crash_report_database.cc",
"crash_report_database.h",
"crash_report_database_mac.mm",
@@ -29,13 +31,6 @@
"simulate_crash_win.h",
]
- if (is_mac) {
- sources += [
- "capture_context_mac.S",
- "capture_context_mac.h",
- ]
- }
-
public_configs = [ ":client_config" ]
deps = [
« no previous file with comments | « DEPS ('k') | build/secondary/third_party/crashpad/crashpad/handler/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698