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 yes. | 680 # Whether Android uses OpenMAX DL FFT. Default is no. |
681 'use_openmax_dl_fft%': 1, | 681 'use_openmax_dl_fft%': 0, |
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 3548 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4240 # settings in target dicts. SYMROOT is a special case, because many other | 4240 # settings in target dicts. SYMROOT is a special case, because many other |
4241 # Xcode variables depend on it, including variables such as | 4241 # Xcode variables depend on it, including variables such as |
4242 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something | 4242 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something |
4243 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the | 4243 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the |
4244 # files to appear (when present) in the UI as actual files and not red | 4244 # files to appear (when present) in the UI as actual files and not red |
4245 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, | 4245 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, |
4246 # and therefore SYMROOT, needs to be set at the project level. | 4246 # and therefore SYMROOT, needs to be set at the project level. |
4247 'SYMROOT': '<(DEPTH)/xcodebuild', | 4247 'SYMROOT': '<(DEPTH)/xcodebuild', |
4248 }, | 4248 }, |
4249 } | 4249 } |
OLD | NEW |