Chromium Code Reviews| Index: chrome/utility/BUILD.gn |
| diff --git a/chrome/utility/BUILD.gn b/chrome/utility/BUILD.gn |
| index 282dc5b04a0750dbee083cc0531d2530bd1c1f2d..e96ba89946d191adee2f0a37f51b62965b3e2d5e 100644 |
| --- a/chrome/utility/BUILD.gn |
| +++ b/chrome/utility/BUILD.gn |
| @@ -81,7 +81,7 @@ static_library("utility") { |
| } |
| } |
| - if (printing_mode != 1) { |
| + if (printing_mode < 2) { |
| sources -= [ |
| "printing_handler.cc", |
| "printing_handler.h", |