summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authordtseng <dtseng@chromium.org>2014-10-07 02:47:55 -0700
committerCommit bot <commit-bot@chromium.org>2014-10-07 09:48:07 +0000
commit4b4d2e2d77a48b1e3a0a9475d3f60762965d0aa7 (patch)
treea1acf1ca676c62d629b463612241f082de858db4 /build
parentc5ddf7f7360c0e18dfadd857a9a191f187e967e7 (diff)
downloadchromium_src-4b4d2e2d77a48b1e3a0a9475d3f60762965d0aa7.zip
chromium_src-4b4d2e2d77a48b1e3a0a9475d3f60762965d0aa7.tar.gz
chromium_src-4b4d2e2d77a48b1e3a0a9475d3f60762965d0aa7.tar.bz2
Remove use_migrated_chroemvox GYP variable.
TEST=chromevox_tests BUG=420785 Review URL: https://codereview.chromium.org/630773004 Cr-Commit-Position: refs/heads/master@{#298433}
Diffstat (limited to 'build')
-rw-r--r--build/common.gypi5
1 files changed, 0 insertions, 5 deletions
diff --git a/build/common.gypi b/build/common.gypi
index 163abae..132fd7c 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1470,11 +1470,6 @@
'ozone_platform_ozonex%': 0,
'ozone_platform_test%': 0,
- # Chrome OS: whether to build ChromeVox from sources in the Chromium
- # repository rather than using precompiled JavaScript in
- # chrome/third_party/chromevox. This is still experimental.
- 'use_migrated_chromevox%': 1,
-
'conditions': [
# Enable the Syzygy optimization step for the official builds.
['OS=="win" and buildtype=="Official" and syzyasan!=1', {