| Index: chrome/browser/ui/libgtkui/BUILD.gn
|
| diff --git a/chrome/browser/ui/libgtkui/BUILD.gn b/chrome/browser/ui/libgtkui/BUILD.gn
|
| index 4dceffc2fbce1c4ce9584b406aaf50884d931136..41ca1920417e12152ab0f46bf387598e192e5c11 100644
|
| --- a/chrome/browser/ui/libgtkui/BUILD.gn
|
| +++ b/chrome/browser/ui/libgtkui/BUILD.gn
|
| @@ -6,6 +6,7 @@ assert(is_linux, "This file should only be referenced on Linux")
|
|
|
| import("//build/config/features.gni")
|
| import("//build/config/ui.gni")
|
| +import("//printing/features/features.gni")
|
|
|
| # gn orders flags on a target before flags from configs. The default config
|
| # adds -Wall, and these flags have to be after -Wall -- so they need to come
|
|
|