Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / chrome / browser / resources / chromeos / chromevox / common / buildinfo.js
blob47ee49d458161efddb8f1d8d9058d47b001e52f2
1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
6 /**
7  * @fileoverview Build info for ChromeVox.
8  *
9  * This file may be replaced in package.py for dev builds.
10  * For releases, it is updated by hand with meaningful values.
11  *
12  */
14 goog.provide('cvox.BuildInfo');
16 /**
17  * An identified for this build.
18  * @type {string}
19  */
20 cvox.BuildInfo.build = 'development build';