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

Unified Diff: Source/devtools/front_end/components/module.json

Issue 1144953005: [DevTools] Extracted EventListenersTreeOutline (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 7 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: Source/devtools/front_end/components/module.json
diff --git a/Source/devtools/front_end/components/module.json b/Source/devtools/front_end/components/module.json
index cea3a09464fb0c6ea46f34bacb5f478679aa6dd6..8fc8a5509418a46565c7f0d40cb4b480b16bcc4e 100644
--- a/Source/devtools/front_end/components/module.json
+++ b/Source/devtools/front_end/components/module.json
@@ -32,11 +32,13 @@
"ObjectPopoverHelper.js",
"ObjectPropertiesSection.js",
"RemoteObjectPreviewFormatter.js",
- "ShortcutsScreen.js"
+ "ShortcutsScreen.js",
+ "EventListenersTreeOutline.js"
],
"resources": [
"breakpointsList.css",
"customPreviewSection.css",
+ "eventListenersTreeOutline.css",
"nodeLink.css",
"objectPropertiesSection.css",
"objectValue.css"

Powered by Google App Engine
This is Rietveld 408576698