Index: components/crash/app/BUILD.gn |
diff --git a/components/crash/app/BUILD.gn b/components/crash/app/BUILD.gn |
index a7615b4426da2f0a28415d716519ce3ad5bcf257..d3c222ad2b21b37646938acb8be2ada44841acad 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", |
+ ] |
} |