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

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: remove ref to internal_pdf and rebase 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
« no previous file with comments | « no previous file | chrome/browser/printing/pdf_to_emf_converter.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
431 'win_pdf_metafile_for_printing%': 0,
432
430 # Set the version of CLD. 433 # Set the version of CLD.
431 # 0: Don't specify the version. This option is for the Finch testing. 434 # 0: Don't specify the version. This option is for the Finch testing.
432 # 1: Use only CLD1. 435 # 1: Use only CLD1.
433 # 2: Use only CLD2. 436 # 2: Use only CLD2.
434 'cld_version%': 2, 437 'cld_version%': 2,
435 438
436 # For CLD2, the size of the tables that should be included in the build 439 # 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 440 # Only evaluated if cld_version == 2 or if building the CLD2 dynamic data
438 # tool explicitly. 441 # tool explicitly.
439 # See third_party/cld_2/cld_2.gyp for more information. 442 # See third_party/cld_2/cld_2.gyp for more information.
(...skipping 607 matching lines...) Expand 10 before | Expand all | Expand 10 after
1047 'enable_background%': '<(enable_background)', 1050 'enable_background%': '<(enable_background)',
1048 'linux_use_bundled_gold%': '<(linux_use_bundled_gold)', 1051 'linux_use_bundled_gold%': '<(linux_use_bundled_gold)',
1049 'linux_use_bundled_binutils%': '<(linux_use_bundled_binutils)', 1052 'linux_use_bundled_binutils%': '<(linux_use_bundled_binutils)',
1050 'linux_use_gold_flags%': '<(linux_use_gold_flags)', 1053 'linux_use_gold_flags%': '<(linux_use_gold_flags)',
1051 'linux_use_debug_fission%': '<(linux_use_debug_fission)', 1054 'linux_use_debug_fission%': '<(linux_use_debug_fission)',
1052 'use_canvas_skia%': '<(use_canvas_skia)', 1055 'use_canvas_skia%': '<(use_canvas_skia)',
1053 'test_isolation_mode%': '<(test_isolation_mode)', 1056 'test_isolation_mode%': '<(test_isolation_mode)',
1054 'test_isolation_outdir%': '<(test_isolation_outdir)', 1057 'test_isolation_outdir%': '<(test_isolation_outdir)',
1055 'test_isolation_fail_on_missing': '<(test_isolation_fail_on_missing)', 1058 'test_isolation_fail_on_missing': '<(test_isolation_fail_on_missing)',
1056 'enable_printing%': '<(enable_printing)', 1059 'enable_printing%': '<(enable_printing)',
1060 'win_pdf_metafile_for_printing%': '<(win_pdf_metafile_for_printing)',
1057 'enable_spellcheck%': '<(enable_spellcheck)', 1061 'enable_spellcheck%': '<(enable_spellcheck)',
1058 'enable_google_now%': '<(enable_google_now)', 1062 'enable_google_now%': '<(enable_google_now)',
1059 'cld_version%': '<(cld_version)', 1063 'cld_version%': '<(cld_version)',
1060 'cld2_table_size%': '<(cld2_table_size)', 1064 'cld2_table_size%': '<(cld2_table_size)',
1061 'cld2_dynamic%': '<(cld2_dynamic)', 1065 'cld2_dynamic%': '<(cld2_dynamic)',
1062 'cld2_is_component%': '<(cld2_is_component)', 1066 'cld2_is_component%': '<(cld2_is_component)',
1063 'enable_captive_portal_detection%': '<(enable_captive_portal_detection)', 1067 'enable_captive_portal_detection%': '<(enable_captive_portal_detection)',
1064 'disable_file_support%': '<(disable_file_support)', 1068 'disable_file_support%': '<(disable_file_support)',
1065 'disable_ftp_support%': '<(disable_ftp_support)', 1069 'disable_ftp_support%': '<(disable_ftp_support)',
1066 'use_icu_alternatives_on_android%': '<(use_icu_alternatives_on_android)', 1070 'use_icu_alternatives_on_android%': '<(use_icu_alternatives_on_android)',
(...skipping 1552 matching lines...) Expand 10 before | Expand all | Expand 10 after
2619 }], 2623 }],
2620 ['cld2_is_component!=0', { 2624 ['cld2_is_component!=0', {
2621 'defines': ['CLD2_IS_COMPONENT=1'], 2625 'defines': ['CLD2_IS_COMPONENT=1'],
2622 }], 2626 }],
2623 ['enable_printing==1', { 2627 ['enable_printing==1', {
2624 'defines': ['ENABLE_FULL_PRINTING=1', 'ENABLE_PRINTING=1'], 2628 'defines': ['ENABLE_FULL_PRINTING=1', 'ENABLE_PRINTING=1'],
2625 }], 2629 }],
2626 ['enable_printing==2', { 2630 ['enable_printing==2', {
2627 'defines': ['ENABLE_PRINTING=1'], 2631 'defines': ['ENABLE_PRINTING=1'],
2628 }], 2632 }],
2633 ['win_pdf_metafile_for_printing==1', {
2634 'defines': ['WIN_PDF_METAFILE_FOR_PRINTING=1'],
2635 }],
2629 ['enable_spellcheck==1', { 2636 ['enable_spellcheck==1', {
2630 'defines': ['ENABLE_SPELLCHECK=1'], 2637 'defines': ['ENABLE_SPELLCHECK=1'],
2631 }], 2638 }],
2632 ['enable_captive_portal_detection==1', { 2639 ['enable_captive_portal_detection==1', {
2633 'defines': ['ENABLE_CAPTIVE_PORTAL_DETECTION=1'], 2640 'defines': ['ENABLE_CAPTIVE_PORTAL_DETECTION=1'],
2634 }], 2641 }],
2635 ['enable_app_list==1', { 2642 ['enable_app_list==1', {
2636 'defines': ['ENABLE_APP_LIST=1'], 2643 'defines': ['ENABLE_APP_LIST=1'],
2637 }], 2644 }],
2638 ['enable_settings_app==1', { 2645 ['enable_settings_app==1', {
(...skipping 2690 matching lines...) Expand 10 before | Expand all | Expand 10 after
5329 # settings in target dicts. SYMROOT is a special case, because many other 5336 # settings in target dicts. SYMROOT is a special case, because many other
5330 # Xcode variables depend on it, including variables such as 5337 # Xcode variables depend on it, including variables such as
5331 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something 5338 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something
5332 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the 5339 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the
5333 # files to appear (when present) in the UI as actual files and not red 5340 # files to appear (when present) in the UI as actual files and not red
5334 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, 5341 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR,
5335 # and therefore SYMROOT, needs to be set at the project level. 5342 # and therefore SYMROOT, needs to be set at the project level.
5336 'SYMROOT': '<(DEPTH)/xcodebuild', 5343 'SYMROOT': '<(DEPTH)/xcodebuild',
5337 }, 5344 },
5338 } 5345 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/printing/pdf_to_emf_converter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698