OLD | NEW |
---|---|
1 { | 1 { |
2 "dependencies": [ | 2 "dependencies": [ |
3 "common", | 3 "common", |
4 "host", | 4 "host", |
5 "languages", | |
pfeldman
2015/08/13 21:15:47
So you don't really want this.
wes
2015/08/14 00:55:05
I can see why now - yeah.
| |
5 "platform" | 6 "platform" |
6 ], | 7 ], |
7 "extensions": [ | 8 "extensions": [ |
8 { | 9 { |
9 "type": "setting", | 10 "type": "setting", |
10 "settingName": "skipStackFramesPattern", | 11 "settingName": "skipStackFramesPattern", |
11 "settingType": "regex", | 12 "settingType": "regex", |
12 "defaultValue": "" | 13 "defaultValue": "" |
13 }, | 14 }, |
14 { | 15 { |
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
69 "NetworkRequest.js", | 70 "NetworkRequest.js", |
70 "PaintProfiler.js", | 71 "PaintProfiler.js", |
71 "HeapProfilerModel.js", | 72 "HeapProfilerModel.js", |
72 "../SupportedCSSProperties.js" | 73 "../SupportedCSSProperties.js" |
73 ], | 74 ], |
74 "skip_compilation": [ | 75 "skip_compilation": [ |
75 "../InspectorBackendCommands.js", | 76 "../InspectorBackendCommands.js", |
76 "../SupportedCSSProperties.js" | 77 "../SupportedCSSProperties.js" |
77 ] | 78 ] |
78 } | 79 } |
OLD | NEW |