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

Side by Side Diff: Source/devtools/scripts/frontend_modules.json

Issue 23474010: DevTools: "Jump between editing locations" experiment (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: address @vsevik comments Created 6 years, 11 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "name": "common", 3 "name": "common",
4 "dependencies": [], 4 "dependencies": [],
5 "sources": [ 5 "sources": [
6 "Color.js", 6 "Color.js",
7 "DOMExtension.js", 7 "DOMExtension.js",
8 "Geometry.js", 8 "Geometry.js",
9 "Object.js", 9 "Object.js",
10 "ParsedURL.js", 10 "ParsedURL.js",
11 "Platform.js", 11 "Platform.js",
12 "Progress.js", 12 "Progress.js",
13 "Settings.js", 13 "Settings.js",
14 "SimpleHistoryManager.js",
14 "TextRange.js", 15 "TextRange.js",
15 "UIString.js", 16 "UIString.js",
16 "UserMetrics.js", 17 "UserMetrics.js",
17 "utilities.js" 18 "utilities.js"
18 ] 19 ]
19 }, 20 },
20 { 21 {
21 "name": "sdk", 22 "name": "sdk",
22 "dependencies": ["common"], 23 "dependencies": ["common"],
23 "sources": [ 24 "sources": [
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
214 "WorkerManager.js" 215 "WorkerManager.js"
215 ] 216 ]
216 }, 217 },
217 { 218 {
218 "name": "scripts", 219 "name": "scripts",
219 "dependencies": ["components", "workers"], 220 "dependencies": ["components", "workers"],
220 "sources": [ 221 "sources": [
221 "BreakpointsSidebarPane.js", 222 "BreakpointsSidebarPane.js",
222 "CSSSourceFrame.js", 223 "CSSSourceFrame.js",
223 "CallStackSidebarPane.js", 224 "CallStackSidebarPane.js",
225 "EditingLocationHistoryManager.js",
224 "FilePathScoreFunction.js", 226 "FilePathScoreFunction.js",
225 "FilteredItemSelectionDialog.js", 227 "FilteredItemSelectionDialog.js",
226 "JavaScriptSourceFrame.js", 228 "JavaScriptSourceFrame.js",
227 "NavigatorOverlayController.js", 229 "NavigatorOverlayController.js",
228 "NavigatorView.js", 230 "NavigatorView.js",
229 "RevisionHistoryView.js", 231 "RevisionHistoryView.js",
230 "ScopeChainSidebarPane.js", 232 "ScopeChainSidebarPane.js",
231 "SourcesNavigator.js", 233 "SourcesNavigator.js",
232 "SourcesPanel.js", 234 "SourcesPanel.js",
233 "SourcesPanelDescriptor.js", 235 "SourcesPanelDescriptor.js",
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
363 }, 365 },
364 { 366 {
365 "name": "host_stub", 367 "name": "host_stub",
366 "dependencies": ["components", "profiler", "timeline"], 368 "dependencies": ["components", "profiler", "timeline"],
367 "sources": [ 369 "sources": [
368 "InspectorFrontendAPI.js", 370 "InspectorFrontendAPI.js",
369 "InspectorFrontendHostStub.js" 371 "InspectorFrontendHostStub.js"
370 ] 372 ]
371 } 373 }
372 ] 374 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698