summaryrefslogtreecommitdiffstats
path: root/chrome/utility/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/utility/BUILD.gn')
-rw-r--r--chrome/utility/BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/utility/BUILD.gn b/chrome/utility/BUILD.gn
index 4c79e8c5..d70256c 100644
--- a/chrome/utility/BUILD.gn
+++ b/chrome/utility/BUILD.gn
@@ -77,7 +77,7 @@ static_library("utility") {
}
}
- if (enable_printing != 1) {
+ if (printing_mode != 1) {
sources -= [
"printing_handler.cc",
"printing_handler.h",