diff options
author | dtseng <dtseng@chromium.org> | 2014-10-07 02:47:55 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-10-07 09:48:07 +0000 |
commit | 4b4d2e2d77a48b1e3a0a9475d3f60762965d0aa7 (patch) | |
tree | a1acf1ca676c62d629b463612241f082de858db4 /build | |
parent | c5ddf7f7360c0e18dfadd857a9a191f187e967e7 (diff) | |
download | chromium_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.gypi | 5 |
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', { |