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

Unified Diff: components/crash.gypi

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/components.gyp ('k') | components/crash/app/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/crash.gypi
diff --git a/components/crash.gypi b/components/crash.gypi
index 37b4c54305154f764427c788eb6e0937607d3365..6ba24028c34755aa0909466740a97b41f3db1af6 100644
--- a/components/crash.gypi
+++ b/components/crash.gypi
@@ -78,7 +78,7 @@
'../sandbox/sandbox.gyp:sandbox',
],
}],
- ['os_posix == 1 and OS != "mac" and OS != "ios" and android_webview_build != 1', {
+ ['os_posix == 1 and OS != "mac" and OS != "ios"', {
'dependencies': [
'../breakpad/breakpad.gyp:breakpad_client',
],
@@ -291,7 +291,7 @@
},
],
}],
- ['os_posix == 1 and OS != "mac" and OS != "ios" and android_webview_build != 1', {
+ ['os_posix == 1 and OS != "mac" and OS != "ios"', {
'targets': [
{
# GN version: //components/crash/browser
« no previous file with comments | « components/components.gyp ('k') | components/crash/app/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698