| Index: blimp/client/app/BUILD.gn
|
| diff --git a/blimp/client/app/BUILD.gn b/blimp/client/app/BUILD.gn
|
| index 8da4cb824b2bcd31ab8e8710fab0776520ece758..d0bb9c20d96e17341e1820e8e273aab24dd505da 100644
|
| --- a/blimp/client/app/BUILD.gn
|
| +++ b/blimp/client/app/BUILD.gn
|
| @@ -143,7 +143,10 @@ if (is_linux && !is_chromeos && use_x11) {
|
| "//base",
|
| "//blimp/client/core/compositor",
|
| "//blimp/client/core/session",
|
| + "//blimp/client/core/settings:settings",
|
| "//blimp/net",
|
| + "//components/pref_registry",
|
| + "//components/prefs",
|
| "//net",
|
| "//services/service_manager/public/cpp",
|
|
|
|
|