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 547 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
558 # Enable FILE support by default. | 558 # Enable FILE support by default. |
559 'disable_file_support%': 0, | 559 'disable_file_support%': 0, |
560 | 560 |
561 # Enable FTP support by default. | 561 # Enable FTP support by default. |
562 'disable_ftp_support%': 0, | 562 'disable_ftp_support%': 0, |
563 | 563 |
564 # Use native android functions in place of ICU. Not supported by most | 564 # Use native android functions in place of ICU. Not supported by most |
565 # components. | 565 # components. |
566 'use_icu_alternatives_on_android%': 0, | 566 'use_icu_alternatives_on_android%': 0, |
567 | 567 |
568 # Enable Widevine support | |
569 'enable_widevine%': 0, | |
ddorwin
2015/03/28 04:00:11
This is what Dan tried to do. I don't think it wil
jrummell
2015/04/01 23:37:36
Agreed. Moved to widevine_cdm.gyp.
| |
570 | |
568 # Use of precompiled headers on Windows. | 571 # Use of precompiled headers on Windows. |
569 # | 572 # |
570 # This variable may be explicitly set to 1 (enabled) or 0 | 573 # This variable may be explicitly set to 1 (enabled) or 0 |
571 # (disabled) in ~/.gyp/include.gypi or via the GYP command line. | 574 # (disabled) in ~/.gyp/include.gypi or via the GYP command line. |
572 # This setting will override the default. | 575 # This setting will override the default. |
573 # | 576 # |
574 # See | 577 # See |
575 # http://code.google.com/p/chromium/wiki/WindowsPrecompiledHeaders | 578 # http://code.google.com/p/chromium/wiki/WindowsPrecompiledHeaders |
576 # for details. | 579 # for details. |
577 'chromium_win_pch%': 0, | 580 'chromium_win_pch%': 0, |
(...skipping 615 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1193 'enable_basic_printing%': '<(enable_basic_printing)', | 1196 'enable_basic_printing%': '<(enable_basic_printing)', |
1194 'enable_print_preview%': '<(enable_print_preview)', | 1197 'enable_print_preview%': '<(enable_print_preview)', |
1195 'enable_spellcheck%': '<(enable_spellcheck)', | 1198 'enable_spellcheck%': '<(enable_spellcheck)', |
1196 'enable_google_now%': '<(enable_google_now)', | 1199 'enable_google_now%': '<(enable_google_now)', |
1197 'cld_version%': '<(cld_version)', | 1200 'cld_version%': '<(cld_version)', |
1198 'cld2_table_size%': '<(cld2_table_size)', | 1201 'cld2_table_size%': '<(cld2_table_size)', |
1199 'enable_captive_portal_detection%': '<(enable_captive_portal_detection)', | 1202 'enable_captive_portal_detection%': '<(enable_captive_portal_detection)', |
1200 'disable_file_support%': '<(disable_file_support)', | 1203 'disable_file_support%': '<(disable_file_support)', |
1201 'disable_ftp_support%': '<(disable_ftp_support)', | 1204 'disable_ftp_support%': '<(disable_ftp_support)', |
1202 'use_icu_alternatives_on_android%': '<(use_icu_alternatives_on_android)', | 1205 'use_icu_alternatives_on_android%': '<(use_icu_alternatives_on_android)', |
1206 'enable_widevine%': '<(enable_widevine)', | |
1203 'enable_task_manager%': '<(enable_task_manager)', | 1207 'enable_task_manager%': '<(enable_task_manager)', |
1204 'sas_dll_path%': '<(sas_dll_path)', | 1208 'sas_dll_path%': '<(sas_dll_path)', |
1205 'wix_path%': '<(wix_path)', | 1209 'wix_path%': '<(wix_path)', |
1206 'use_libjpeg_turbo%': '<(use_libjpeg_turbo)', | 1210 'use_libjpeg_turbo%': '<(use_libjpeg_turbo)', |
1207 'use_system_libjpeg%': '<(use_system_libjpeg)', | 1211 'use_system_libjpeg%': '<(use_system_libjpeg)', |
1208 'android_channel%': '<(android_channel)', | 1212 'android_channel%': '<(android_channel)', |
1209 'android_webview_build%': '<(android_webview_build)', | 1213 'android_webview_build%': '<(android_webview_build)', |
1210 'icu_use_data_file_flag%': '<(icu_use_data_file_flag)', | 1214 'icu_use_data_file_flag%': '<(icu_use_data_file_flag)', |
1211 'gyp_managed_install%': 0, | 1215 'gyp_managed_install%': 0, |
1212 'create_standalone_apk%': 1, | 1216 'create_standalone_apk%': 1, |
(...skipping 4931 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
6144 # settings in target dicts. SYMROOT is a special case, because many other | 6148 # settings in target dicts. SYMROOT is a special case, because many other |
6145 # Xcode variables depend on it, including variables such as | 6149 # Xcode variables depend on it, including variables such as |
6146 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something | 6150 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something |
6147 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the | 6151 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the |
6148 # files to appear (when present) in the UI as actual files and not red | 6152 # files to appear (when present) in the UI as actual files and not red |
6149 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, | 6153 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, |
6150 # and therefore SYMROOT, needs to be set at the project level. | 6154 # and therefore SYMROOT, needs to be set at the project level. |
6151 'SYMROOT': '<(DEPTH)/xcodebuild', | 6155 'SYMROOT': '<(DEPTH)/xcodebuild', |
6152 }, | 6156 }, |
6153 } | 6157 } |
OLD | NEW |