| Index: chrome/browser/ui/BUILD.gn
|
| diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
|
| index 7815bf8db9ca4d6842ad194d154e174997f27530..c7102993189e1535d08529f0e4dcff0383d585ac 100644
|
| --- a/chrome/browser/ui/BUILD.gn
|
| +++ b/chrome/browser/ui/BUILD.gn
|
| @@ -9,6 +9,7 @@ import("//build/config/ui.gni")
|
| import("//build/split_static_library.gni")
|
| import("//chrome/common/features.gni")
|
| import("//media/media_options.gni")
|
| +import("//printing/features/features.gni")
|
|
|
| config("ui_warnings") {
|
| if (is_clang) {
|
| @@ -564,6 +565,7 @@ split_static_library("ui") {
|
| "//device/usb",
|
| "//media",
|
| "//net:net_with_v8",
|
| + "//printing/features",
|
| "//services/service_manager/runner/common",
|
| "//skia",
|
| "//storage/browser",
|
|
|