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 403 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
414 # Metafile (e.g. usually a PDF or EMF) and disables print preview, cloud | 414 # Metafile (e.g. usually a PDF or EMF) and disables print preview, cloud |
415 # print, UI, etc. | 415 # print, UI, etc. |
416 'enable_printing%': 1, | 416 'enable_printing%': 1, |
417 | 417 |
418 # Set the version of CLD. | 418 # Set the version of CLD. |
419 # 0: Don't specify the version. This option is for the Finch testing. | 419 # 0: Don't specify the version. This option is for the Finch testing. |
420 # 1: Use only CLD1. | 420 # 1: Use only CLD1. |
421 # 2: Use only CLD2. | 421 # 2: Use only CLD2. |
422 'cld_version%': 2, | 422 'cld_version%': 2, |
423 | 423 |
| 424 # For CLD2, the size of the tables that should be included in the build |
| 425 # Only evaluated if cld_version == 2. |
| 426 # See third_party/cld_2/cld_2.gyp for more information. |
| 427 # 0: Small tables, lower accuracy |
| 428 # 1: Medium tables, medium accuracy |
| 429 # 2: Large tables, high accuracy |
| 430 'cld2_table_size%': 2, |
| 431 |
424 # Enable spell checker. | 432 # Enable spell checker. |
425 'enable_spellcheck%': 1, | 433 'enable_spellcheck%': 1, |
426 | 434 |
427 # Webrtc compilation is enabled by default. Set to 0 to disable. | 435 # Webrtc compilation is enabled by default. Set to 0 to disable. |
428 'enable_webrtc%': 1, | 436 'enable_webrtc%': 1, |
429 | 437 |
430 # Enables use of the session service, which is enabled by default. | 438 # Enables use of the session service, which is enabled by default. |
431 # Support for disabling depends on the platform. | 439 # Support for disabling depends on the platform. |
432 'enable_session_service%': 1, | 440 'enable_session_service%': 1, |
433 | 441 |
(...skipping 533 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
967 'linux_use_gold_flags%': '<(linux_use_gold_flags)', | 975 'linux_use_gold_flags%': '<(linux_use_gold_flags)', |
968 'use_canvas_skia%': '<(use_canvas_skia)', | 976 'use_canvas_skia%': '<(use_canvas_skia)', |
969 'test_isolation_mode%': '<(test_isolation_mode)', | 977 'test_isolation_mode%': '<(test_isolation_mode)', |
970 'test_isolation_outdir%': '<(test_isolation_outdir)', | 978 'test_isolation_outdir%': '<(test_isolation_outdir)', |
971 'test_isolation_fail_on_missing': '<(test_isolation_fail_on_missing)', | 979 'test_isolation_fail_on_missing': '<(test_isolation_fail_on_missing)', |
972 'enable_automation%': '<(enable_automation)', | 980 'enable_automation%': '<(enable_automation)', |
973 'enable_printing%': '<(enable_printing)', | 981 'enable_printing%': '<(enable_printing)', |
974 'enable_spellcheck%': '<(enable_spellcheck)', | 982 'enable_spellcheck%': '<(enable_spellcheck)', |
975 'enable_google_now%': '<(enable_google_now)', | 983 'enable_google_now%': '<(enable_google_now)', |
976 'cld_version%': '<(cld_version)', | 984 'cld_version%': '<(cld_version)', |
| 985 'cld2_table_size%': '<(cld2_table_size)', |
977 'enable_captive_portal_detection%': '<(enable_captive_portal_detection)', | 986 'enable_captive_portal_detection%': '<(enable_captive_portal_detection)', |
978 'disable_ftp_support%': '<(disable_ftp_support)', | 987 'disable_ftp_support%': '<(disable_ftp_support)', |
979 'enable_task_manager%': '<(enable_task_manager)', | 988 'enable_task_manager%': '<(enable_task_manager)', |
980 'sas_dll_path%': '<(sas_dll_path)', | 989 'sas_dll_path%': '<(sas_dll_path)', |
981 'wix_path%': '<(wix_path)', | 990 'wix_path%': '<(wix_path)', |
982 'use_libjpeg_turbo%': '<(use_libjpeg_turbo)', | 991 'use_libjpeg_turbo%': '<(use_libjpeg_turbo)', |
983 'use_system_libjpeg%': '<(use_system_libjpeg)', | 992 'use_system_libjpeg%': '<(use_system_libjpeg)', |
984 'android_webview_build%': '<(android_webview_build)', | 993 'android_webview_build%': '<(android_webview_build)', |
985 'icu_use_data_file_flag%': '<(icu_use_data_file_flag)', | 994 'icu_use_data_file_flag%': '<(icu_use_data_file_flag)', |
986 'gyp_managed_install%': 0, | 995 'gyp_managed_install%': 0, |
(...skipping 4071 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5058 # settings in target dicts. SYMROOT is a special case, because many other | 5067 # settings in target dicts. SYMROOT is a special case, because many other |
5059 # Xcode variables depend on it, including variables such as | 5068 # Xcode variables depend on it, including variables such as |
5060 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something | 5069 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something |
5061 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the | 5070 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the |
5062 # files to appear (when present) in the UI as actual files and not red | 5071 # files to appear (when present) in the UI as actual files and not red |
5063 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, | 5072 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, |
5064 # and therefore SYMROOT, needs to be set at the project level. | 5073 # and therefore SYMROOT, needs to be set at the project level. |
5065 'SYMROOT': '<(DEPTH)/xcodebuild', | 5074 'SYMROOT': '<(DEPTH)/xcodebuild', |
5066 }, | 5075 }, |
5067 } | 5076 } |
OLD | NEW |