Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(766)

Side by Side Diff: build/common.gypi

Issue 255543006: Printing on Windows via PDF (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review fixes Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 409 matching lines...) Expand 10 before | Expand all | Expand 10 after
420 # Enable Google Now. 420 # Enable Google Now.
421 'enable_google_now%': 1, 421 'enable_google_now%': 1,
422 422
423 # Enable printing support and UI. This variable is used to configure 423 # Enable printing support and UI. This variable is used to configure
424 # which parts of printing will be built. 0 disables printing completely, 424 # which parts of printing will be built. 0 disables printing completely,
425 # 1 enables it fully, and 2 enables only the codepath to generate a 425 # 1 enables it fully, and 2 enables only the codepath to generate a
426 # Metafile (e.g. usually a PDF or EMF) and disables print preview, cloud 426 # Metafile (e.g. usually a PDF or EMF) and disables print preview, cloud
427 # print, UI, etc. 427 # print, UI, etc.
428 'enable_printing%': 1, 428 'enable_printing%': 1,
429 429
430 # Windows prints using a PDF as the metafile from the renderer. This
431 # requires internal_pdf to be enabled.
432 'win_pdf_metafile_for_printing%': 0,
433
430 # Set the version of CLD. 434 # Set the version of CLD.
431 # 0: Don't specify the version. This option is for the Finch testing. 435 # 0: Don't specify the version. This option is for the Finch testing.
432 # 1: Use only CLD1. 436 # 1: Use only CLD1.
433 # 2: Use only CLD2. 437 # 2: Use only CLD2.
434 'cld_version%': 2, 438 'cld_version%': 2,
435 439
436 # For CLD2, the size of the tables that should be included in the build 440 # For CLD2, the size of the tables that should be included in the build
437 # Only evaluated if cld_version == 2 or if building the CLD2 dynamic data 441 # Only evaluated if cld_version == 2 or if building the CLD2 dynamic data
438 # tool explicitly. 442 # tool explicitly.
439 # See third_party/cld_2/cld_2.gyp for more information. 443 # See third_party/cld_2/cld_2.gyp for more information.
(...skipping 603 matching lines...) Expand 10 before | Expand all | Expand 10 after
1043 'enable_background%': '<(enable_background)', 1047 'enable_background%': '<(enable_background)',
1044 'linux_use_bundled_gold%': '<(linux_use_bundled_gold)', 1048 'linux_use_bundled_gold%': '<(linux_use_bundled_gold)',
1045 'linux_use_bundled_binutils%': '<(linux_use_bundled_binutils)', 1049 'linux_use_bundled_binutils%': '<(linux_use_bundled_binutils)',
1046 'linux_use_gold_flags%': '<(linux_use_gold_flags)', 1050 'linux_use_gold_flags%': '<(linux_use_gold_flags)',
1047 'linux_use_debug_fission%': '<(linux_use_debug_fission)', 1051 'linux_use_debug_fission%': '<(linux_use_debug_fission)',
1048 'use_canvas_skia%': '<(use_canvas_skia)', 1052 'use_canvas_skia%': '<(use_canvas_skia)',
1049 'test_isolation_mode%': '<(test_isolation_mode)', 1053 'test_isolation_mode%': '<(test_isolation_mode)',
1050 'test_isolation_outdir%': '<(test_isolation_outdir)', 1054 'test_isolation_outdir%': '<(test_isolation_outdir)',
1051 'test_isolation_fail_on_missing': '<(test_isolation_fail_on_missing)', 1055 'test_isolation_fail_on_missing': '<(test_isolation_fail_on_missing)',
1052 'enable_printing%': '<(enable_printing)', 1056 'enable_printing%': '<(enable_printing)',
1057 'win_pdf_metafile_for_printing%': '<(win_pdf_metafile_for_printing)',
1053 'enable_spellcheck%': '<(enable_spellcheck)', 1058 'enable_spellcheck%': '<(enable_spellcheck)',
1054 'enable_google_now%': '<(enable_google_now)', 1059 'enable_google_now%': '<(enable_google_now)',
1055 'cld_version%': '<(cld_version)', 1060 'cld_version%': '<(cld_version)',
1056 'cld2_table_size%': '<(cld2_table_size)', 1061 'cld2_table_size%': '<(cld2_table_size)',
1057 'cld2_dynamic%': '<(cld2_dynamic)', 1062 'cld2_dynamic%': '<(cld2_dynamic)',
1058 'cld2_is_component%': '<(cld2_is_component)', 1063 'cld2_is_component%': '<(cld2_is_component)',
1059 'enable_captive_portal_detection%': '<(enable_captive_portal_detection)', 1064 'enable_captive_portal_detection%': '<(enable_captive_portal_detection)',
1060 'disable_file_support%': '<(disable_file_support)', 1065 'disable_file_support%': '<(disable_file_support)',
1061 'disable_ftp_support%': '<(disable_ftp_support)', 1066 'disable_ftp_support%': '<(disable_ftp_support)',
1062 'use_icu_alternatives_on_android%': '<(use_icu_alternatives_on_android)', 1067 'use_icu_alternatives_on_android%': '<(use_icu_alternatives_on_android)',
(...skipping 1546 matching lines...) Expand 10 before | Expand all | Expand 10 after
2609 }], 2614 }],
2610 ['cld2_is_component!=0', { 2615 ['cld2_is_component!=0', {
2611 'defines': ['CLD2_IS_COMPONENT=1'], 2616 'defines': ['CLD2_IS_COMPONENT=1'],
2612 }], 2617 }],
2613 ['enable_printing==1', { 2618 ['enable_printing==1', {
2614 'defines': ['ENABLE_FULL_PRINTING=1', 'ENABLE_PRINTING=1'], 2619 'defines': ['ENABLE_FULL_PRINTING=1', 'ENABLE_PRINTING=1'],
2615 }], 2620 }],
2616 ['enable_printing==2', { 2621 ['enable_printing==2', {
2617 'defines': ['ENABLE_PRINTING=1'], 2622 'defines': ['ENABLE_PRINTING=1'],
2618 }], 2623 }],
2624 ['win_pdf_metafile_for_printing==1', {
2625 'defines': ['WIN_PDF_METAFILE_FOR_PRINTING=1'],
2626 }],
2619 ['enable_spellcheck==1', { 2627 ['enable_spellcheck==1', {
2620 'defines': ['ENABLE_SPELLCHECK=1'], 2628 'defines': ['ENABLE_SPELLCHECK=1'],
2621 }], 2629 }],
2622 ['enable_captive_portal_detection==1', { 2630 ['enable_captive_portal_detection==1', {
2623 'defines': ['ENABLE_CAPTIVE_PORTAL_DETECTION=1'], 2631 'defines': ['ENABLE_CAPTIVE_PORTAL_DETECTION=1'],
2624 }], 2632 }],
2625 ['enable_app_list==1', { 2633 ['enable_app_list==1', {
2626 'defines': ['ENABLE_APP_LIST=1'], 2634 'defines': ['ENABLE_APP_LIST=1'],
2627 }], 2635 }],
2628 ['enable_settings_app==1', { 2636 ['enable_settings_app==1', {
(...skipping 2650 matching lines...) Expand 10 before | Expand all | Expand 10 after
5279 # settings in target dicts. SYMROOT is a special case, because many other 5287 # settings in target dicts. SYMROOT is a special case, because many other
5280 # Xcode variables depend on it, including variables such as 5288 # Xcode variables depend on it, including variables such as
5281 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something 5289 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something
5282 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the 5290 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the
5283 # files to appear (when present) in the UI as actual files and not red 5291 # files to appear (when present) in the UI as actual files and not red
5284 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, 5292 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR,
5285 # and therefore SYMROOT, needs to be set at the project level. 5293 # and therefore SYMROOT, needs to be set at the project level.
5286 'SYMROOT': '<(DEPTH)/xcodebuild', 5294 'SYMROOT': '<(DEPTH)/xcodebuild',
5287 }, 5295 },
5288 } 5296 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/printing/pdf_to_emf_converter.h » ('j') | chrome/browser/printing/print_view_manager_base.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698