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

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

Issue 988663002: DevTools: extract classes from BreakpointsSidebarPane.js (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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
« no previous file with comments | « Source/devtools/front_end/sources/XHRBreakpointsSidebarPane.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/sources/module.json
diff --git a/Source/devtools/front_end/sources/module.json b/Source/devtools/front_end/sources/module.json
index f8e7f2e9294be53645679839ec2d285c19d91cea..cb14b280f3930f4ae74ea14df7d5188eead779b3 100644
--- a/Source/devtools/front_end/sources/module.json
+++ b/Source/devtools/front_end/sources/module.json
@@ -192,13 +192,14 @@
"UIList.js",
"AddSourceMapURLDialog.js",
"AsyncOperationsSidebarPane.js",
- "BreakpointsSidebarPane.js",
"CallStackSidebarPane.js",
"SimpleHistoryManager.js",
"EditingLocationHistoryManager.js",
+ "EventListenerBreakpointsSidebarPane.js",
"FilePathScoreFunction.js",
"FilteredItemSelectionDialog.js",
"UISourceCodeFrame.js",
+ "JavaScriptBreakpointsSidebarPane.js",
"JavaScriptSourceFrame.js",
"CSSSourceFrame.js",
"NavigatorView.js",
@@ -218,6 +219,7 @@
"SourcesSearchScope.js",
"SourcesPanel.js",
"WorkspaceMappingTip.js",
+ "XHRBreakpointsSidebarPane.js",
"JavaScriptCompiler.js"
],
"skip_compilation": [
« no previous file with comments | « Source/devtools/front_end/sources/XHRBreakpointsSidebarPane.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698