diff options
author | rtoy@google.com <rtoy@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-02 22:37:26 +0000 |
---|---|---|
committer | rtoy@google.com <rtoy@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-02 22:37:26 +0000 |
commit | 508afb73f9f5803a9671d2fe7b5b2d34a550a277 (patch) | |
tree | 0e2b3e45ab547b5bd7cb167209ee6af7d5eab439 /build | |
parent | 50592b55dc17615d91030a76467f87cf0ba84e89 (diff) | |
download | chromium_src-508afb73f9f5803a9671d2fe7b5b2d34a550a277.zip chromium_src-508afb73f9f5803a9671d2fe7b5b2d34a550a277.tar.gz chromium_src-508afb73f9f5803a9671d2fe7b5b2d34a550a277.tar.bz2 |
Enable concatenated impulse responses.
BUG=227141
This is a follow up of https://codereview.chromium.org/14297003 and https://codereview.chromium.org/14304002. After both CLs
have landed, this CL will actually enable support for the concatenated impulse
responses and makes it the default.
Review URL: https://chromiumcodereview.appspot.com/13977021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@197997 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/common.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/common.gypi b/build/common.gypi index b77db61..ba2a861 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -667,7 +667,7 @@ # Set this to 1 to enable use of concatenated impulse responses # for the HRTF panner in WebAudio. - 'use_concatenated_impulse_responses': 0, + 'use_concatenated_impulse_responses': 1, # Set this to 1 to use the Google-internal file containing # official API keys for Google Chrome even in a developer build. |