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

Unified Diff: build/android/envsetup.sh

Issue 151603005: android envsetup: Move some webview-specific configuration into gyp_webview. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 11 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 | « android_webview/tools/gyp_webview ('k') | build/android/envsetup_functions.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/envsetup.sh
diff --git a/build/android/envsetup.sh b/build/android/envsetup.sh
index d36d77e49142608622c93d0dd1709bb5019ef1ba..4c6c7245d5a47a27097a3f9098081ed91ac2ba05 100755
--- a/build/android/envsetup.sh
+++ b/build/android/envsetup.sh
@@ -108,7 +108,6 @@ export GYP_CROSSCOMPILE=1
android_gyp() {
# This is just a simple wrapper of gyp_chromium, please don't add anything
# in this function.
- echo "GYP_GENERATORS set to '$GYP_GENERATORS'"
(
"${CHROME_SRC}/build/gyp_chromium" --depth="${CHROME_SRC}" --check "$@"
)
« no previous file with comments | « android_webview/tools/gyp_webview ('k') | build/android/envsetup_functions.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698