OLD | NEW |
1 { | 1 { |
2 "dependencies": [ | 2 "dependencies": [ |
3 "common", | 3 "common", |
4 "host", | 4 "host", |
5 "platform", | 5 "platform", |
6 "protocol" | 6 "protocol" |
7 ], | 7 ], |
8 "extensions": [ | 8 "extensions": [ |
9 { | 9 { |
10 "type": "setting", | 10 "type": "setting", |
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
113 "value": false, | 113 "value": false, |
114 "title": "Disable request blocking" | 114 "title": "Disable request blocking" |
115 } | 115 } |
116 ] | 116 ] |
117 } | 117 } |
118 ], | 118 ], |
119 "scripts": [ | 119 "scripts": [ |
120 "Target.js", | 120 "Target.js", |
121 "TargetManager.js", | 121 "TargetManager.js", |
122 "Connections.js", | 122 "Connections.js", |
123 "ConsoleModel.js", | |
124 "ContentProviders.js", | 123 "ContentProviders.js", |
125 "CookieModel.js", | 124 "CookieModel.js", |
126 "CookieParser.js", | 125 "CookieParser.js", |
127 "ProfileTreeModel.js", | 126 "ProfileTreeModel.js", |
128 "ServerTiming.js", | 127 "ServerTiming.js", |
129 "CPUProfileDataModel.js", | 128 "CPUProfileDataModel.js", |
130 "CPUProfilerModel.js", | 129 "CPUProfilerModel.js", |
131 "CSSMatchedStyles.js", | 130 "CSSMatchedStyles.js", |
132 "CSSMedia.js", | 131 "CSSMedia.js", |
133 "CSSMetadata.js", | 132 "CSSMetadata.js", |
(...skipping 24 matching lines...) Expand all Loading... |
158 "NetworkRequest.js", | 157 "NetworkRequest.js", |
159 "PaintProfiler.js", | 158 "PaintProfiler.js", |
160 "HeapProfilerModel.js", | 159 "HeapProfilerModel.js", |
161 "../SupportedCSSProperties.js", | 160 "../SupportedCSSProperties.js", |
162 "FilmStripModel.js" | 161 "FilmStripModel.js" |
163 ], | 162 ], |
164 "skip_compilation": [ | 163 "skip_compilation": [ |
165 "../SupportedCSSProperties.js" | 164 "../SupportedCSSProperties.js" |
166 ] | 165 ] |
167 } | 166 } |
OLD | NEW |