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 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
97 "ContextMenu.js", | 97 "ContextMenu.js", |
98 "CompletionDictionary.js", | 98 "CompletionDictionary.js", |
99 "DataGrid.js", | 99 "DataGrid.js", |
100 "Dialog.js", | 100 "Dialog.js", |
101 "DockController.js", | 101 "DockController.js", |
102 "Drawer.js", | 102 "Drawer.js", |
103 "DropDownMenu.js", | 103 "DropDownMenu.js", |
104 "EmptyView.js", | 104 "EmptyView.js", |
105 "FilterBar.js", | 105 "FilterBar.js", |
106 "FilterSuggestionBuilder.js", | 106 "FilterSuggestionBuilder.js", |
107 "GoToLineDialog.js", | |
108 "HelpScreen.js", | 107 "HelpScreen.js", |
109 "InplaceEditor.js", | 108 "InplaceEditor.js", |
110 "InspectedPagePlaceholder.js", | 109 "InspectedPagePlaceholder.js", |
111 "InspectorView.js", | 110 "InspectorView.js", |
112 "KeyboardShortcut.js", | 111 "KeyboardShortcut.js", |
113 "OverviewGrid.js", | 112 "OverviewGrid.js", |
114 "Panel.js", | 113 "Panel.js", |
115 "Placard.js", | 114 "Placard.js", |
116 "Popover.js", | 115 "Popover.js", |
117 "ProgressIndicator.js", | 116 "ProgressIndicator.js", |
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
172 "name": "screencast", | 171 "name": "screencast", |
173 "dependencies": ["sdk", "ui"], | 172 "dependencies": ["sdk", "ui"], |
174 "sources": [ | 173 "sources": [ |
175 "ScreencastView.js" | 174 "ScreencastView.js" |
176 ] | 175 ] |
177 }, | 176 }, |
178 { | 177 { |
179 "name": "source_frame", | 178 "name": "source_frame", |
180 "dependencies": ["components", "codemirror"], | 179 "dependencies": ["components", "codemirror"], |
181 "sources": [ | 180 "sources": [ |
| 181 "GoToLineDialog.js", |
182 "SourceFrame.js" | 182 "SourceFrame.js" |
183 ] | 183 ] |
184 }, | 184 }, |
185 { | 185 { |
186 "name": "resource_views", | 186 "name": "resource_views", |
187 "dependencies": ["source_frame"], | 187 "dependencies": ["source_frame"], |
188 "sources": [ | 188 "sources": [ |
189 "FontView.js", | 189 "FontView.js", |
190 "ImageView.js", | 190 "ImageView.js", |
191 "ResourceView.js" | 191 "ResourceView.js" |
(...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
449 "extensions", | 449 "extensions", |
450 "settings", | 450 "settings", |
451 "tests", | 451 "tests", |
452 "profiler", | 452 "profiler", |
453 "host_stub", | 453 "host_stub", |
454 "screencast" | 454 "screencast" |
455 ], | 455 ], |
456 "sources": [ "Main.js" ] | 456 "sources": [ "Main.js" ] |
457 } | 457 } |
458 ] | 458 ] |
OLD | NEW |