Remove obsolete win_pdf_metafile_for_printing GN flag.
Review URL: https://codereview.chromium.org/1552673002 Cr-Commit-Position: refs/heads/master@{#367364}
This commit is contained in:
@ -173,9 +173,6 @@ enable_task_manager = !is_ios && !is_android
|
||||
|
||||
enable_themes = !is_android && !is_ios
|
||||
|
||||
# TODO(scottmg) remove this when we've fixed printing.
|
||||
win_pdf_metafile_for_printing = true
|
||||
|
||||
# Whether we are using the rlz library or not. Platforms like Android send
|
||||
# rlz codes for searches but do not use the library.
|
||||
enable_rlz_support = is_win || is_mac || is_ios || is_chromeos
|
||||
|
@ -257,7 +257,6 @@ places are noted in the table below.
|
||||
| `use_udev` (0/1) | `use_udev` (true/false) | `//build/config/features.gni` |
|
||||
| `use_x11` (0/1) | `use_x11` (true/false) | `//build/config/ui.gni` |
|
||||
| `use_xi2_mt` (0/1) | `use_xi2_mt` (true/false) | `//build/config/ui.gni` |
|
||||
| `win_pdf_metafile_for_printing` (0/1) | `win_pdf_metafile_for_printing` (true/false) | `//build/config/features.gni` |
|
||||
| `win_use_allocator_shim` (0/1) | | (See "Allocator" below) |
|
||||
|
||||
### Common target conversion
|
||||
|
Reference in New Issue
Block a user