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 455 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
466 # Enable Google Now. | 466 # Enable Google Now. |
467 'enable_google_now%': 1, | 467 'enable_google_now%': 1, |
468 | 468 |
469 # Enable printing support and UI. This variable is used to configure | 469 # Enable printing support and UI. This variable is used to configure |
470 # which parts of printing will be built. 0 disables printing completely, | 470 # which parts of printing will be built. 0 disables printing completely, |
471 # 1 enables it fully, and 2 enables only the codepath to generate a | 471 # 1 enables it fully, and 2 enables only the codepath to generate a |
472 # Metafile (e.g. usually a PDF or EMF) and disables print preview, cloud | 472 # Metafile (e.g. usually a PDF or EMF) and disables print preview, cloud |
473 # print, UI, etc. | 473 # print, UI, etc. |
474 'enable_printing%': 1, | 474 'enable_printing%': 1, |
475 | 475 |
476 # Windows prints using a PDF as the metafile from the renderer. | |
477 'win_pdf_metafile_for_printing%': 1, | |
478 | |
479 # Set the version of CLD. | 476 # Set the version of CLD. |
480 # 0: Don't specify the version. This option is for the Finch testing. | 477 # 0: Don't specify the version. This option is for the Finch testing. |
481 # 1: Use only CLD1. | 478 # 1: Use only CLD1. |
482 # 2: Use only CLD2. | 479 # 2: Use only CLD2. |
483 'cld_version%': 2, | 480 'cld_version%': 2, |
484 | 481 |
485 # For CLD2, the size of the tables that should be included in the build | 482 # For CLD2, the size of the tables that should be included in the build |
486 # Only evaluated if cld_version == 2 or if building the CLD2 dynamic data | 483 # Only evaluated if cld_version == 2 or if building the CLD2 dynamic data |
487 # tool explicitly. | 484 # tool explicitly. |
488 # See third_party/cld_2/cld_2.gyp for more information. | 485 # See third_party/cld_2/cld_2.gyp for more information. |
(...skipping 652 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1141 'enable_background%': '<(enable_background)', | 1138 'enable_background%': '<(enable_background)', |
1142 'linux_use_bundled_gold%': '<(linux_use_bundled_gold)', | 1139 'linux_use_bundled_gold%': '<(linux_use_bundled_gold)', |
1143 'linux_use_bundled_binutils%': '<(linux_use_bundled_binutils)', | 1140 'linux_use_bundled_binutils%': '<(linux_use_bundled_binutils)', |
1144 'linux_use_gold_flags%': '<(linux_use_gold_flags)', | 1141 'linux_use_gold_flags%': '<(linux_use_gold_flags)', |
1145 'linux_use_debug_fission%': '<(linux_use_debug_fission)', | 1142 'linux_use_debug_fission%': '<(linux_use_debug_fission)', |
1146 'use_canvas_skia%': '<(use_canvas_skia)', | 1143 'use_canvas_skia%': '<(use_canvas_skia)', |
1147 'test_isolation_mode%': '<(test_isolation_mode)', | 1144 'test_isolation_mode%': '<(test_isolation_mode)', |
1148 'test_isolation_outdir%': '<(test_isolation_outdir)', | 1145 'test_isolation_outdir%': '<(test_isolation_outdir)', |
1149 'test_isolation_fail_on_missing': '<(test_isolation_fail_on_missing)', | 1146 'test_isolation_fail_on_missing': '<(test_isolation_fail_on_missing)', |
1150 'enable_printing%': '<(enable_printing)', | 1147 'enable_printing%': '<(enable_printing)', |
1151 'win_pdf_metafile_for_printing%': '<(win_pdf_metafile_for_printing)', | |
1152 'enable_spellcheck%': '<(enable_spellcheck)', | 1148 'enable_spellcheck%': '<(enable_spellcheck)', |
1153 'enable_google_now%': '<(enable_google_now)', | 1149 'enable_google_now%': '<(enable_google_now)', |
1154 'cld_version%': '<(cld_version)', | 1150 'cld_version%': '<(cld_version)', |
1155 'cld2_table_size%': '<(cld2_table_size)', | 1151 'cld2_table_size%': '<(cld2_table_size)', |
1156 'cld2_data_source%': '<(cld2_data_source)', | 1152 'cld2_data_source%': '<(cld2_data_source)', |
1157 'enable_captive_portal_detection%': '<(enable_captive_portal_detection)', | 1153 'enable_captive_portal_detection%': '<(enable_captive_portal_detection)', |
1158 'disable_file_support%': '<(disable_file_support)', | 1154 'disable_file_support%': '<(disable_file_support)', |
1159 'disable_ftp_support%': '<(disable_ftp_support)', | 1155 'disable_ftp_support%': '<(disable_ftp_support)', |
1160 'use_icu_alternatives_on_android%': '<(use_icu_alternatives_on_android)', | 1156 'use_icu_alternatives_on_android%': '<(use_icu_alternatives_on_android)', |
1161 'enable_task_manager%': '<(enable_task_manager)', | 1157 'enable_task_manager%': '<(enable_task_manager)', |
(...skipping 1686 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2848 # This is used to populate the "CLD Data Source" field in: | 2844 # This is used to populate the "CLD Data Source" field in: |
2849 # chrome://translate-internals | 2845 # chrome://translate-internals |
2850 'defines': ['CLD2_DATA_SOURCE=<(cld2_data_source)'], | 2846 'defines': ['CLD2_DATA_SOURCE=<(cld2_data_source)'], |
2851 }], | 2847 }], |
2852 ['enable_printing==1', { | 2848 ['enable_printing==1', { |
2853 'defines': ['ENABLE_FULL_PRINTING=1', 'ENABLE_PRINTING=1'], | 2849 'defines': ['ENABLE_FULL_PRINTING=1', 'ENABLE_PRINTING=1'], |
2854 }], | 2850 }], |
2855 ['enable_printing==2', { | 2851 ['enable_printing==2', { |
2856 'defines': ['ENABLE_PRINTING=1'], | 2852 'defines': ['ENABLE_PRINTING=1'], |
2857 }], | 2853 }], |
2858 ['OS=="win" and win_pdf_metafile_for_printing==1', { | |
2859 'defines': ['WIN_PDF_METAFILE_FOR_PRINTING=1'], | |
2860 }], | |
2861 ['enable_spellcheck==1', { | 2854 ['enable_spellcheck==1', { |
2862 'defines': ['ENABLE_SPELLCHECK=1'], | 2855 'defines': ['ENABLE_SPELLCHECK=1'], |
2863 }], | 2856 }], |
2864 ['enable_captive_portal_detection==1', { | 2857 ['enable_captive_portal_detection==1', { |
2865 'defines': ['ENABLE_CAPTIVE_PORTAL_DETECTION=1'], | 2858 'defines': ['ENABLE_CAPTIVE_PORTAL_DETECTION=1'], |
2866 }], | 2859 }], |
2867 ['enable_app_list==1', { | 2860 ['enable_app_list==1', { |
2868 'defines': ['ENABLE_APP_LIST=1'], | 2861 'defines': ['ENABLE_APP_LIST=1'], |
2869 }], | 2862 }], |
2870 ['enable_settings_app==1', { | 2863 ['enable_settings_app==1', { |
(...skipping 2876 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5747 # settings in target dicts. SYMROOT is a special case, because many other | 5740 # settings in target dicts. SYMROOT is a special case, because many other |
5748 # Xcode variables depend on it, including variables such as | 5741 # Xcode variables depend on it, including variables such as |
5749 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something | 5742 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something |
5750 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the | 5743 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the |
5751 # files to appear (when present) in the UI as actual files and not red | 5744 # files to appear (when present) in the UI as actual files and not red |
5752 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, | 5745 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, |
5753 # and therefore SYMROOT, needs to be set at the project level. | 5746 # and therefore SYMROOT, needs to be set at the project level. |
5754 'SYMROOT': '<(DEPTH)/xcodebuild', | 5747 'SYMROOT': '<(DEPTH)/xcodebuild', |
5755 }, | 5748 }, |
5756 } | 5749 } |
OLD | NEW |