summaryrefslogtreecommitdiffstats
path: root/breakpad/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'breakpad/BUILD.gn')
-rw-r--r--breakpad/BUILD.gn12
1 files changed, 6 insertions, 6 deletions
diff --git a/breakpad/BUILD.gn b/breakpad/BUILD.gn
index 5372d2b..9751a15 100644
--- a/breakpad/BUILD.gn
+++ b/breakpad/BUILD.gn
@@ -255,10 +255,9 @@ if (is_mac) {
configs += [ ":internal_config" ]
- # TODO(GYP): TODO(dpranke): Fix the compile for this.
- sources -= [
- "src/client/mac/handler/dynamic_images.cc",
- ]
+ # There are some warnings in this code.
+ configs -= [ "//build/config/compiler:chromium_code" ]
+ configs += [ "//build/config/compiler:no_chromium_code" ]
}
executable("crash_inspector") {
@@ -287,6 +286,8 @@ if (is_mac) {
# TODO(GYP) this target has some mac_bundle_resources stuff.
# executable("crash_report_sender") {
# }
+ group("crash_report_sender") {
+ }
config("breakpad_config") {
include_dirs = [ "src/client/apple/Framework" ]
@@ -313,8 +314,7 @@ if (is_mac) {
deps = [
":utilities",
":crash_inspector",
- # TODO(GYP): Make this link
- #":crash_report_sender",
+ ":crash_report_sender",
]
}