summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorshashishekhar@chromium.org <shashishekhar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-05 23:55:50 +0000
committershashishekhar@chromium.org <shashishekhar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-05 23:55:50 +0000
commit65885279585e5d0ec249eb55b273c4c267f77d24 (patch)
tree229d0303d4810418b9b7f70ef13a4f9df1a51a66 /build
parentc8732855e5ad0cfbc10838fa398145604d24bf6f (diff)
downloadchromium_src-65885279585e5d0ec249eb55b273c4c267f77d24.zip
chromium_src-65885279585e5d0ec249eb55b273c4c267f77d24.tar.gz
chromium_src-65885279585e5d0ec249eb55b273c4c267f77d24.tar.bz2
Add Android version name and code to gyp settings.
Add the default name and version code for Android, the version name and code can be overriden by changing the GYP_DEFINES. BUG=154236 Review URL: https://chromiumcodereview.appspot.com/11029061 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@160522 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/common.gypi5
1 files changed, 5 insertions, 0 deletions
diff --git a/build/common.gypi b/build/common.gypi
index 6d73e9c..efac0da 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -933,6 +933,11 @@
# we can build a debug version with acceptable size and performance.
'android_full_debug%': 0,
+ # Sets the default version name and code for Android app, by default we
+ # do a developer build.
+ 'android_app_version_name%': 'Developer Build',
+ 'android_app_version_code%': 0,
+
'sas_dll_exists': '<!(python <(DEPTH)/build/dir_exists.py <(sas_dll_path))',
'wix_exists': '<!(python <(DEPTH)/build/dir_exists.py <(wix_path))',