| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "name": "common", | 3 "name": "common", |
| 4 "dependencies": [], | 4 "dependencies": [], |
| 5 "sources": [ | 5 "sources": [ |
| 6 "common/modules.js", | 6 "common/modules.js", |
| 7 "common/Color.js", | 7 "common/Color.js", |
| 8 "common/CompletionDictionary.js", | 8 "common/CompletionDictionary.js", |
| 9 "common/DOMExtension.js", | 9 "common/DOMExtension.js", |
| 10 "common/Geometry.js", | 10 "common/Geometry.js", |
| (...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 286 "sources/ScriptFormatter.js", | 286 "sources/ScriptFormatter.js", |
| 287 "sources/SimpleHistoryManager.js", | 287 "sources/SimpleHistoryManager.js", |
| 288 "sources/SourcesView.js", | 288 "sources/SourcesView.js", |
| 289 "sources/SourcesNavigator.js", | 289 "sources/SourcesNavigator.js", |
| 290 "sources/SourcesPanel.js", | 290 "sources/SourcesPanel.js", |
| 291 "sources/StyleSheetOutlineDialog.js", | 291 "sources/StyleSheetOutlineDialog.js", |
| 292 "sources/TabbedEditorContainer.js", | 292 "sources/TabbedEditorContainer.js", |
| 293 "sources/UISourceCodeFrame.js", | 293 "sources/UISourceCodeFrame.js", |
| 294 "sources/WatchExpressionsSidebarPane.js", | 294 "sources/WatchExpressionsSidebarPane.js", |
| 295 "sources/WorkersSidebarPane.js", | 295 "sources/WorkersSidebarPane.js", |
| 296 "sources/ThreadsToolbar.js" | 296 "sources/TargetsToolbar.js" |
| 297 ] | 297 ] |
| 298 }, | 298 }, |
| 299 { | 299 { |
| 300 "name": "formatter_editor_actions", | 300 "name": "formatter_editor_actions", |
| 301 "dependencies": ["sources"], | 301 "dependencies": ["sources"], |
| 302 "sources": [ | 302 "sources": [ |
| 303 "sources/ScriptFormatterEditorAction.js", | 303 "sources/ScriptFormatterEditorAction.js", |
| 304 "sources/InplaceFormatterEditorAction.js" | 304 "sources/InplaceFormatterEditorAction.js" |
| 305 ] | 305 ] |
| 306 }, | 306 }, |
| (...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 498 "settings", | 498 "settings", |
| 499 "tests", | 499 "tests", |
| 500 "profiler", | 500 "profiler", |
| 501 "host_stub", | 501 "host_stub", |
| 502 "screencast", | 502 "screencast", |
| 503 "main" | 503 "main" |
| 504 ], | 504 ], |
| 505 "sources": [] | 505 "sources": [] |
| 506 } | 506 } |
| 507 ] | 507 ] |
| OLD | NEW |