Chromium Code Reviews| Index: chrome/browser/BUILD.gn |
| diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn |
| index 14ed0872730bfef697d2b3758d82fc9a31e5cfca..e1222c3d0f027d63ed8c44101fe4df4a44eecf12 100644 |
| --- a/chrome/browser/BUILD.gn |
| +++ b/chrome/browser/BUILD.gn |
| @@ -418,7 +418,7 @@ static_library("browser") { |
| deps += [ |
| "//printing", |
| ] |
| - if (is_win && win_pdf_metafile_for_printing) { |
| + if (is_win) { |
| sources += rebase_path(gypi_values.chrome_browser_printing_emf_sources, |
| ".", "//chrome") |
| } |