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 256 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
267 "CallStackSidebarPane.js", | 267 "CallStackSidebarPane.js", |
268 "EditingLocationHistoryManager.js", | 268 "EditingLocationHistoryManager.js", |
269 "FilePathScoreFunction.js", | 269 "FilePathScoreFunction.js", |
270 "FilteredItemSelectionDialog.js", | 270 "FilteredItemSelectionDialog.js", |
271 "JavaScriptSourceFrame.js", | 271 "JavaScriptSourceFrame.js", |
272 "NavigatorView.js", | 272 "NavigatorView.js", |
273 "RevisionHistoryView.js", | 273 "RevisionHistoryView.js", |
274 "ScopeChainSidebarPane.js", | 274 "ScopeChainSidebarPane.js", |
275 "ScriptFormatter.js", | 275 "ScriptFormatter.js", |
276 "SimpleHistoryManager.js", | 276 "SimpleHistoryManager.js", |
277 "SourcesEditor.js", | 277 "SourcesView.js", |
278 "SourcesNavigator.js", | 278 "SourcesNavigator.js", |
279 "SourcesPanel.js", | 279 "SourcesPanel.js", |
280 "SourcesSearchScope.js", | 280 "SourcesSearchScope.js", |
281 "StyleSheetOutlineDialog.js", | 281 "StyleSheetOutlineDialog.js", |
282 "TabbedEditorContainer.js", | 282 "TabbedEditorContainer.js", |
283 "UISourceCodeFrame.js", | 283 "UISourceCodeFrame.js", |
284 "WatchExpressionsSidebarPane.js", | 284 "WatchExpressionsSidebarPane.js", |
285 "WorkersSidebarPane.js", | 285 "WorkersSidebarPane.js", |
286 "ThreadsToolbar.js" | 286 "ThreadsToolbar.js" |
287 ] | 287 ] |
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
470 "settings", | 470 "settings", |
471 "tests", | 471 "tests", |
472 "profiler", | 472 "profiler", |
473 "host_stub", | 473 "host_stub", |
474 "screencast", | 474 "screencast", |
475 "main" | 475 "main" |
476 ], | 476 ], |
477 "sources": [] | 477 "sources": [] |
478 } | 478 } |
479 ] | 479 ] |
OLD | NEW |