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

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

Issue 2672983002: [DevTools] Separate ScreenCaptureModel out of ResourceTreeModel. (Closed)
Patch Set: rebased 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": "@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 ], 25 ],
25 "scripts": [ 26 "scripts": [
26 "ScreencastApp.js", 27 "ScreencastApp.js",
27 "ScreencastView.js" 28 "ScreencastView.js"
28 ], 29 ],
29 "resources": [ 30 "resources": [
30 "screencastView.css" 31 "screencastView.css"
31 ] 32 ]
32 } 33 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698