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 402 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
413 'enable_google_now%': 1, | 413 'enable_google_now%': 1, |
414 | 414 |
415 # Enable printing support and UI. This variable is used to configure | 415 # Enable printing support and UI. This variable is used to configure |
416 # which parts of printing will be built. 0 disables printing completely, | 416 # which parts of printing will be built. 0 disables printing completely, |
417 # 1 enables it fully, and 2 enables only the codepath to generate a | 417 # 1 enables it fully, and 2 enables only the codepath to generate a |
418 # Metafile (e.g. usually a PDF or EMF) and disables print preview, cloud | 418 # Metafile (e.g. usually a PDF or EMF) and disables print preview, cloud |
419 # print, UI, etc. | 419 # print, UI, etc. |
420 'enable_printing%': 1, | 420 'enable_printing%': 1, |
421 | 421 |
422 # Windows prints using a PDF as the metafile from the renderer. | 422 # Windows prints using a PDF as the metafile from the renderer. |
423 'win_pdf_metafile_for_printing%': 0, | 423 'win_pdf_metafile_for_printing%': 1, |
424 | 424 |
425 # Set the version of CLD. | 425 # Set the version of CLD. |
426 # 0: Don't specify the version. This option is for the Finch testing. | 426 # 0: Don't specify the version. This option is for the Finch testing. |
427 # 1: Use only CLD1. | 427 # 1: Use only CLD1. |
428 # 2: Use only CLD2. | 428 # 2: Use only CLD2. |
429 'cld_version%': 2, | 429 'cld_version%': 2, |
430 | 430 |
431 # For CLD2, the size of the tables that should be included in the build | 431 # For CLD2, the size of the tables that should be included in the build |
432 # Only evaluated if cld_version == 2 or if building the CLD2 dynamic data | 432 # Only evaluated if cld_version == 2 or if building the CLD2 dynamic data |
433 # tool explicitly. | 433 # tool explicitly. |
(...skipping 2181 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2615 }], | 2615 }], |
2616 ['cld2_is_component!=0', { | 2616 ['cld2_is_component!=0', { |
2617 'defines': ['CLD2_IS_COMPONENT=1'], | 2617 'defines': ['CLD2_IS_COMPONENT=1'], |
2618 }], | 2618 }], |
2619 ['enable_printing==1', { | 2619 ['enable_printing==1', { |
2620 'defines': ['ENABLE_FULL_PRINTING=1', 'ENABLE_PRINTING=1'], | 2620 'defines': ['ENABLE_FULL_PRINTING=1', 'ENABLE_PRINTING=1'], |
2621 }], | 2621 }], |
2622 ['enable_printing==2', { | 2622 ['enable_printing==2', { |
2623 'defines': ['ENABLE_PRINTING=1'], | 2623 'defines': ['ENABLE_PRINTING=1'], |
2624 }], | 2624 }], |
2625 ['win_pdf_metafile_for_printing==1', { | 2625 ['OS=="win" and win_pdf_metafile_for_printing==1', { |
2626 'defines': ['WIN_PDF_METAFILE_FOR_PRINTING=1'], | 2626 'defines': ['WIN_PDF_METAFILE_FOR_PRINTING=1'], |
2627 }], | 2627 }], |
2628 ['enable_spellcheck==1', { | 2628 ['enable_spellcheck==1', { |
2629 'defines': ['ENABLE_SPELLCHECK=1'], | 2629 'defines': ['ENABLE_SPELLCHECK=1'], |
2630 }], | 2630 }], |
2631 ['enable_captive_portal_detection==1', { | 2631 ['enable_captive_portal_detection==1', { |
2632 'defines': ['ENABLE_CAPTIVE_PORTAL_DETECTION=1'], | 2632 'defines': ['ENABLE_CAPTIVE_PORTAL_DETECTION=1'], |
2633 }], | 2633 }], |
2634 ['enable_app_list==1', { | 2634 ['enable_app_list==1', { |
2635 'defines': ['ENABLE_APP_LIST=1'], | 2635 'defines': ['ENABLE_APP_LIST=1'], |
(...skipping 2685 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5321 # settings in target dicts. SYMROOT is a special case, because many other | 5321 # settings in target dicts. SYMROOT is a special case, because many other |
5322 # Xcode variables depend on it, including variables such as | 5322 # Xcode variables depend on it, including variables such as |
5323 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something | 5323 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something |
5324 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the | 5324 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the |
5325 # files to appear (when present) in the UI as actual files and not red | 5325 # files to appear (when present) in the UI as actual files and not red |
5326 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, | 5326 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, |
5327 # and therefore SYMROOT, needs to be set at the project level. | 5327 # and therefore SYMROOT, needs to be set at the project level. |
5328 'SYMROOT': '<(DEPTH)/xcodebuild', | 5328 'SYMROOT': '<(DEPTH)/xcodebuild', |
5329 }, | 5329 }, |
5330 } | 5330 } |
OLD | NEW |