| Index: ash/BUILD.gn
|
| diff --git a/ash/BUILD.gn b/ash/BUILD.gn
|
| index 7a5f5298c92825b991705b6d1e586e77113eacda..b25e1160e23e12e1f18504fb596644e7f7d624a5 100644
|
| --- a/ash/BUILD.gn
|
| +++ b/ash/BUILD.gn
|
| @@ -78,6 +78,8 @@ component("ash") {
|
| "common/cast_config_delegate.h",
|
| "common/default_accessibility_delegate.cc",
|
| "common/default_accessibility_delegate.h",
|
| + "common/devtools/devtools_client_backend.cc",
|
| + "common/devtools/devtools_client_backend.h",
|
| "common/drag_drop/drag_image_view.cc",
|
| "common/drag_drop/drag_image_view.h",
|
| "common/focus_cycler.cc",
|
| @@ -844,6 +846,7 @@ component("ash") {
|
| "//ui/base:ui_data_pack",
|
| "//ui/base/ime",
|
| "//ui/compositor",
|
| + "//ui/devtools",
|
| "//ui/display",
|
| "//ui/display/types",
|
| "//ui/events",
|
|
|