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

Unified Diff: breakpad/BUILD.gn

Issue 571663002: Mac: Configure Breakpad to run in-process on Yosemite. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | « no previous file | breakpad/breakpad.gyp » ('j') | components/crash/app/breakpad_mac.mm » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: breakpad/BUILD.gn
diff --git a/breakpad/BUILD.gn b/breakpad/BUILD.gn
index bb2610a56ba7f17e3567e1a4dd683d6817a22645..f44abcc8139d46533378fcceebdc795a487a5d80 100644
--- a/breakpad/BUILD.gn
+++ b/breakpad/BUILD.gn
@@ -225,6 +225,7 @@ if (current_toolchain == host_toolchain && is_mac) {
if (is_mac) {
static_library("utilities") {
sources = [
+ "src/client/mac/crash_generation/ConfigFile.mm",
"src/client/mac/handler/breakpad_nlist_64.cc",
"src/client/mac/handler/dynamic_images.cc",
"src/client/mac/handler/minidump_generator.cc",
@@ -234,6 +235,7 @@ if (is_mac) {
"src/common/mac/arch_utilities.cc",
"src/common/mac/bootstrap_compat.cc",
"src/common/mac/file_id.cc",
+ "src/common/mac/launch_reporter.cc",
"src/common/mac/macho_id.cc",
"src/common/mac/macho_utilities.cc",
"src/common/mac/macho_walker.cc",
@@ -248,7 +250,6 @@ if (is_mac) {
executable("crash_inspector") {
sources = [
- "src/client/mac/crash_generation/ConfigFile.mm",
"src/client/mac/crash_generation/Inspector.mm",
"src/client/mac/crash_generation/InspectorMain.mm",
]
« no previous file with comments | « no previous file | breakpad/breakpad.gyp » ('j') | components/crash/app/breakpad_mac.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698