| Index: third_party/WebKit/Source/devtools/front_end/emulation/module.json
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/emulation/module.json b/third_party/WebKit/Source/devtools/front_end/emulation/module.json
|
| index a2add88b1b0fc6fbe58ff8e72feb2080f503d652..8e958ad36a9511a8426f5c6623511a4ff278a72b 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/emulation/module.json
|
| +++ b/third_party/WebKit/Source/devtools/front_end/emulation/module.json
|
| @@ -1,47 +1,10 @@
|
| {
|
| "extensions": [
|
| {
|
| - "type": "drawer-view",
|
| - "name": "emulation",
|
| - "title": "Emulation",
|
| - "experiment": "!deviceMode",
|
| - "order": 10,
|
| - "persistence": "closeable",
|
| - "className": "WebInspector.OverridesView"
|
| - },
|
| - {
|
| - "type": "@WebInspector.ToolbarItem.Provider",
|
| - "className": "WebInspector.DeviceModeButtonProvider",
|
| - "condition": "can_dock",
|
| - "experiment": "!deviceMode",
|
| - "order": 1,
|
| - "location": "main-toolbar-left"
|
| - },
|
| - {
|
| - "type": "@WebInspector.ActionDelegate",
|
| - "actionId": "emulation.toggle-device-mode",
|
| - "className": "WebInspector.ToggleDeviceModeActionDelegate",
|
| - "iconClass": "emulation-toolbar-item",
|
| - "title": "Toggle device mode",
|
| - "condition": "can_dock",
|
| - "experiment": "!deviceMode",
|
| - "bindings": [
|
| - {
|
| - "platform": "windows,linux",
|
| - "shortcut": "Shift+Ctrl+M"
|
| - },
|
| - {
|
| - "platform": "mac",
|
| - "shortcut": "Shift+Meta+M"
|
| - }
|
| - ]
|
| - },
|
| - {
|
| "type": "@WebInspector.ActionDelegate",
|
| "actionId": "emulation.toggle-device-mode",
|
| "className": "WebInspector.DeviceModeView.ActionDelegate",
|
| "condition": "can_dock",
|
| - "experiment": "deviceMode",
|
| "title": "Toggle device mode",
|
| "iconClass": "phone-toolbar-item",
|
| "bindings": [
|
| @@ -63,11 +26,6 @@
|
| "order": 1
|
| },
|
| {
|
| - "type": "@WebInspector.Revealer",
|
| - "contextTypes": ["WebInspector.OverridesSupport"],
|
| - "className": "WebInspector.OverridesView.Revealer"
|
| - },
|
| - {
|
| "type": "settings-view",
|
| "name": "devices",
|
| "title": "Devices",
|
| @@ -118,17 +76,12 @@
|
| "ui"
|
| ],
|
| "scripts": [
|
| - "OverridesSupport.js",
|
| "EmulatedDevices.js",
|
| "DevicesSettingsTab.js",
|
| - "DeviceModeButton.js",
|
| "DeviceOrientation.js",
|
| "Geolocation.js",
|
| - "OverridesUI.js",
|
| "InspectedPagePlaceholder.js",
|
| "MediaQueryInspector.js",
|
| - "ResponsiveDesignView.js",
|
| - "OverridesView.js",
|
| "SensorsView.js",
|
| "DeviceModeModel.js",
|
| "DeviceModeView.js"
|
| @@ -138,8 +91,6 @@
|
| "deviceModeToolbar.css",
|
| "deviceModeView.css",
|
| "mediaQueryInspector.css",
|
| - "responsiveDesignView.css",
|
| - "overrides.css",
|
| "sensors.css"
|
| ]
|
| }
|
|
|