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

Unified Diff: components/crash/app/BUILD.gn

Issue 704363002: XXX test gn format everything (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 6 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 | « components/content_settings/core/browser/BUILD.gn ('k') | components/crash/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
+ ]
}
« no previous file with comments | « components/content_settings/core/browser/BUILD.gn ('k') | components/crash/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698