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

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

Issue 1041673002: Remove "easy" android_webview_build conditions from components. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 months 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.gypi ('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 9dc7363337bf95c8b70462c2d43cf62a66eebb38..8c583bb4cbcbd9da5ee378376ad1cda943af39d9 100644
--- a/components/crash/app/BUILD.gn
+++ b/components/crash/app/BUILD.gn
@@ -61,7 +61,7 @@ source_set("app") {
#'../breakpad/breakpad.gyp:breakpad_sender', TODO(GYP)
]
- } else if (is_posix && !is_ios && (!is_android || !is_android_webview_build)) {
+ } else if (is_posix && !is_ios) {
deps += [ "//breakpad:client" ]
}
}
« no previous file with comments | « components/crash.gypi ('k') | components/crash/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698