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

Unified Diff: build/android/envsetup_functions.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 | « build/android/envsetup.sh ('k') | 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 39d421e5fa111bddbeea80d55e1d6529f772409a..f179a0170ab1eea2f3eccead510d312be013d734 100755
--- a/build/android/envsetup_functions.sh
+++ b/build/android/envsetup_functions.sh
@@ -266,11 +266,4 @@ ${ANDROID_SDK_VERSION}
DEFINES+=" tracing_like_official_build=1"
fi
export GYP_DEFINES="${DEFINES}"
-
- export GYP_GENERATORS="android"
-
- export GYP_GENERATOR_FLAGS="${GYP_GENERATOR_FLAGS} default_target=All"
- export GYP_GENERATOR_FLAGS="${GYP_GENERATOR_FLAGS} limit_to_target_all=1"
-
- export CHROMIUM_GYP_FILE="${CHROME_SRC}/android_webview/all_webview.gyp"
}
« no previous file with comments | « build/android/envsetup.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698