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