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

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

Issue 1739533005: [DevTools] Add touch to sensors view. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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": "@WebInspector.AppProvider", 4 "type": "@WebInspector.AppProvider",
5 "condition": "can_dock", 5 "condition": "can_dock",
6 "className": "WebInspector.AdvancedAppProvider", 6 "className": "WebInspector.AdvancedAppProvider",
7 "order": 0 7 "order": 0
8 }, 8 },
9 { 9 {
10 "type": "@WebInspector.ActionDelegate", 10 "type": "@WebInspector.ActionDelegate",
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 ], 84 ],
85 "scripts": [ 85 "scripts": [
86 "AdvancedApp.js", 86 "AdvancedApp.js",
87 "EmulatedDevices.js", 87 "EmulatedDevices.js",
88 "DevicesSettingsTab.js", 88 "DevicesSettingsTab.js",
89 "DeviceOrientation.js", 89 "DeviceOrientation.js",
90 "Geolocation.js", 90 "Geolocation.js",
91 "InspectedPagePlaceholder.js", 91 "InspectedPagePlaceholder.js",
92 "MediaQueryInspector.js", 92 "MediaQueryInspector.js",
93 "SensorsView.js", 93 "SensorsView.js",
94 "TouchModel.js",
94 "DeviceModeModel.js", 95 "DeviceModeModel.js",
95 "DeviceModeToolbar.js", 96 "DeviceModeToolbar.js",
96 "DeviceModeView.js", 97 "DeviceModeView.js",
97 "DeviceModeWrapper.js" 98 "DeviceModeWrapper.js"
98 ], 99 ],
99 "resources": [ 100 "resources": [
100 "devicesSettingsTab.css", 101 "devicesSettingsTab.css",
101 "deviceModeToolbar.css", 102 "deviceModeToolbar.css",
102 "deviceModeView.css", 103 "deviceModeView.css",
103 "mediaQueryInspector.css", 104 "mediaQueryInspector.css",
104 "sensors.css" 105 "sensors.css"
105 ] 106 ]
106 } 107 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698