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

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

Issue 449893002: DevTools: Introduce ThreadsSidebar (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix visibility Created 6 years, 4 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 "common/modules.js", 6 "common/modules.js",
7 "common/Color.js", 7 "common/Color.js",
8 "common/Geometry.js", 8 "common/Geometry.js",
9 "common/Console.js", 9 "common/Console.js",
10 "common/NotificationService.js", 10 "common/NotificationService.js",
(...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after
281 "sources/RevisionHistoryView.js", 281 "sources/RevisionHistoryView.js",
282 "sources/ScopeChainSidebarPane.js", 282 "sources/ScopeChainSidebarPane.js",
283 "sources/ScriptFormatter.js", 283 "sources/ScriptFormatter.js",
284 "sources/SimpleHistoryManager.js", 284 "sources/SimpleHistoryManager.js",
285 "sources/SourcesNavigator.js", 285 "sources/SourcesNavigator.js",
286 "sources/SourcesSearchScope.js", 286 "sources/SourcesSearchScope.js",
287 "sources/SourcesPanel.js", 287 "sources/SourcesPanel.js",
288 "sources/SourcesView.js", 288 "sources/SourcesView.js",
289 "sources/StyleSheetOutlineDialog.js", 289 "sources/StyleSheetOutlineDialog.js",
290 "sources/TabbedEditorContainer.js", 290 "sources/TabbedEditorContainer.js",
291 "sources/ThreadsSidebarPane.js",
291 "sources/UISourceCodeFrame.js", 292 "sources/UISourceCodeFrame.js",
292 "sources/WatchExpressionsSidebarPane.js", 293 "sources/WatchExpressionsSidebarPane.js",
293 "sources/WorkersSidebarPane.js" 294 "sources/WorkersSidebarPane.js"
294 ] 295 ]
295 }, 296 },
296 { 297 {
297 "name": "formatter_editor_actions", 298 "name": "formatter_editor_actions",
298 "dependencies": ["sources"], 299 "dependencies": ["sources"],
299 "sources": [ 300 "sources": [
300 "sources/ScriptFormatterEditorAction.js", 301 "sources/ScriptFormatterEditorAction.js",
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after
498 "sources": [] 499 "sources": []
499 }, 500 },
500 { 501 {
501 "name": "documentation", 502 "name": "documentation",
502 "dependencies": [], 503 "dependencies": [],
503 "sources": [ 504 "sources": [
504 "documentation/WikiParser.js" 505 "documentation/WikiParser.js"
505 ] 506 ]
506 } 507 }
507 ] 508 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698