OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "name": "common", | 3 "name": "common", |
4 "dependencies": [], | 4 "dependencies": [], |
5 "sources": [ | 5 "sources": [ |
6 "modules.js", | 6 "modules.js", |
7 "Color.js", | 7 "Color.js", |
8 "DOMExtension.js", | 8 "DOMExtension.js", |
9 "Geometry.js", | 9 "Geometry.js", |
10 "ModuleManager.js", | 10 "ModuleManager.js", |
(...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
265 "CallStackSidebarPane.js", | 265 "CallStackSidebarPane.js", |
266 "EditingLocationHistoryManager.js", | 266 "EditingLocationHistoryManager.js", |
267 "FilePathScoreFunction.js", | 267 "FilePathScoreFunction.js", |
268 "FilteredItemSelectionDialog.js", | 268 "FilteredItemSelectionDialog.js", |
269 "JavaScriptSourceFrame.js", | 269 "JavaScriptSourceFrame.js", |
270 "NavigatorView.js", | 270 "NavigatorView.js", |
271 "RevisionHistoryView.js", | 271 "RevisionHistoryView.js", |
272 "ScopeChainSidebarPane.js", | 272 "ScopeChainSidebarPane.js", |
273 "ScriptFormatter.js", | 273 "ScriptFormatter.js", |
274 "SimpleHistoryManager.js", | 274 "SimpleHistoryManager.js", |
| 275 "SourcesEditor.js", |
275 "SourcesNavigator.js", | 276 "SourcesNavigator.js", |
276 "SourcesPanel.js", | 277 "SourcesPanel.js", |
277 "SourcesSearchScope.js", | 278 "SourcesSearchScope.js", |
278 "StyleSheetOutlineDialog.js", | 279 "StyleSheetOutlineDialog.js", |
279 "TabbedEditorContainer.js", | 280 "TabbedEditorContainer.js", |
280 "UISourceCodeFrame.js", | 281 "UISourceCodeFrame.js", |
281 "WatchExpressionsSidebarPane.js", | 282 "WatchExpressionsSidebarPane.js", |
282 "WorkersSidebarPane.js", | 283 "WorkersSidebarPane.js", |
283 "ThreadsToolbar.js" | 284 "ThreadsToolbar.js" |
284 ] | 285 ] |
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
449 "extensions", | 450 "extensions", |
450 "settings", | 451 "settings", |
451 "tests", | 452 "tests", |
452 "profiler", | 453 "profiler", |
453 "host_stub", | 454 "host_stub", |
454 "screencast" | 455 "screencast" |
455 ], | 456 ], |
456 "sources": [ "Main.js" ] | 457 "sources": [ "Main.js" ] |
457 } | 458 } |
458 ] | 459 ] |
OLD | NEW |