Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8)

Unified Diff: ash/BUILD.gn

Issue 2776543002: Create a unified UIElement interface for Widget, View and Window. (Closed)
Patch Set: . Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",
« no previous file with comments | « no previous file | ash/common/devtools/ash_devtools_css_agent.h » ('j') | ash/common/devtools/ash_devtools_dom_agent.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698