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

Unified Diff: components/ui_devtools/views/BUILD.gn

Issue 2959263002: Show corresponding window/widget/view in UIElement tree when clicking on a UI element. (Closed)
Patch Set: set handled for cancelable event mouse click Created 3 years, 5 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 | « components/ui_devtools/protocol.json ('k') | components/ui_devtools/views/ui_devtools_dom_agent.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/ui_devtools/views/BUILD.gn
diff --git a/components/ui_devtools/views/BUILD.gn b/components/ui_devtools/views/BUILD.gn
index 514fadfb17075fe77575d02a7fbfc49ab80c7e9e..a8789416e7847b71c80162c3efa490c5bb7f3852 100644
--- a/components/ui_devtools/views/BUILD.gn
+++ b/components/ui_devtools/views/BUILD.gn
@@ -15,6 +15,8 @@ source_set("views") {
"ui_devtools_css_agent.h",
"ui_devtools_dom_agent.cc",
"ui_devtools_dom_agent.h",
+ "ui_devtools_overlay_agent.cc",
+ "ui_devtools_overlay_agent.h",
"ui_element.cc",
"ui_element.h",
"ui_element_delegate.h",
« no previous file with comments | « components/ui_devtools/protocol.json ('k') | components/ui_devtools/views/ui_devtools_dom_agent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698