Index: chrome/common/BUILD.gn |
diff --git a/chrome/common/BUILD.gn b/chrome/common/BUILD.gn |
index 345c5c54a35a9c352f054097d5bf0d478e9644b1..6907952ccc229cfe490f3035c5fef231547b03f6 100644 |
--- a/chrome/common/BUILD.gn |
+++ b/chrome/common/BUILD.gn |
@@ -219,6 +219,7 @@ static_library("common") { |
"//mojo/public/cpp/bindings", |
"//net", |
"//ppapi/features", |
+ "//printing/features", |
"//skia", |
"//third_party/icu", |
"//third_party/kasko:kasko_features", |
@@ -576,6 +577,7 @@ static_library("constants") { |
public_deps = [ |
":features", |
"//content/public/common:result_codes", |
+ "//printing/features", |
] |
deps = [ |
":version_header", |