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

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

Issue 338283004: DevTools: Use TargetsToolbar instead of ThreadToolbar (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Address vsevik's comments Created 6 years, 6 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
« no previous file with comments | « Source/devtools/front_end/sourcesPanel.css ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/CompletionDictionary.js", 8 "common/CompletionDictionary.js",
9 "common/DOMExtension.js", 9 "common/DOMExtension.js",
10 "common/Geometry.js", 10 "common/Geometry.js",
(...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after
286 "sources/ScriptFormatter.js", 286 "sources/ScriptFormatter.js",
287 "sources/SimpleHistoryManager.js", 287 "sources/SimpleHistoryManager.js",
288 "sources/SourcesView.js", 288 "sources/SourcesView.js",
289 "sources/SourcesNavigator.js", 289 "sources/SourcesNavigator.js",
290 "sources/SourcesPanel.js", 290 "sources/SourcesPanel.js",
291 "sources/StyleSheetOutlineDialog.js", 291 "sources/StyleSheetOutlineDialog.js",
292 "sources/TabbedEditorContainer.js", 292 "sources/TabbedEditorContainer.js",
293 "sources/UISourceCodeFrame.js", 293 "sources/UISourceCodeFrame.js",
294 "sources/WatchExpressionsSidebarPane.js", 294 "sources/WatchExpressionsSidebarPane.js",
295 "sources/WorkersSidebarPane.js", 295 "sources/WorkersSidebarPane.js",
296 "sources/ThreadsToolbar.js" 296 "sources/TargetsToolbar.js"
297 ] 297 ]
298 }, 298 },
299 { 299 {
300 "name": "formatter_editor_actions", 300 "name": "formatter_editor_actions",
301 "dependencies": ["sources"], 301 "dependencies": ["sources"],
302 "sources": [ 302 "sources": [
303 "sources/ScriptFormatterEditorAction.js", 303 "sources/ScriptFormatterEditorAction.js",
304 "sources/InplaceFormatterEditorAction.js" 304 "sources/InplaceFormatterEditorAction.js"
305 ] 305 ]
306 }, 306 },
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
499 "settings", 499 "settings",
500 "tests", 500 "tests",
501 "profiler", 501 "profiler",
502 "host_stub", 502 "host_stub",
503 "screencast", 503 "screencast",
504 "main" 504 "main"
505 ], 505 ],
506 "sources": [] 506 "sources": []
507 } 507 }
508 ] 508 ]
OLDNEW
« no previous file with comments | « Source/devtools/front_end/sourcesPanel.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698