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 981 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
992 'enable_mdns%' : 1, | 992 'enable_mdns%' : 1, |
993 }], | 993 }], |
994 | 994 |
995 # Disable various features by default on embedded. | 995 # Disable various features by default on embedded. |
996 ['embedded==1', { | 996 ['embedded==1', { |
997 'remoting%': 0, | 997 'remoting%': 0, |
998 'enable_basic_printing%': 0, | 998 'enable_basic_printing%': 0, |
999 'enable_print_preview%': 0, | 999 'enable_print_preview%': 0, |
1000 }], | 1000 }], |
1001 | 1001 |
1002 # Path to sas.dll, which provides the SendSAS function. | |
1003 # http://msdn.microsoft.com/en-us/library/windows/desktop/dd979761(v=vs.
85).aspx | |
1004 ['target_arch=="x64"', { | |
1005 'sas_dll_path%': '<(DEPTH)/third_party/platformsdk_win7/files/redist/a
md64', | |
1006 }, { | |
1007 'sas_dll_path%': '<(DEPTH)/third_party/platformsdk_win7/files/redist/x
86', | |
1008 }], | |
1009 | |
1010 ['sysroot!=""', { | 1002 ['sysroot!=""', { |
1011 'pkg-config': '<(chroot_cmd) <(DEPTH)/build/linux/pkg-config-wrapper "
<(sysroot)" "<(target_arch)" "<(system_libdir)"', | 1003 'pkg-config': '<(chroot_cmd) <(DEPTH)/build/linux/pkg-config-wrapper "
<(sysroot)" "<(target_arch)" "<(system_libdir)"', |
1012 }, { | 1004 }, { |
1013 'pkg-config': 'pkg-config' | 1005 'pkg-config': 'pkg-config' |
1014 }], | 1006 }], |
1015 | 1007 |
1016 # Enable WebVR support by default on Android | 1008 # Enable WebVR support by default on Android |
1017 # Still requires command line flag to access API | 1009 # Still requires command line flag to access API |
1018 ['OS=="android"', { | 1010 ['OS=="android"', { |
1019 'enable_webvr%': 1, | 1011 'enable_webvr%': 1, |
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1236 'enable_print_preview%': '<(enable_print_preview)', | 1228 'enable_print_preview%': '<(enable_print_preview)', |
1237 'enable_spellcheck%': '<(enable_spellcheck)', | 1229 'enable_spellcheck%': '<(enable_spellcheck)', |
1238 'use_browser_spellchecker%': '<(use_browser_spellchecker)', | 1230 'use_browser_spellchecker%': '<(use_browser_spellchecker)', |
1239 'cld2_table_size%': '<(cld2_table_size)', | 1231 'cld2_table_size%': '<(cld2_table_size)', |
1240 'enable_captive_portal_detection%': '<(enable_captive_portal_detection)', | 1232 'enable_captive_portal_detection%': '<(enable_captive_portal_detection)', |
1241 'disable_file_support%': '<(disable_file_support)', | 1233 'disable_file_support%': '<(disable_file_support)', |
1242 'disable_ftp_support%': '<(disable_ftp_support)', | 1234 'disable_ftp_support%': '<(disable_ftp_support)', |
1243 'use_platform_icu_alternatives%': '<(use_platform_icu_alternatives)', | 1235 'use_platform_icu_alternatives%': '<(use_platform_icu_alternatives)', |
1244 'disable_brotli_filter%': '<(disable_brotli_filter)', | 1236 'disable_brotli_filter%': '<(disable_brotli_filter)', |
1245 'enable_task_manager%': '<(enable_task_manager)', | 1237 'enable_task_manager%': '<(enable_task_manager)', |
1246 'sas_dll_path%': '<(sas_dll_path)', | |
1247 'wix_path%': '<(wix_path)', | 1238 'wix_path%': '<(wix_path)', |
1248 'use_libjpeg_turbo%': '<(use_libjpeg_turbo)', | 1239 'use_libjpeg_turbo%': '<(use_libjpeg_turbo)', |
1249 'use_system_libjpeg%': '<(use_system_libjpeg)', | 1240 'use_system_libjpeg%': '<(use_system_libjpeg)', |
1250 'android_channel%': '<(android_channel)', | 1241 'android_channel%': '<(android_channel)', |
1251 'icu_use_data_file_flag%': '<(icu_use_data_file_flag)', | 1242 'icu_use_data_file_flag%': '<(icu_use_data_file_flag)', |
1252 'gyp_managed_install%': 0, | 1243 'gyp_managed_install%': 0, |
1253 'create_standalone_apk%': 1, | 1244 'create_standalone_apk%': 1, |
1254 'enable_app_list%': '<(enable_app_list)', | 1245 'enable_app_list%': '<(enable_app_list)', |
1255 'use_default_render_theme%': '<(use_default_render_theme)', | 1246 'use_default_render_theme%': '<(use_default_render_theme)', |
1256 'enable_settings_app%': '<(enable_settings_app)', | 1247 'enable_settings_app%': '<(enable_settings_app)', |
(...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1514 | 1505 |
1515 # Whether to build full debug version for Debug configuration on Android. | 1506 # Whether to build full debug version for Debug configuration on Android. |
1516 # Compared to full debug version, the default Debug configuration on Android | 1507 # Compared to full debug version, the default Debug configuration on Android |
1517 # has no full v8 debug, has size optimization and linker gc section, so that | 1508 # has no full v8 debug, has size optimization and linker gc section, so that |
1518 # we can build a debug version with acceptable size and performance. | 1509 # we can build a debug version with acceptable size and performance. |
1519 'android_full_debug%': 0, | 1510 'android_full_debug%': 0, |
1520 | 1511 |
1521 # Contains data about the attached devices for gyp_managed_install. | 1512 # Contains data about the attached devices for gyp_managed_install. |
1522 'build_device_config_path': '<(PRODUCT_DIR)/build_devices.cfg', | 1513 'build_device_config_path': '<(PRODUCT_DIR)/build_devices.cfg', |
1523 | 1514 |
1524 'sas_dll_exists': '<!pymod_do_main(dir_exists "<(sas_dll_path)")', | |
1525 'wix_exists': '<!pymod_do_main(dir_exists "<(wix_path)")', | 1515 'wix_exists': '<!pymod_do_main(dir_exists "<(wix_path)")', |
1526 | 1516 |
1527 'windows_sdk_path%': 'C:/Program Files (x86)/Windows Kits/10', | 1517 'windows_sdk_path%': 'C:/Program Files (x86)/Windows Kits/10', |
1528 'directx_sdk_default_path': '<(DEPTH)/third_party/directxsdk/files', | 1518 'directx_sdk_default_path': '<(DEPTH)/third_party/directxsdk/files', |
1529 | 1519 |
1530 # Whether we are using the rlz library or not. Platforms like Android send | 1520 # Whether we are using the rlz library or not. Platforms like Android send |
1531 # rlz codes for searches but do not use the library. | 1521 # rlz codes for searches but do not use the library. |
1532 'enable_rlz_support%': 0, | 1522 'enable_rlz_support%': 0, |
1533 'enable_rlz%': 0, | 1523 'enable_rlz%': 0, |
1534 | 1524 |
(...skipping 4791 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6326 # settings in target dicts. SYMROOT is a special case, because many other | 6316 # settings in target dicts. SYMROOT is a special case, because many other |
6327 # Xcode variables depend on it, including variables such as | 6317 # Xcode variables depend on it, including variables such as |
6328 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something | 6318 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something |
6329 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the | 6319 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the |
6330 # files to appear (when present) in the UI as actual files and not red | 6320 # files to appear (when present) in the UI as actual files and not red |
6331 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, | 6321 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, |
6332 # and therefore SYMROOT, needs to be set at the project level. | 6322 # and therefore SYMROOT, needs to be set at the project level. |
6333 'SYMROOT': '<(DEPTH)/xcodebuild', | 6323 'SYMROOT': '<(DEPTH)/xcodebuild', |
6334 }, | 6324 }, |
6335 } | 6325 } |
OLD | NEW |