summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoresprehn <esprehn@chromium.org>2015-11-24 11:46:03 -0800
committerCommit bot <commit-bot@chromium.org>2015-11-24 19:46:54 +0000
commitb378909d052589b7ea308b9b6989146cdb192757 (patch)
treedd31bf146cd973103a7b42b63731bd6374a1d93a
parente1564a50ab8f218c6383ea6c7d2a60b1bbe61d0d (diff)
downloadchromium_src-b378909d052589b7ea308b9b6989146cdb192757.zip
chromium_src-b378909d052589b7ea308b9b6989146cdb192757.tar.gz
chromium_src-b378909d052589b7ea308b9b6989146cdb192757.tar.bz2
Give content shell a better version number.
Let's go with 99, content shell is always the newest! Review URL: https://codereview.chromium.org/1469483003 Cr-Commit-Position: refs/heads/master@{#361414}
-rw-r--r--content/content_shell.gypi5
-rw-r--r--content/shell/BUILD.gn6
2 files changed, 2 insertions, 9 deletions
diff --git a/content/content_shell.gypi b/content/content_shell.gypi
index cc30c8f..20a33d9 100644
--- a/content/content_shell.gypi
+++ b/content/content_shell.gypi
@@ -5,10 +5,7 @@
{
'variables': {
'content_shell_product_name': 'Content Shell',
- # The "19" is so that sites that sniff for version think that this is
- # something reasonably current; the "77.34.5" is a hint that this isn't a
- # standard Chrome.
- 'content_shell_version': '19.77.34.5',
+ 'content_shell_version': '99.77.34.5',
'conditions': [
['OS=="linux"', {
'use_custom_freetype%': 1,
diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn
index 1e567e16..e721556 100644
--- a/content/shell/BUILD.gn
+++ b/content/shell/BUILD.gn
@@ -14,11 +14,7 @@ if (is_android) {
declare_args() {
content_shell_product_name = "Content Shell"
-
- # The "19" is so that sites that sniff for version think that this is
- # something reasonably current; the "77.34.5" is a hint that this isn't a
- # standard Chrome.
- content_shell_version = "19.77.34.5"
+ content_shell_version = "99.77.34.5"
}
config("content_shell_lib_warnings") {