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

Unified Diff: build/android/envsetup_functions.sh

Issue 10825131: Android: move various gyp defines out of envsetup. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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') | 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 84c0be5f19a1ac279ee39f226a55300d5b671769..41d8ecf0236db5ef75f0be09716b8ded0e14471d 100755
--- a/build/android/envsetup_functions.sh
+++ b/build/android/envsetup_functions.sh
@@ -61,19 +61,8 @@ common_vars_defines() {
# to canonicalize them (remove double '/', remove trailing '/', etc).
DEFINES="OS=android"
DEFINES+=" host_os=${host_os}"
- DEFINES+=" linux_fpic=1"
- DEFINES+=" release_optimize=s"
- DEFINES+=" linux_use_tcmalloc=0"
- DEFINES+=" disable_nacl=1"
- DEFINES+=" remoting=0"
- DEFINES+=" p2p_apis=0"
- DEFINES+=" enable_touch_events=1"
- DEFINES+=" build_ffmpegsumo=0"
-
- DEFINES+=" gtest_target_type=shared_library"
- if [ -z "$CHROME_ANDROID_OFFICIAL_BUILD" ]; then
- DEFINES+=" branding=Chromium"
- else
+
+ if [ -n "$CHROME_ANDROID_OFFICIAL_BUILD" ]; then
DEFINES+=" branding=Chrome"
DEFINES+=" buildtype=Official"
« no previous file with comments | « no previous file | build/common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698