summaryrefslogtreecommitdiffstats
path: root/components/crash/app/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'components/crash/app/BUILD.gn')
-rw-r--r--components/crash/app/BUILD.gn9
1 files changed, 5 insertions, 4 deletions
diff --git a/components/crash/app/BUILD.gn b/components/crash/app/BUILD.gn
index a7615b4..d3c222ad 100644
--- a/components/crash/app/BUILD.gn
+++ b/components/crash/app/BUILD.gn
@@ -14,9 +14,7 @@ source_set("lib") {
"crash_keys_win.h",
]
- include_dirs = [
- "../../../breakpad/src",
- ]
+ include_dirs = [ "../../../breakpad/src" ]
}
# Note: if you depend on this target, you need to either link in
@@ -60,6 +58,7 @@ source_set("app") {
deps += [
"//sandbox",
"//breakpad:breakpad_handler",
+
#'../breakpad/breakpad.gyp:breakpad_sender', TODO(GYP)
]
} else if (is_posix && !is_ios && (!is_android || !is_android_webview_build)) {
@@ -68,5 +67,7 @@ source_set("app") {
}
source_set("test_support") {
- deps = [ ":lib" ]
+ deps = [
+ ":lib",
+ ]
}