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

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

Issue 2516563003: [DevTools] Remove InspectorBackendHostedMode. (Closed)
Patch Set: Created 4 years, 1 month 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/sdk/InspectorBackendHostedMode.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 "dependencies": [ 2 "dependencies": [
3 "common", 3 "common",
4 "host", 4 "host",
5 "platform" 5 "platform"
6 ], 6 ],
7 "extensions": [ 7 "extensions": [
8 { 8 {
9 "type": "setting", 9 "type": "setting",
10 "settingName": "blockedURLs", 10 "settingName": "blockedURLs",
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 { 66 {
67 "type": "setting", 67 "type": "setting",
68 "settingName": "showMetricsRulers", 68 "settingName": "showMetricsRulers",
69 "settingType": "boolean", 69 "settingType": "boolean",
70 "defaultValue": false 70 "defaultValue": false
71 } 71 }
72 ], 72 ],
73 "scripts": [ 73 "scripts": [
74 "InspectorBackend.js", 74 "InspectorBackend.js",
75 "../InspectorBackendCommands.js", 75 "../InspectorBackendCommands.js",
76 "InspectorBackendHostedMode.js",
77 "Target.js", 76 "Target.js",
78 "TargetManager.js", 77 "TargetManager.js",
79 "ApplicationCacheModel.js", 78 "ApplicationCacheModel.js",
80 "Connections.js", 79 "Connections.js",
81 "ConsoleModel.js", 80 "ConsoleModel.js",
82 "ContentProviders.js", 81 "ContentProviders.js",
83 "CookieParser.js", 82 "CookieParser.js",
84 "ProfileTreeModel.js", 83 "ProfileTreeModel.js",
85 "ServerTiming.js", 84 "ServerTiming.js",
86 "CPUProfileDataModel.js", 85 "CPUProfileDataModel.js",
(...skipping 28 matching lines...) Expand all
115 "NetworkRequest.js", 114 "NetworkRequest.js",
116 "PaintProfiler.js", 115 "PaintProfiler.js",
117 "HeapProfilerModel.js", 116 "HeapProfilerModel.js",
118 "../SupportedCSSProperties.js" 117 "../SupportedCSSProperties.js"
119 ], 118 ],
120 "skip_compilation": [ 119 "skip_compilation": [
121 "../InspectorBackendCommands.js", 120 "../InspectorBackendCommands.js",
122 "../SupportedCSSProperties.js" 121 "../SupportedCSSProperties.js"
123 ] 122 ]
124 } 123 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/sdk/InspectorBackendHostedMode.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698