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

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: unused var warning 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.
Lei Zhang 2014/05/20 03:39:29 |internal_pdf| is likely going away this week, FYI
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 1548 matching lines...) Expand 10 before | Expand all | Expand 10 after
2611 }], 2616 }],
2612 ['cld2_is_component!=0', { 2617 ['cld2_is_component!=0', {
2613 'defines': ['CLD2_IS_COMPONENT=1'], 2618 'defines': ['CLD2_IS_COMPONENT=1'],
2614 }], 2619 }],
2615 ['enable_printing==1', { 2620 ['enable_printing==1', {
2616 'defines': ['ENABLE_FULL_PRINTING=1', 'ENABLE_PRINTING=1'], 2621 'defines': ['ENABLE_FULL_PRINTING=1', 'ENABLE_PRINTING=1'],
2617 }], 2622 }],
2618 ['enable_printing==2', { 2623 ['enable_printing==2', {
2619 'defines': ['ENABLE_PRINTING=1'], 2624 'defines': ['ENABLE_PRINTING=1'],
2620 }], 2625 }],
2626 ['win_pdf_metafile_for_printing==1', {
2627 'defines': ['WIN_PDF_METAFILE_FOR_PRINTING=1'],
2628 }],
2621 ['enable_spellcheck==1', { 2629 ['enable_spellcheck==1', {
2622 'defines': ['ENABLE_SPELLCHECK=1'], 2630 'defines': ['ENABLE_SPELLCHECK=1'],
2623 }], 2631 }],
2624 ['enable_captive_portal_detection==1', { 2632 ['enable_captive_portal_detection==1', {
2625 'defines': ['ENABLE_CAPTIVE_PORTAL_DETECTION=1'], 2633 'defines': ['ENABLE_CAPTIVE_PORTAL_DETECTION=1'],
2626 }], 2634 }],
2627 ['enable_app_list==1', { 2635 ['enable_app_list==1', {
2628 'defines': ['ENABLE_APP_LIST=1'], 2636 'defines': ['ENABLE_APP_LIST=1'],
2629 }], 2637 }],
2630 ['enable_settings_app==1', { 2638 ['enable_settings_app==1', {
(...skipping 2650 matching lines...) Expand 10 before | Expand all | Expand 10 after
5281 # settings in target dicts. SYMROOT is a special case, because many other 5289 # settings in target dicts. SYMROOT is a special case, because many other
5282 # Xcode variables depend on it, including variables such as 5290 # Xcode variables depend on it, including variables such as
5283 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something 5291 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something
5284 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the 5292 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the
5285 # files to appear (when present) in the UI as actual files and not red 5293 # files to appear (when present) in the UI as actual files and not red
5286 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, 5294 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR,
5287 # and therefore SYMROOT, needs to be set at the project level. 5295 # and therefore SYMROOT, needs to be set at the project level.
5288 'SYMROOT': '<(DEPTH)/xcodebuild', 5296 'SYMROOT': '<(DEPTH)/xcodebuild',
5289 }, 5297 },
5290 } 5298 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/printing/pdf_to_emf_converter.h » ('j') | chrome/browser/printing/pdf_to_emf_converter.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698