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 656 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1145 'enable_background%': '<(enable_background)', | 1142 'enable_background%': '<(enable_background)', |
1146 'linux_use_bundled_gold%': '<(linux_use_bundled_gold)', | 1143 'linux_use_bundled_gold%': '<(linux_use_bundled_gold)', |
1147 'linux_use_bundled_binutils%': '<(linux_use_bundled_binutils)', | 1144 'linux_use_bundled_binutils%': '<(linux_use_bundled_binutils)', |
1148 'linux_use_gold_flags%': '<(linux_use_gold_flags)', | 1145 'linux_use_gold_flags%': '<(linux_use_gold_flags)', |
1149 'linux_use_debug_fission%': '<(linux_use_debug_fission)', | 1146 'linux_use_debug_fission%': '<(linux_use_debug_fission)', |
1150 'use_canvas_skia%': '<(use_canvas_skia)', | 1147 'use_canvas_skia%': '<(use_canvas_skia)', |
1151 'test_isolation_mode%': '<(test_isolation_mode)', | 1148 'test_isolation_mode%': '<(test_isolation_mode)', |
1152 'test_isolation_outdir%': '<(test_isolation_outdir)', | 1149 'test_isolation_outdir%': '<(test_isolation_outdir)', |
1153 'test_isolation_fail_on_missing': '<(test_isolation_fail_on_missing)', | 1150 'test_isolation_fail_on_missing': '<(test_isolation_fail_on_missing)', |
1154 'enable_printing%': '<(enable_printing)', | 1151 'enable_printing%': '<(enable_printing)', |
1155 'win_pdf_metafile_for_printing%': '<(win_pdf_metafile_for_printing)', | |
1156 'enable_spellcheck%': '<(enable_spellcheck)', | 1152 'enable_spellcheck%': '<(enable_spellcheck)', |
1157 'enable_google_now%': '<(enable_google_now)', | 1153 'enable_google_now%': '<(enable_google_now)', |
1158 'cld_version%': '<(cld_version)', | 1154 'cld_version%': '<(cld_version)', |
1159 'cld2_table_size%': '<(cld2_table_size)', | 1155 'cld2_table_size%': '<(cld2_table_size)', |
1160 'cld2_data_source%': '<(cld2_data_source)', | 1156 'cld2_data_source%': '<(cld2_data_source)', |
1161 'enable_captive_portal_detection%': '<(enable_captive_portal_detection)', | 1157 'enable_captive_portal_detection%': '<(enable_captive_portal_detection)', |
1162 'disable_file_support%': '<(disable_file_support)', | 1158 'disable_file_support%': '<(disable_file_support)', |
1163 'disable_ftp_support%': '<(disable_ftp_support)', | 1159 'disable_ftp_support%': '<(disable_ftp_support)', |
1164 'use_icu_alternatives_on_android%': '<(use_icu_alternatives_on_android)', | 1160 'use_icu_alternatives_on_android%': '<(use_icu_alternatives_on_android)', |
1165 'enable_task_manager%': '<(enable_task_manager)', | 1161 'enable_task_manager%': '<(enable_task_manager)', |
(...skipping 1693 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2859 # This is used to populate the "CLD Data Source" field in: | 2855 # This is used to populate the "CLD Data Source" field in: |
2860 # chrome://translate-internals | 2856 # chrome://translate-internals |
2861 'defines': ['CLD2_DATA_SOURCE=<(cld2_data_source)'], | 2857 'defines': ['CLD2_DATA_SOURCE=<(cld2_data_source)'], |
2862 }], | 2858 }], |
2863 ['enable_printing==1', { | 2859 ['enable_printing==1', { |
2864 'defines': ['ENABLE_FULL_PRINTING=1', 'ENABLE_PRINTING=1'], | 2860 'defines': ['ENABLE_FULL_PRINTING=1', 'ENABLE_PRINTING=1'], |
2865 }], | 2861 }], |
2866 ['enable_printing==2', { | 2862 ['enable_printing==2', { |
2867 'defines': ['ENABLE_PRINTING=1'], | 2863 'defines': ['ENABLE_PRINTING=1'], |
2868 }], | 2864 }], |
2869 ['OS=="win" and win_pdf_metafile_for_printing==1', { | |
2870 'defines': ['WIN_PDF_METAFILE_FOR_PRINTING=1'], | |
2871 }], | |
2872 ['enable_spellcheck==1', { | 2865 ['enable_spellcheck==1', { |
2873 'defines': ['ENABLE_SPELLCHECK=1'], | 2866 'defines': ['ENABLE_SPELLCHECK=1'], |
2874 }], | 2867 }], |
2875 ['enable_captive_portal_detection==1', { | 2868 ['enable_captive_portal_detection==1', { |
2876 'defines': ['ENABLE_CAPTIVE_PORTAL_DETECTION=1'], | 2869 'defines': ['ENABLE_CAPTIVE_PORTAL_DETECTION=1'], |
2877 }], | 2870 }], |
2878 ['enable_app_list==1', { | 2871 ['enable_app_list==1', { |
2879 'defines': ['ENABLE_APP_LIST=1'], | 2872 'defines': ['ENABLE_APP_LIST=1'], |
2880 }], | 2873 }], |
2881 ['enable_settings_app==1', { | 2874 ['enable_settings_app==1', { |
(...skipping 2876 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5758 # settings in target dicts. SYMROOT is a special case, because many other | 5751 # settings in target dicts. SYMROOT is a special case, because many other |
5759 # Xcode variables depend on it, including variables such as | 5752 # Xcode variables depend on it, including variables such as |
5760 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something | 5753 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something |
5761 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the | 5754 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the |
5762 # files to appear (when present) in the UI as actual files and not red | 5755 # files to appear (when present) in the UI as actual files and not red |
5763 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, | 5756 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, |
5764 # and therefore SYMROOT, needs to be set at the project level. | 5757 # and therefore SYMROOT, needs to be set at the project level. |
5765 'SYMROOT': '<(DEPTH)/xcodebuild', | 5758 'SYMROOT': '<(DEPTH)/xcodebuild', |
5766 }, | 5759 }, |
5767 } | 5760 } |
OLD | NEW |