summaryrefslogtreecommitdiffstats
path: root/chromium/chrome/browser/resources/chromeos/chromevox/common/buildinfo.js
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/browser/resources/chromeos/chromevox/common/buildinfo.js')
-rw-r--r--chromium/chrome/browser/resources/chromeos/chromevox/common/buildinfo.js20
1 files changed, 20 insertions, 0 deletions
diff --git a/chromium/chrome/browser/resources/chromeos/chromevox/common/buildinfo.js b/chromium/chrome/browser/resources/chromeos/chromevox/common/buildinfo.js
new file mode 100644
index 00000000000..47ee49d4581
--- /dev/null
+++ b/chromium/chrome/browser/resources/chromeos/chromevox/common/buildinfo.js
@@ -0,0 +1,20 @@
+// 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.
+
+
+/**
+ * @fileoverview Build info for ChromeVox.
+ *
+ * This file may be replaced in package.py for dev builds.
+ * For releases, it is updated by hand with meaningful values.
+ *
+ */
+
+goog.provide('cvox.BuildInfo');
+
+/**
+ * An identified for this build.
+ * @type {string}
+ */
+cvox.BuildInfo.build = 'development build';