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

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

Issue 2493373002: DevTools: rename WebInspector into modules. (Closed)
Patch Set: for bots Created 4 years, 1 month 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": "@WebInspector.ActionDelegate", 4 "type": "@UI.ActionDelegate",
5 "actionId": "commandMenu.show", 5 "actionId": "commandMenu.show",
6 "className": "WebInspector.CommandMenu.ShowActionDelegate", 6 "className": "UI.CommandMenu.ShowActionDelegate",
7 "bindings": [ 7 "bindings": [
8 { 8 {
9 "platform": "windows,linux", 9 "platform": "windows,linux",
10 "shortcut": "Ctrl+Shift+P" 10 "shortcut": "Ctrl+Shift+P"
11 }, 11 },
12 { 12 {
13 "platform": "mac", 13 "platform": "mac",
14 "shortcut": "Meta+Shift+P" 14 "shortcut": "Meta+Shift+P"
15 } 15 }
16 ] 16 ]
(...skipping 23 matching lines...) Expand all
40 "resources": [ 40 "resources": [
41 "dataGrid.css", 41 "dataGrid.css",
42 "dialog.css", 42 "dialog.css",
43 "filteredListWidget.css", 43 "filteredListWidget.css",
44 "flameChart.css", 44 "flameChart.css",
45 "overviewGrid.css", 45 "overviewGrid.css",
46 "pieChart.css", 46 "pieChart.css",
47 "timelineGrid.css" 47 "timelineGrid.css"
48 ] 48 ]
49 } 49 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698