| Index: chromeos/BUILD.gn
|
| diff --git a/chromeos/BUILD.gn b/chromeos/BUILD.gn
|
| index 95dd7f08c0b5ef260da1510712c59a036ca4d73f..c9fca19e48cbebb444ea9021198041a50eeeddbb 100644
|
| --- a/chromeos/BUILD.gn
|
| +++ b/chromeos/BUILD.gn
|
| @@ -32,7 +32,9 @@ component("chromeos") {
|
| "//base/third_party/dynamic_annotations",
|
| "//components/device_event_log",
|
| "//components/onc",
|
| + "//components/policy/core/common",
|
| "//components/policy/proto",
|
| + "//components/pref_registry",
|
| "//components/prefs",
|
| "//components/proxy_config",
|
| "//components/signin/core/account_id",
|
| @@ -41,6 +43,7 @@ component("chromeos") {
|
| "//crypto:platform",
|
| "//google_apis",
|
| "//net",
|
| + "//skia", # For components/user_manager
|
| "//third_party/icu",
|
| "//third_party/libxml",
|
| "//third_party/protobuf:protobuf_lite",
|
|
|