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

Unified Diff: build/android/envsetup_functions.sh

Issue 118803004: Add option to compile out DCHECKs in android webview (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/envsetup_functions.sh
diff --git a/build/android/envsetup_functions.sh b/build/android/envsetup_functions.sh
index bf8abb6f500920395d1f847b5f17767711fd6abb..2947ea8513c73c0b212dccf293c165c201f579b6 100755
--- a/build/android/envsetup_functions.sh
+++ b/build/android/envsetup_functions.sh
@@ -321,6 +321,10 @@ ${ANDROID_SDK_VERSION}
DEFINES+=" android_full_debug=1"
DEFINES+=" android_use_tcmalloc=1"
fi
+ if [[ -n "$CHROME_ANDROID_WEBVIEW_OFFICIAL_BUILD" ]]; then
boliu 2013/12/19 19:45:24 I tried just re-using CHROME_ANDROID_OFFICIAL_BUIL
Nico 2014/01/13 19:55:58 What's the problem with this? All the desktop chro
+ DEFINES+=" logging_like_official_build=1"
+ DEFINES+=" tracing_like_official_build=1"
+ fi
export GYP_DEFINES="${DEFINES}"
export GYP_GENERATORS="android"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698