| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 # IMPORTANT: | 5 # IMPORTANT: |
| 6 # Please don't directly include this file if you are building via gyp_chromium, | 6 # Please don't directly include this file if you are building via gyp_chromium, |
| 7 # since gyp_chromium is automatically forcing its inclusion. | 7 # since gyp_chromium is automatically forcing its inclusion. |
| 8 { | 8 { |
| 9 # Variables expected to be overriden on the GYP command line (-D) or by | 9 # Variables expected to be overriden on the GYP command line (-D) or by |
| 10 # ~/.gyp/include.gypi. | 10 # ~/.gyp/include.gypi. |
| (...skipping 649 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 660 # When enabled, this will also enable WebAudio on Android | 660 # When enabled, this will also enable WebAudio on Android |
| 661 # ARM. Default is enabled. | 661 # ARM. Default is enabled. |
| 662 'use_openmax_dl_fft%': 1, | 662 'use_openmax_dl_fft%': 1, |
| 663 }, { | 663 }, { |
| 664 'use_openmax_dl_fft%': 0, | 664 'use_openmax_dl_fft%': 0, |
| 665 }], | 665 }], |
| 666 ], | 666 ], |
| 667 | 667 |
| 668 # Set this to 1 to enable use of concatenated impulse responses | 668 # Set this to 1 to enable use of concatenated impulse responses |
| 669 # for the HRTF panner in WebAudio. | 669 # for the HRTF panner in WebAudio. |
| 670 'use_concatenated_impulse_responses': 0, | 670 'use_concatenated_impulse_responses': 1, |
| 671 | 671 |
| 672 # Set this to 1 to use the Google-internal file containing | 672 # Set this to 1 to use the Google-internal file containing |
| 673 # official API keys for Google Chrome even in a developer build. | 673 # official API keys for Google Chrome even in a developer build. |
| 674 # Setting this variable explicitly to 1 will cause your build to | 674 # Setting this variable explicitly to 1 will cause your build to |
| 675 # fail if the internal file is missing. | 675 # fail if the internal file is missing. |
| 676 # | 676 # |
| 677 # Set this to 0 to not use the internal file, even when it | 677 # Set this to 0 to not use the internal file, even when it |
| 678 # exists in your checkout. | 678 # exists in your checkout. |
| 679 # | 679 # |
| 680 # Leave set to 2 to have this variable implicitly set to 1 if | 680 # Leave set to 2 to have this variable implicitly set to 1 if |
| (...skipping 3679 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4360 # settings in target dicts. SYMROOT is a special case, because many other | 4360 # settings in target dicts. SYMROOT is a special case, because many other |
| 4361 # Xcode variables depend on it, including variables such as | 4361 # Xcode variables depend on it, including variables such as |
| 4362 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something | 4362 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something |
| 4363 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the | 4363 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the |
| 4364 # files to appear (when present) in the UI as actual files and not red | 4364 # files to appear (when present) in the UI as actual files and not red |
| 4365 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, | 4365 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, |
| 4366 # and therefore SYMROOT, needs to be set at the project level. | 4366 # and therefore SYMROOT, needs to be set at the project level. |
| 4367 'SYMROOT': '<(DEPTH)/xcodebuild', | 4367 'SYMROOT': '<(DEPTH)/xcodebuild', |
| 4368 }, | 4368 }, |
| 4369 } | 4369 } |
| OLD | NEW |