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

Unified Diff: components/crash/browser/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/app/BUILD.gn ('k') | components/dom_distiller.gypi » ('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 70d669fdad39af366165366a28804e31a0b576a0..05e0c0536649951b237022f31a10203f62152b2d 100644
--- a/components/crash/browser/BUILD.gn
+++ b/components/crash/browser/BUILD.gn
@@ -31,7 +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) {
configs += [ "//breakpad:client_config" ]
public_configs = [ "//breakpad:client_config" ]
}
« no previous file with comments | « components/crash/app/BUILD.gn ('k') | components/dom_distiller.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698