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

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

Issue 1641513003: [DevTools] Split DeviceModeView.js into view, toolbar and wrapper. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@device-mode-cleanup-remove-files
Patch Set: Created 4 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
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/main/Main.js ('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 "extensions": [ 2 "extensions": [
3 { 3 {
4 "type": "@WebInspector.AppProvider", 4 "type": "@WebInspector.AppProvider",
5 "className": "WebInspector.ScreencastAppProvider", 5 "className": "WebInspector.ScreencastAppProvider",
6 "order": 1 6 "order": 1
7 }, 7 },
8 { 8 {
9 "type": "@WebInspector.ToolbarItem.Provider", 9 "type": "@WebInspector.ToolbarItem.Provider",
10 "className": "WebInspector.ScreencastApp.ToolbarButtonProvider", 10 "className": "WebInspector.ScreencastApp.ToolbarButtonProvider",
11 "order": 1, 11 "order": 1,
12 "location": "main-toolbar-left" 12 "location": "main-toolbar-left"
13 }, 13 },
14 { 14 {
15 "type": "@WebInspector.ActionDelegate", 15 "type": "@WebInspector.ActionDelegate",
16 "actionId": "screencast.request-app-banner", 16 "actionId": "screencast.request-app-banner",
17 "className": "WebInspector.ScreencastApp.ActionDelegate", 17 "className": "WebInspector.ScreencastApp.ActionDelegate",
18 "title": "Request app banner" 18 "title": "Request app banner\u2026"
19 }, 19 },
20 { 20 {
21 "type": "context-menu-item", 21 "type": "context-menu-item",
22 "condition": "remoteFrontend", 22 "condition": "remoteFrontend",
23 "location": "mainMenu/tools", 23 "location": "mainMenu/tools",
24 "experiment": "appBanner",
24 "order": 10, 25 "order": 10,
25 "actionId": "screencast.request-app-banner" 26 "actionId": "screencast.request-app-banner"
26 } 27 }
27 ], 28 ],
28 "dependencies": [ 29 "dependencies": [
29 "components" 30 "components"
30 ], 31 ],
31 "scripts": [ 32 "scripts": [
32 "ScreencastApp.js", 33 "ScreencastApp.js",
33 "ScreencastView.js" 34 "ScreencastView.js"
34 ], 35 ],
35 "resources": [ 36 "resources": [
36 "screencastView.css" 37 "screencastView.css"
37 ] 38 ]
38 } 39 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/main/Main.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698