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

Unified Diff: build/android/envsetup_functions.sh

Issue 11886053: Move android gyp definitions to gyp (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add back gcc_version for webkit Created 7 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 | « no previous file | build/common.gypi » ('j') | build/common.gypi » ('J')
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 810b9815d6b4a8d1e02c91641547cc73c15847c3..37460122d47b734b46a8676026446795fe8c4e5f 100755
--- a/build/android/envsetup_functions.sh
+++ b/build/android/envsetup_functions.sh
@@ -129,9 +129,6 @@ common_vars_defines() {
print_usage
return 1
esac
-
- DEFINES+=" android_gdbserver=${ANDROID_NDK_ROOT}/prebuilt/\
-android-${TARGET_ARCH}/gdbserver/gdbserver"
}
@@ -232,16 +229,6 @@ sdk_build_init() {
unset ANDROID_TOOLCHAIN
common_vars_defines
-
- # Sets android specific directories to NOT_SDK_COMPLIANT. This will allow
- # android_gyp to generate make files, but will cause errors when (and only
- # when) building targets that depend on these directories.
- DEFINES+=" android_sdk=${ANDROID_SDK_ROOT}/${sdk_suffix}"
- DEFINES+=" android_sdk_root=${ANDROID_SDK_ROOT}"
- DEFINES+=" android_sdk_tools=${ANDROID_SDK_ROOT}/platform-tools"
- DEFINES+=" android_sdk_version=${ANDROID_SDK_VERSION}"
- DEFINES+=" android_toolchain=${ANDROID_TOOLCHAIN}"
-
common_gyp_vars
if [[ -n "$CHROME_ANDROID_BUILD_WEBVIEW" ]]; then
« no previous file with comments | « no previous file | build/common.gypi » ('j') | build/common.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698