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

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

Issue 2815003002: [DevTools] Split InputModel out of screencast (Closed)
Patch Set: comments addressed Created 3 years, 8 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": "@Common.AppProvider", 4 "type": "@Common.AppProvider",
5 "className": "Screencast.ScreencastAppProvider", 5 "className": "Screencast.ScreencastAppProvider",
6 "order": 1 6 "order": 1
7 }, 7 },
8 { 8 {
9 "type": "@UI.ToolbarItem.Provider", 9 "type": "@UI.ToolbarItem.Provider",
10 "className": "Screencast.ScreencastApp.ToolbarButtonProvider", 10 "className": "Screencast.ScreencastApp.ToolbarButtonProvider",
11 "order": 1, 11 "order": 1,
12 "location": "main-toolbar-left" 12 "location": "main-toolbar-left"
13 }, 13 },
14 { 14 {
15 "type": "context-menu-item", 15 "type": "context-menu-item",
16 "condition": "remoteFrontend", 16 "condition": "remoteFrontend",
17 "location": "mainMenu", 17 "location": "mainMenu",
18 "order": 10, 18 "order": 10,
19 "actionId": "components.request-app-banner" 19 "actionId": "components.request-app-banner"
20 } 20 }
21 ], 21 ],
22 "dependencies": [ 22 "dependencies": [
23 "components", 23 "components",
24 "emulation" 24 "emulation"
25 ], 25 ],
26 "scripts": [ 26 "scripts": [
27 "InputModel.js",
27 "ScreencastApp.js", 28 "ScreencastApp.js",
28 "ScreencastView.js" 29 "ScreencastView.js"
29 ], 30 ],
30 "resources": [ 31 "resources": [
31 "screencastView.css" 32 "screencastView.css"
32 ] 33 ]
33 } 34 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698