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

Unified Diff: components/crash/browser/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/crash/app/BUILD.gn ('k') | components/data_reduction_proxy/core/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/crash/browser/BUILD.gn
diff --git a/components/crash/browser/BUILD.gn b/components/crash/browser/BUILD.gn
index 06a75d3775962e1dfe11ffa2abbc5943ce456693..70d669fdad39af366165366a28804e31a0b576a0 100644
--- a/components/crash/browser/BUILD.gn
+++ b/components/crash/browser/BUILD.gn
@@ -14,6 +14,7 @@ source_set("browser") {
if (is_linux || is_android) {
set_sources_assignment_filter([])
+
# Want this file on both Linux and Android.
sources += [
"crash_handler_host_linux.cc",
@@ -30,8 +31,7 @@ source_set("browser") {
# This is not in the GYP build but this target includes breakpad client
# headers, so add the dependency here.
- if (is_posix && !is_ios &&
- (!is_android || !is_android_webview_build)) {
+ if (is_posix && !is_ios && (!is_android || !is_android_webview_build)) {
configs += [ "//breakpad:client_config" ]
public_configs = [ "//breakpad:client_config" ]
}
« no previous file with comments | « components/crash/app/BUILD.gn ('k') | components/data_reduction_proxy/core/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698