| Index: chrome/common/BUILD.gn
 | 
| diff --git a/chrome/common/BUILD.gn b/chrome/common/BUILD.gn
 | 
| index 03682cd0420c70e3753280477c4356f455bc8f2e..c2310d32ab24d68b5db3c6821555ff89d8c2b8e6 100644
 | 
| --- a/chrome/common/BUILD.gn
 | 
| +++ b/chrome/common/BUILD.gn
 | 
| @@ -222,6 +222,7 @@ static_library("common") {
 | 
|      "//mojo/public/cpp/bindings",
 | 
|      "//net",
 | 
|      "//ppapi/features",
 | 
| +    "//printing/features",
 | 
|      "//skia",
 | 
|      "//third_party/icu",
 | 
|      "//third_party/kasko:kasko_features",
 | 
| @@ -570,6 +571,7 @@ static_library("constants") {
 | 
|    public_deps = [
 | 
|      ":features",
 | 
|      "//content/public/common:result_codes",
 | 
| +    "//printing/features",
 | 
|    ]
 | 
|    deps = [
 | 
|      ":version_header",
 | 
| 
 |