| Index: components/BUILD.gn
|
| diff --git a/components/BUILD.gn b/components/BUILD.gn
|
| index 1f68ae95ed7a2f6d31ee674ca29ed20f49f70352..7c444ba4ee302971f95aa21aee2d260d4a99bcec 100644
|
| --- a/components/BUILD.gn
|
| +++ b/components/BUILD.gn
|
| @@ -4,6 +4,7 @@
|
|
|
| import("//build/config/features.gni")
|
| import("//build/config/ui.gni")
|
| +import("//printing/features/features.gni")
|
| import("//testing/test.gni")
|
| import("//tools/grit/repack.gni")
|
|
|
| @@ -410,6 +411,7 @@ if (!is_ios) {
|
| "//device/geolocation",
|
| "//ipc:test_support",
|
| "//net:test_support",
|
| + "//printing/features",
|
| "//services/service_manager/public/cpp",
|
| "//testing/gmock",
|
| "//testing/gtest",
|
|
|