| Index: ash/BUILD.gn
|
| diff --git a/ash/BUILD.gn b/ash/BUILD.gn
|
| index d0216157d654e1c6b6400fdb37214ef7d6a94697..7b78b3268cbd8d9cb64a5bfb71e9841edb26176f 100644
|
| --- a/ash/BUILD.gn
|
| +++ b/ash/BUILD.gn
|
| @@ -855,6 +855,7 @@ component("ash") {
|
| "//base:i18n",
|
| "//base/third_party/dynamic_annotations",
|
| "//cc",
|
| + "//cc/surfaces",
|
| "//chromeos",
|
| "//chromeos:power_manager_proto",
|
| "//components/device_event_log",
|
| @@ -866,6 +867,8 @@ component("ash") {
|
| "//components/user_manager",
|
| "//components/wallpaper",
|
| "//device/bluetooth",
|
| + "//gpu/command_buffer/client",
|
| + "//gpu/command_buffer/client:gles2_interface",
|
| "//media",
|
| "//net",
|
| "//services/preferences/public/cpp",
|
|
|