| Index: ash/BUILD.gn
|
| diff --git a/ash/BUILD.gn b/ash/BUILD.gn
|
| index d2cf900b489a979b17c6713d41538b40620b2f7a..0cc22318a8fb592820cd88057d91a0fc1fe36e32 100644
|
| --- a/ash/BUILD.gn
|
| +++ b/ash/BUILD.gn
|
| @@ -79,7 +79,15 @@ component("ash") {
|
| "common/devtools/ash_devtools_css_agent.cc",
|
| "common/devtools/ash_devtools_css_agent.h",
|
| "common/devtools/ash_devtools_dom_agent.cc",
|
| - "common/devtools/ash_devtools_dom_agent.h",
|
| + "common/devtools/ui_element.cc",
|
| + "common/devtools/ui_element.h",
|
| + "common/devtools/ui_element_delegate.h",
|
| + "common/devtools/view_element.cc",
|
| + "common/devtools/view_element.h",
|
| + "common/devtools/widget_element.cc",
|
| + "common/devtools/widget_element.h",
|
| + "common/devtools/window_element.cc",
|
| + "common/devtools/window_element.h",
|
| "common/drag_drop/drag_image_view.cc",
|
| "common/drag_drop/drag_image_view.h",
|
| "common/focus_cycler.cc",
|
|
|