OLD | NEW |
1 { | 1 { |
2 "dependencies": [ | 2 "dependencies": [ |
3 "common", | 3 "common", |
4 "host", | 4 "host", |
5 "platform" | 5 "platform", |
| 6 "protocol" |
6 ], | 7 ], |
7 "extensions": [ | 8 "extensions": [ |
8 { | 9 { |
9 "type": "setting", | 10 "type": "setting", |
10 "settingName": "blockedURLs", | 11 "settingName": "blockedURLs", |
11 "settingType": "array", | 12 "settingType": "array", |
12 "defaultValue": [] | 13 "defaultValue": [] |
13 }, | 14 }, |
14 { | 15 { |
15 "type": "setting", | 16 "type": "setting", |
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
64 ] | 65 ] |
65 }, | 66 }, |
66 { | 67 { |
67 "type": "setting", | 68 "type": "setting", |
68 "settingName": "showMetricsRulers", | 69 "settingName": "showMetricsRulers", |
69 "settingType": "boolean", | 70 "settingType": "boolean", |
70 "defaultValue": false | 71 "defaultValue": false |
71 } | 72 } |
72 ], | 73 ], |
73 "scripts": [ | 74 "scripts": [ |
74 "InspectorBackend.js", | |
75 "../InspectorBackendCommands.js", | |
76 "Target.js", | 75 "Target.js", |
77 "TargetManager.js", | 76 "TargetManager.js", |
78 "ApplicationCacheModel.js", | 77 "ApplicationCacheModel.js", |
79 "Connections.js", | 78 "Connections.js", |
80 "ConsoleModel.js", | 79 "ConsoleModel.js", |
81 "ContentProviders.js", | 80 "ContentProviders.js", |
82 "CookieParser.js", | 81 "CookieParser.js", |
83 "ProfileTreeModel.js", | 82 "ProfileTreeModel.js", |
84 "ServerTiming.js", | 83 "ServerTiming.js", |
85 "CPUProfileDataModel.js", | 84 "CPUProfileDataModel.js", |
(...skipping 23 matching lines...) Expand all Loading... |
109 "ResourceTreeModel.js", | 108 "ResourceTreeModel.js", |
110 "SecurityOriginManager.js", | 109 "SecurityOriginManager.js", |
111 "SourceMap.js", | 110 "SourceMap.js", |
112 "NetworkManager.js", | 111 "NetworkManager.js", |
113 "NetworkRequest.js", | 112 "NetworkRequest.js", |
114 "PaintProfiler.js", | 113 "PaintProfiler.js", |
115 "HeapProfilerModel.js", | 114 "HeapProfilerModel.js", |
116 "../SupportedCSSProperties.js" | 115 "../SupportedCSSProperties.js" |
117 ], | 116 ], |
118 "skip_compilation": [ | 117 "skip_compilation": [ |
119 "../InspectorBackendCommands.js", | |
120 "../SupportedCSSProperties.js" | 118 "../SupportedCSSProperties.js" |
121 ] | 119 ] |
122 } | 120 } |
OLD | NEW |