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

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

Issue 2843763004: [DevTools] Introduce EmulationModel which will encapsulate emulation (Closed)
Patch Set: +throttling 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 "condition": "can_dock", 5 "condition": "can_dock",
6 "className": "Emulation.AdvancedAppProvider", 6 "className": "Emulation.AdvancedAppProvider",
7 "order": 0 7 "order": 0
8 }, 8 },
9 { 9 {
10 "type": "@UI.ActionDelegate", 10 "type": "@UI.ActionDelegate",
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 "bindings", 147 "bindings",
148 "components", 148 "components",
149 "platform", 149 "platform",
150 "ui", 150 "ui",
151 "network_conditions" 151 "network_conditions"
152 ], 152 ],
153 "scripts": [ 153 "scripts": [
154 "AdvancedApp.js", 154 "AdvancedApp.js",
155 "EmulatedDevices.js", 155 "EmulatedDevices.js",
156 "DevicesSettingsTab.js", 156 "DevicesSettingsTab.js",
157 "DeviceOrientation.js",
158 "Geolocation.js",
159 "InspectedPagePlaceholder.js", 157 "InspectedPagePlaceholder.js",
160 "MediaQueryInspector.js", 158 "MediaQueryInspector.js",
161 "SensorsView.js", 159 "SensorsView.js",
162 "TouchModel.js",
163 "DeviceModeModel.js", 160 "DeviceModeModel.js",
164 "DeviceModeToolbar.js", 161 "DeviceModeToolbar.js",
165 "DeviceModeView.js", 162 "DeviceModeView.js",
166 "DeviceModeWrapper.js" 163 "DeviceModeWrapper.js"
167 ], 164 ],
168 "resources": [ 165 "resources": [
169 "devicesSettingsTab.css", 166 "devicesSettingsTab.css",
170 "deviceModeToolbar.css", 167 "deviceModeToolbar.css",
171 "deviceModeView.css", 168 "deviceModeView.css",
172 "inspectedPagePlaceholder.css", 169 "inspectedPagePlaceholder.css",
173 "mediaQueryInspector.css", 170 "mediaQueryInspector.css",
174 "sensors.css" 171 "sensors.css"
175 ] 172 ]
176 } 173 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698