| 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 659 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 670 # provided. | 670 # provided. |
| 671 # | 671 # |
| 672 # Note that if you are building an official build or if | 672 # Note that if you are building an official build or if |
| 673 # use_official_google_api_keys has been set to 1 (explicitly or | 673 # use_official_google_api_keys has been set to 1 (explicitly or |
| 674 # implicitly), these values will be ignored and the official | 674 # implicitly), these values will be ignored and the official |
| 675 # keys will be used instead. | 675 # keys will be used instead. |
| 676 'google_api_key%': '', | 676 'google_api_key%': '', |
| 677 'google_default_client_id%': '', | 677 'google_default_client_id%': '', |
| 678 'google_default_client_secret%': '', | 678 'google_default_client_secret%': '', |
| 679 | 679 |
| 680 # Whether Android uses OpenMAX DL FFT. Default is no. | 680 # Whether Android uses OpenMAX DL FFT. Default is yes. |
| 681 'use_openmax_dl_fft%': 0, | 681 'use_openmax_dl_fft%': 1, |
| 682 }, | 682 }, |
| 683 | 683 |
| 684 # Copy conditionally-set variables out one scope. | 684 # Copy conditionally-set variables out one scope. |
| 685 'branding%': '<(branding)', | 685 'branding%': '<(branding)', |
| 686 'buildtype%': '<(buildtype)', | 686 'buildtype%': '<(buildtype)', |
| 687 'target_arch%': '<(target_arch)', | 687 'target_arch%': '<(target_arch)', |
| 688 'host_arch%': '<(host_arch)', | 688 'host_arch%': '<(host_arch)', |
| 689 'toolkit_views%': '<(toolkit_views)', | 689 'toolkit_views%': '<(toolkit_views)', |
| 690 'ui_compositor_image_transport%': '<(ui_compositor_image_transport)', | 690 'ui_compositor_image_transport%': '<(ui_compositor_image_transport)', |
| 691 'use_aura%': '<(use_aura)', | 691 'use_aura%': '<(use_aura)', |
| (...skipping 3534 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4226 # settings in target dicts. SYMROOT is a special case, because many other | 4226 # settings in target dicts. SYMROOT is a special case, because many other |
| 4227 # Xcode variables depend on it, including variables such as | 4227 # Xcode variables depend on it, including variables such as |
| 4228 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something | 4228 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something |
| 4229 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the | 4229 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the |
| 4230 # files to appear (when present) in the UI as actual files and not red | 4230 # files to appear (when present) in the UI as actual files and not red |
| 4231 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, | 4231 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, |
| 4232 # and therefore SYMROOT, needs to be set at the project level. | 4232 # and therefore SYMROOT, needs to be set at the project level. |
| 4233 'SYMROOT': '<(DEPTH)/xcodebuild', | 4233 'SYMROOT': '<(DEPTH)/xcodebuild', |
| 4234 }, | 4234 }, |
| 4235 } | 4235 } |
| OLD | NEW |