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 807 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
818 'enable_language_detection%': '<(enable_language_detection)', | 818 'enable_language_detection%': '<(enable_language_detection)', |
819 'enable_captive_portal_detection%': '<(enable_captive_portal_detection)', | 819 'enable_captive_portal_detection%': '<(enable_captive_portal_detection)', |
820 'disable_ftp_support%': '<(disable_ftp_support)', | 820 'disable_ftp_support%': '<(disable_ftp_support)', |
821 'enable_task_manager%': '<(enable_task_manager)', | 821 'enable_task_manager%': '<(enable_task_manager)', |
822 'sas_dll_path%': '<(sas_dll_path)', | 822 'sas_dll_path%': '<(sas_dll_path)', |
823 'wix_path%': '<(wix_path)', | 823 'wix_path%': '<(wix_path)', |
824 'use_libjpeg_turbo%': '<(use_libjpeg_turbo)', | 824 'use_libjpeg_turbo%': '<(use_libjpeg_turbo)', |
825 'use_system_libjpeg%': '<(use_system_libjpeg)', | 825 'use_system_libjpeg%': '<(use_system_libjpeg)', |
826 'android_webview_build%': '<(android_webview_build)', | 826 'android_webview_build%': '<(android_webview_build)', |
827 'gyp_managed_install%': 0, | 827 'gyp_managed_install%': 0, |
| 828 'create_standalone_apk%': 1, |
828 'google_tv%': '<(google_tv)', | 829 'google_tv%': '<(google_tv)', |
829 'enable_app_list%': '<(enable_app_list)', | 830 'enable_app_list%': '<(enable_app_list)', |
830 'use_default_render_theme%': '<(use_default_render_theme)', | 831 'use_default_render_theme%': '<(use_default_render_theme)', |
831 'enable_settings_app%': '<(enable_settings_app)', | 832 'enable_settings_app%': '<(enable_settings_app)', |
832 'google_api_key%': '<(google_api_key)', | 833 'google_api_key%': '<(google_api_key)', |
833 'google_default_client_id%': '<(google_default_client_id)', | 834 'google_default_client_id%': '<(google_default_client_id)', |
834 'google_default_client_secret%': '<(google_default_client_secret)', | 835 'google_default_client_secret%': '<(google_default_client_secret)', |
835 'enable_managed_users%': '<(enable_managed_users)', | 836 'enable_managed_users%': '<(enable_managed_users)', |
836 'spdy_proxy_auth_origin%': '<(spdy_proxy_auth_origin)', | 837 'spdy_proxy_auth_origin%': '<(spdy_proxy_auth_origin)', |
837 'spdy_proxy_auth_property%': '<(spdy_proxy_auth_property)', | 838 'spdy_proxy_auth_property%': '<(spdy_proxy_auth_property)', |
(...skipping 3754 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4592 # settings in target dicts. SYMROOT is a special case, because many other | 4593 # settings in target dicts. SYMROOT is a special case, because many other |
4593 # Xcode variables depend on it, including variables such as | 4594 # Xcode variables depend on it, including variables such as |
4594 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something | 4595 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something |
4595 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the | 4596 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the |
4596 # files to appear (when present) in the UI as actual files and not red | 4597 # files to appear (when present) in the UI as actual files and not red |
4597 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, | 4598 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, |
4598 # and therefore SYMROOT, needs to be set at the project level. | 4599 # and therefore SYMROOT, needs to be set at the project level. |
4599 'SYMROOT': '<(DEPTH)/xcodebuild', | 4600 'SYMROOT': '<(DEPTH)/xcodebuild', |
4600 }, | 4601 }, |
4601 } | 4602 } |
OLD | NEW |