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

Unified Diff: ash/BUILD.gn

Issue 2776543002: Create a unified UIElement interface for Widget, View and Window. (Closed)
Patch Set: . Created 3 years, 8 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
« no previous file with comments | « no previous file | ash/devtools/ash_devtools_css_agent.h » ('j') | ash/devtools/ui_element_delegate.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/BUILD.gn
diff --git a/ash/BUILD.gn b/ash/BUILD.gn
index ec32769a0f015f86e9716657d60468053c3429f5..a4d597facb1794806a61b2956f2ed89909abad06 100644
--- a/ash/BUILD.gn
+++ b/ash/BUILD.gn
@@ -85,6 +85,15 @@ component("ash") {
"devtools/ash_devtools_css_agent.h",
"devtools/ash_devtools_dom_agent.cc",
"devtools/ash_devtools_dom_agent.h",
+ "devtools/ui_element.cc",
+ "devtools/ui_element.h",
+ "devtools/ui_element_delegate.h",
+ "devtools/view_element.cc",
+ "devtools/view_element.h",
+ "devtools/widget_element.cc",
+ "devtools/widget_element.h",
+ "devtools/window_element.cc",
+ "devtools/window_element.h",
"display/cursor_window_controller.cc",
"display/cursor_window_controller.h",
"display/display_animator.h",
« no previous file with comments | « no previous file | ash/devtools/ash_devtools_css_agent.h » ('j') | ash/devtools/ui_element_delegate.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698