| OLD | NEW |
| 1 { | 1 { |
| 2 "dependencies": [ | 2 "dependencies": [ |
| 3 "platform" | 3 "platform" |
| 4 ], | 4 ], |
| 5 "scripts": [ | 5 "scripts": [ |
| 6 "WebInspector.js", | 6 "WebInspector.js", |
| 7 "Worker.js", | 7 "Worker.js", |
| 8 "TextDictionary.js", | 8 "TextDictionary.js", |
| 9 "Object.js", | 9 "Object.js", |
| 10 "NotificationService.js", | 10 "NotificationService.js", |
| 11 "Color.js", | 11 "Color.js", |
| 12 "Geometry.js", | 12 "Geometry.js", |
| 13 "Console.js", | 13 "Console.js", |
| 14 "ContentProvider.js", | 14 "ContentProvider.js", |
| 15 "ParsedURL.js", | 15 "ParsedURL.js", |
| 16 "Progress.js", | 16 "Progress.js", |
| 17 "ResourceType.js", | 17 "ResourceType.js", |
| 18 "Settings.js", | 18 "Settings.js", |
| 19 "StaticContentProvider.js", | 19 "StaticContentProvider.js", |
| 20 "OutputStream.js", | 20 "OutputStream.js", |
| 21 "SegmentedRange.js", | 21 "SegmentedRange.js", |
| 22 "Text.js", | 22 "Text.js", |
| 23 "TextRange.js", | 23 "TextRange.js", |
| 24 "TextUtils.js", | 24 "TextUtils.js", |
| 25 "Throttler.js", | 25 "Throttler.js", |
| 26 "UIString.js", | 26 "UIString.js", |
| 27 "ModuleExtensionInterfaces.js", | 27 "ModuleExtensionInterfaces.js", |
| 28 "FormatterWorkerPool.js" | 28 "FormatterWorkerPool.js", |
| 29 "BrowserVersionInfo.js" |
| 29 ] | 30 ] |
| 30 } | 31 } |
| OLD | NEW |