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

Side by Side Diff: third_party/WebKit/Source/devtools/front_end/sources/module.json

Issue 2712513002: DevTools: extract ObjectUI module from Components (Closed)
Patch Set: fix build.gn Created 3 years, 10 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
OLDNEW
1 { 1 {
2 "extensions": [ 2 "extensions": [
3 { 3 {
4 "type": "view", 4 "type": "view",
5 "location": "panel", 5 "location": "panel",
6 "id": "sources", 6 "id": "sources",
7 "title": "Sources", 7 "title": "Sources",
8 "order": 30, 8 "order": 30,
9 "className": "Sources.SourcesPanel" 9 "className": "Sources.SourcesPanel"
10 }, 10 },
(...skipping 598 matching lines...) Expand 10 before | Expand all | Expand 10 after
609 ], 609 ],
610 "dependencies": [ 610 "dependencies": [
611 "components", 611 "components",
612 "source_frame", 612 "source_frame",
613 "snippets", 613 "snippets",
614 "extensions", 614 "extensions",
615 "persistence", 615 "persistence",
616 "quick_open", 616 "quick_open",
617 "inline_editor", 617 "inline_editor",
618 "color_picker", 618 "color_picker",
619 "event_listeners" 619 "event_listeners",
620 "object_ui"
620 ], 621 ],
621 "scripts": [ 622 "scripts": [
622 "AddSourceMapURLDialog.js", 623 "AddSourceMapURLDialog.js",
623 "CallStackSidebarPane.js", 624 "CallStackSidebarPane.js",
624 "DebuggerPausedMessage.js", 625 "DebuggerPausedMessage.js",
625 "SimpleHistoryManager.js", 626 "SimpleHistoryManager.js",
626 "EditingLocationHistoryManager.js", 627 "EditingLocationHistoryManager.js",
627 "EventListenerBreakpointsSidebarPane.js", 628 "EventListenerBreakpointsSidebarPane.js",
628 "FilePathScoreFunction.js", 629 "FilePathScoreFunction.js",
629 "FilteredUISourceCodeListDelegate.js", 630 "FilteredUISourceCodeListDelegate.js",
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
663 "navigatorView.css", 664 "navigatorView.css",
664 "revisionHistory.css", 665 "revisionHistory.css",
665 "serviceWorkersSidebar.css", 666 "serviceWorkersSidebar.css",
666 "sourcesPanel.css", 667 "sourcesPanel.css",
667 "sourcesSearch.css", 668 "sourcesSearch.css",
668 "sourcesView.css", 669 "sourcesView.css",
669 "threadsSidebarPane.css", 670 "threadsSidebarPane.css",
670 "dialog.css" 671 "dialog.css"
671 ] 672 ]
672 } 673 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698