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

Unified Diff: Source/devtools/devtools.gypi

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 | « no previous file | Source/devtools/front_end/components/BreakpointsSidebarPaneBase.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/devtools.gypi
diff --git a/Source/devtools/devtools.gypi b/Source/devtools/devtools.gypi
index 91245bc260cb2e3f134bd8cc93ccf1e4d8253943..a7fcf07fa41dc95af88f7a2e67438216ab6bec08 100644
--- a/Source/devtools/devtools.gypi
+++ b/Source/devtools/devtools.gypi
@@ -105,7 +105,7 @@
'front_end/components/HandlerRegistry.js',
'front_end/components/InspectElementModeController.js',
'front_end/components/InspectorView.js',
- 'front_end/components/NativeBreakpointsSidebarPane.js',
+ 'front_end/components/BreakpointsSidebarPaneBase.js',
'front_end/components/ObjectPopoverHelper.js',
'front_end/components/ObjectPropertiesSection.js',
'front_end/components/ShortcutsScreen.js',
@@ -515,14 +515,15 @@
'front_end/sources/AddSourceMapURLDialog.js',
'front_end/sources/AdvancedSearchView.js',
'front_end/sources/AsyncOperationsSidebarPane.js',
- 'front_end/sources/BreakpointsSidebarPane.js',
'front_end/sources/CallStackSidebarPane.js',
'front_end/sources/CSSSourceFrame.js',
'front_end/sources/EditingLocationHistoryManager.js',
+ 'front_end/sources/EventListenerBreakpointsSidebarPane.js',
'front_end/sources/FileBasedSearchResultsPane.js',
'front_end/sources/FilePathScoreFunction.js',
'front_end/sources/FilteredItemSelectionDialog.js',
'front_end/sources/InplaceFormatterEditorAction.js',
+ 'front_end/sources/JavaScriptBreakpointsSidebarPane.js',
'front_end/sources/JavaScriptCompiler.js',
'front_end/sources/JavaScriptSourceFrame.js',
'front_end/sources/jsdifflib.js',
@@ -543,6 +544,7 @@
'front_end/sources/UISourceCodeFrame.js',
'front_end/sources/WatchExpressionsSidebarPane.js',
'front_end/sources/WorkspaceMappingTip.js',
+ 'front_end/sources/XHRBreakpointsSidebarPane.js',
],
'devtools_temp_storage_shared_worker_js_files': [
'front_end/temp_storage_shared_worker/TempStorageSharedWorker.js',
« no previous file with comments | « no previous file | Source/devtools/front_end/components/BreakpointsSidebarPaneBase.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698