summaryrefslogtreecommitdiffstats
path: root/chromecast/common
diff options
context:
space:
mode:
authorgunsch@chromium.org <gunsch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-31 16:43:19 +0000
committergunsch@chromium.org <gunsch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-31 16:43:19 +0000
commitd345593ff7f27a576526d2cbeb4de6e4c0cb974f (patch)
treeb6da7402ed0edb618e3892b7fafc4d2acc1cbc39 /chromecast/common
parentf9c8c7c73e3106e8f65bb58d45c8114f4c70b590 (diff)
downloadchromium_src-d345593ff7f27a576526d2cbeb4de6e4c0cb974f.zip
chromium_src-d345593ff7f27a576526d2cbeb4de6e4c0cb974f.tar.gz
chromium_src-d345593ff7f27a576526d2cbeb4de6e4c0cb974f.tar.bz2
Generates Chromecast User-Agent string from current Chromium version.
R=mad@chromium.org,lcwu@chromium.org BUG=391080 Review URL: https://codereview.chromium.org/405073002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@286818 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chromecast/common')
-rw-r--r--chromecast/common/version.h.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/chromecast/common/version.h.in b/chromecast/common/version.h.in
new file mode 100644
index 0000000..38bc38b
--- /dev/null
+++ b/chromecast/common/version.h.in
@@ -0,0 +1,12 @@
+// Copyright 2014 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+// version.h is generated from version.h.in. Edit the source!
+
+#ifndef CHROMECAST_COMMON_VERSION_INFO_H_
+#define CHROMECAST_COMMON_VERSION_INFO_H_
+
+#define PRODUCT_VERSION "@VERSION_FULL@"
+
+#endif // CHROMECAST_COMMON_VERSION_INFO_H_