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