OLD | NEW |
1 # | 1 # |
2 # Copyright (C) 2013 Google Inc. All rights reserved. | 2 # Copyright (C) 2013 Google Inc. All rights reserved. |
3 # | 3 # |
4 # Redistribution and use in source and binary forms, with or without | 4 # Redistribution and use in source and binary forms, with or without |
5 # modification, are permitted provided that the following conditions are | 5 # modification, are permitted provided that the following conditions are |
6 # met: | 6 # met: |
7 # | 7 # |
8 # * Redistributions of source code must retain the above copyright | 8 # * Redistributions of source code must retain the above copyright |
9 # notice, this list of conditions and the following disclaimer. | 9 # notice, this list of conditions and the following disclaimer. |
10 # * Redistributions in binary form must reproduce the above | 10 # * Redistributions in binary form must reproduce the above |
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
90 'front_end/common/StaticContentProvider.js', | 90 'front_end/common/StaticContentProvider.js', |
91 'front_end/common/TextRange.js', | 91 'front_end/common/TextRange.js', |
92 'front_end/common/TextUtils.js', | 92 'front_end/common/TextUtils.js', |
93 'front_end/common/Throttler.js', | 93 'front_end/common/Throttler.js', |
94 'front_end/common/UIString.js', | 94 'front_end/common/UIString.js', |
95 'front_end/common/WebInspector.js', | 95 'front_end/common/WebInspector.js', |
96 'front_end/common/WorkerRuntime.js', | 96 'front_end/common/WorkerRuntime.js', |
97 ], | 97 ], |
98 'devtools_components_js_files': [ | 98 'devtools_components_js_files': [ |
99 'front_end/components/breakpointsList.css', | 99 'front_end/components/breakpointsList.css', |
100 'front_end/components/flameChart.css', | |
101 'front_end/components/helpScreen.css', | |
102 'front_end/components/overviewGrid.css', | |
103 'front_end/components/panelEnablerView.css', | |
104 'front_end/components/CookiesTable.js', | 100 'front_end/components/CookiesTable.js', |
105 'front_end/components/DockController.js', | 101 'front_end/components/DockController.js', |
106 'front_end/components/DOMBreakpointsSidebarPane.js', | 102 'front_end/components/DOMBreakpointsSidebarPane.js', |
107 'front_end/components/DOMPresentationUtils.js', | 103 'front_end/components/DOMPresentationUtils.js', |
108 'front_end/components/Drawer.js', | 104 'front_end/components/Drawer.js', |
109 'front_end/components/ExecutionContextSelector.js', | 105 'front_end/components/ExecutionContextSelector.js', |
110 'front_end/components/FilterBar.js', | |
111 'front_end/components/FilterSuggestionBuilder.js', | |
112 'front_end/components/FlameChart.js', | |
113 'front_end/components/HandlerRegistry.js', | 106 'front_end/components/HandlerRegistry.js', |
114 'front_end/components/HelpScreen.js', | |
115 'front_end/components/InspectElementModeController.js', | 107 'front_end/components/InspectElementModeController.js', |
116 'front_end/components/InspectorView.js', | 108 'front_end/components/InspectorView.js', |
117 'front_end/components/NativeBreakpointsSidebarPane.js', | 109 'front_end/components/NativeBreakpointsSidebarPane.js', |
118 'front_end/components/ObjectPopoverHelper.js', | 110 'front_end/components/ObjectPopoverHelper.js', |
119 'front_end/components/ObjectPropertiesSection.js', | 111 'front_end/components/ObjectPropertiesSection.js', |
120 'front_end/components/OverviewGrid.js', | |
121 'front_end/components/Panel.js', | |
122 'front_end/components/PropertiesSection.js', | |
123 'front_end/components/SearchableView.js', | |
124 'front_end/components/Section.js', | |
125 'front_end/components/ShortcutsScreen.js', | 112 'front_end/components/ShortcutsScreen.js', |
126 'front_end/components/TargetsComboBoxController.js', | 113 'front_end/components/TargetsComboBoxController.js', |
127 'front_end/components/TimelineGrid.js', | |
128 ], | 114 ], |
129 'devtools_host_js_files': [ | 115 'devtools_host_js_files': [ |
130 'front_end/host/InspectorAppHost.js', | 116 'front_end/host/InspectorAppHost.js', |
131 'front_end/host/InspectorFrontendHost.js', | 117 'front_end/host/InspectorFrontendHost.js', |
132 'front_end/host/Platform.js', | 118 'front_end/host/Platform.js', |
133 'front_end/host/UserMetrics.js', | 119 'front_end/host/UserMetrics.js', |
134 ], | 120 ], |
135 'devtools_screencast_js_files': [ | 121 'devtools_screencast_js_files': [ |
136 'front_end/screencast/screencastView.css', | 122 'front_end/screencast/screencastView.css', |
137 'front_end/screencast/ScreencastView.js', | 123 'front_end/screencast/ScreencastView.js', |
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
223 'devtools_toolbox_js_files': [ | 209 'devtools_toolbox_js_files': [ |
224 'front_end/toolbox/responsiveDesignView.css', | 210 'front_end/toolbox/responsiveDesignView.css', |
225 'front_end/toolbox/InspectedPagePlaceholder.js', | 211 'front_end/toolbox/InspectedPagePlaceholder.js', |
226 'front_end/toolbox/MediaQueryInspector.js', | 212 'front_end/toolbox/MediaQueryInspector.js', |
227 'front_end/toolbox/OverridesUI.js', | 213 'front_end/toolbox/OverridesUI.js', |
228 'front_end/toolbox/ResponsiveDesignView.js', | 214 'front_end/toolbox/ResponsiveDesignView.js', |
229 ], | 215 ], |
230 'devtools_ui_js_files': [ | 216 'devtools_ui_js_files': [ |
231 'front_end/ui/dataGrid.css', | 217 'front_end/ui/dataGrid.css', |
232 'front_end/ui/filter.css', | 218 'front_end/ui/filter.css', |
| 219 'front_end/ui/flameChart.css', |
| 220 'front_end/ui/helpScreen.css', |
| 221 'front_end/ui/overviewGrid.css', |
| 222 'front_end/ui/panelEnablerView.css', |
233 'front_end/ui/pieChart.css', | 223 'front_end/ui/pieChart.css', |
234 'front_end/ui/ActionRegistry.js', | 224 'front_end/ui/ActionRegistry.js', |
235 'front_end/ui/Checkbox.js', | 225 'front_end/ui/Checkbox.js', |
236 'front_end/ui/CompletionDictionary.js', | 226 'front_end/ui/CompletionDictionary.js', |
237 'front_end/ui/Context.js', | 227 'front_end/ui/Context.js', |
238 'front_end/ui/ContextMenu.js', | 228 'front_end/ui/ContextMenu.js', |
239 'front_end/ui/DataGrid.js', | 229 'front_end/ui/DataGrid.js', |
240 'front_end/ui/Dialog.js', | 230 'front_end/ui/Dialog.js', |
241 'front_end/ui/DOMSyntaxHighlighter.js', | 231 'front_end/ui/DOMSyntaxHighlighter.js', |
242 'front_end/ui/DropDownMenu.js', | 232 'front_end/ui/DropDownMenu.js', |
243 'front_end/ui/EmptyView.js', | 233 'front_end/ui/EmptyView.js', |
| 234 'front_end/ui/FilterBar.js', |
| 235 'front_end/ui/FlameChart.js', |
244 'front_end/ui/ForwardedInputEventHandler.js', | 236 'front_end/ui/ForwardedInputEventHandler.js', |
| 237 'front_end/ui/HelpScreen.js', |
245 'front_end/ui/InplaceEditor.js', | 238 'front_end/ui/InplaceEditor.js', |
246 'front_end/ui/KeyboardShortcut.js', | 239 'front_end/ui/KeyboardShortcut.js', |
| 240 'front_end/ui/OverviewGrid.js', |
| 241 'front_end/ui/Panel.js', |
247 'front_end/ui/PieChart.js', | 242 'front_end/ui/PieChart.js', |
248 'front_end/ui/Popover.js', | 243 'front_end/ui/Popover.js', |
249 'front_end/ui/ProgressIndicator.js', | 244 'front_end/ui/ProgressIndicator.js', |
250 'front_end/ui/ResizerWidget.js', | 245 'front_end/ui/ResizerWidget.js', |
251 'front_end/ui/RootView.js', | 246 'front_end/ui/RootView.js', |
| 247 'front_end/ui/SearchableView.js', |
| 248 'front_end/ui/Section.js', |
252 'front_end/ui/SettingsUI.js', | 249 'front_end/ui/SettingsUI.js', |
253 'front_end/ui/ShortcutRegistry.js', | 250 'front_end/ui/ShortcutRegistry.js', |
254 'front_end/ui/ShowMoreDataGridNode.js', | 251 'front_end/ui/ShowMoreDataGridNode.js', |
255 'front_end/ui/SidebarPane.js', | 252 'front_end/ui/SidebarPane.js', |
256 'front_end/ui/SidebarTreeElement.js', | 253 'front_end/ui/SidebarTreeElement.js', |
257 'front_end/ui/SoftContextMenu.js', | 254 'front_end/ui/SoftContextMenu.js', |
258 'front_end/ui/SortableDataGrid.js', | 255 'front_end/ui/SortableDataGrid.js', |
259 'front_end/ui/SplitView.js', | 256 'front_end/ui/SplitView.js', |
260 'front_end/ui/StackView.js', | 257 'front_end/ui/StackView.js', |
261 'front_end/ui/StatusBarButton.js', | 258 'front_end/ui/StatusBarButton.js', |
262 'front_end/ui/SuggestBox.js', | 259 'front_end/ui/SuggestBox.js', |
263 'front_end/ui/TabbedPane.js', | 260 'front_end/ui/TabbedPane.js', |
264 'front_end/ui/TextEditor.js', | 261 'front_end/ui/TextEditor.js', |
265 'front_end/ui/TextPrompt.js', | 262 'front_end/ui/TextPrompt.js', |
| 263 'front_end/ui/TimelineGrid.js', |
266 'front_end/ui/UIUtils.js', | 264 'front_end/ui/UIUtils.js', |
267 'front_end/ui/View.js', | 265 'front_end/ui/View.js', |
268 'front_end/ui/ViewportControl.js', | 266 'front_end/ui/ViewportControl.js', |
269 'front_end/ui/ViewportDataGrid.js', | 267 'front_end/ui/ViewportDataGrid.js', |
270 'front_end/ui/ZoomManager.js', | 268 'front_end/ui/ZoomManager.js', |
271 'front_end/ui/treeoutline.js', | 269 'front_end/ui/treeoutline.js', |
272 ], | 270 ], |
273 'devtools_main_js_files': [ | 271 'devtools_main_js_files': [ |
274 'front_end/main/accelerometer.css', | 272 'front_end/main/accelerometer.css', |
275 'front_end/main/overrides.css', | 273 'front_end/main/overrides.css', |
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
400 'devtools_layers_js_files': [ | 398 'devtools_layers_js_files': [ |
401 'front_end/layers/LayerPaintProfilerView.js', | 399 'front_end/layers/LayerPaintProfilerView.js', |
402 'front_end/layers/LayersPanel.js', | 400 'front_end/layers/LayersPanel.js', |
403 ], | 401 ], |
404 'devtools_network_js_files': [ | 402 'devtools_network_js_files': [ |
405 'front_end/network/networkLogView.css', | 403 'front_end/network/networkLogView.css', |
406 'front_end/network/networkPanel.css', | 404 'front_end/network/networkPanel.css', |
407 'front_end/network/requestCookiesView.css', | 405 'front_end/network/requestCookiesView.css', |
408 'front_end/network/requestHeadersView.css', | 406 'front_end/network/requestHeadersView.css', |
409 'front_end/network/webSocketFrameView.css', | 407 'front_end/network/webSocketFrameView.css', |
| 408 'front_end/network/FilterSuggestionBuilder.js', |
410 'front_end/network/NetworkItemView.js', | 409 'front_end/network/NetworkItemView.js', |
411 'front_end/network/NetworkPanel.js', | 410 'front_end/network/NetworkPanel.js', |
412 'front_end/network/RequestCookiesView.js', | 411 'front_end/network/RequestCookiesView.js', |
413 'front_end/network/RequestHeadersView.js', | 412 'front_end/network/RequestHeadersView.js', |
414 'front_end/network/RequestHTMLView.js', | 413 'front_end/network/RequestHTMLView.js', |
415 'front_end/network/RequestJSONView.js', | 414 'front_end/network/RequestJSONView.js', |
416 'front_end/network/RequestPreviewView.js', | 415 'front_end/network/RequestPreviewView.js', |
417 'front_end/network/RequestResponseView.js', | 416 'front_end/network/RequestResponseView.js', |
418 'front_end/network/RequestTimingView.js', | 417 'front_end/network/RequestTimingView.js', |
419 'front_end/network/RequestView.js', | 418 'front_end/network/RequestView.js', |
(...skipping 250 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
670 'front_end/Images/touchCursor.png', | 669 'front_end/Images/touchCursor.png', |
671 'front_end/Images/touchCursor_2x.png', | 670 'front_end/Images/touchCursor_2x.png', |
672 'front_end/Images/transformControls.png', | 671 'front_end/Images/transformControls.png', |
673 'front_end/Images/transformControls_2x.png', | 672 'front_end/Images/transformControls_2x.png', |
674 ], | 673 ], |
675 'devtools_extension_api_files': [ | 674 'devtools_extension_api_files': [ |
676 'front_end/extensions/ExtensionAPI.js', | 675 'front_end/extensions/ExtensionAPI.js', |
677 ], | 676 ], |
678 }, | 677 }, |
679 } | 678 } |
OLD | NEW |