From 65885279585e5d0ec249eb55b273c4c267f77d24 Mon Sep 17 00:00:00 2001 From: "shashishekhar@chromium.org" Date: Fri, 5 Oct 2012 23:55:50 +0000 Subject: 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 --- build/common.gypi | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'build') 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': '