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 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
198 ], | 198 ], |
199 'devtools_ui_js_files': [ | 199 'devtools_ui_js_files': [ |
200 'front_end/ui/ActionRegistry.js', | 200 'front_end/ui/ActionRegistry.js', |
201 'front_end/ui/Checkbox.js', | 201 'front_end/ui/Checkbox.js', |
202 'front_end/ui/CompletionDictionary.js', | 202 'front_end/ui/CompletionDictionary.js', |
203 'front_end/ui/Context.js', | 203 'front_end/ui/Context.js', |
204 'front_end/ui/ContextMenu.js', | 204 'front_end/ui/ContextMenu.js', |
205 'front_end/ui/DataGrid.js', | 205 'front_end/ui/DataGrid.js', |
206 'front_end/ui/Dialog.js', | 206 'front_end/ui/Dialog.js', |
207 'front_end/ui/DOMExtension.js', | 207 'front_end/ui/DOMExtension.js', |
| 208 'front_end/ui/DOMSyntaxHighlighter.js', |
208 'front_end/ui/DropDownMenu.js', | 209 'front_end/ui/DropDownMenu.js', |
209 'front_end/ui/EmptyView.js', | 210 'front_end/ui/EmptyView.js', |
210 'front_end/ui/ForwardedInputEventHandler.js', | 211 'front_end/ui/ForwardedInputEventHandler.js', |
211 'front_end/ui/InplaceEditor.js', | 212 'front_end/ui/InplaceEditor.js', |
212 'front_end/ui/KeyboardShortcut.js', | 213 'front_end/ui/KeyboardShortcut.js', |
213 'front_end/ui/PieChart.js', | 214 'front_end/ui/PieChart.js', |
214 'front_end/ui/Popover.js', | 215 'front_end/ui/Popover.js', |
215 'front_end/ui/ProgressIndicator.js', | 216 'front_end/ui/ProgressIndicator.js', |
216 'front_end/ui/ResizerWidget.js', | 217 'front_end/ui/ResizerWidget.js', |
217 'front_end/ui/RootView.js', | 218 'front_end/ui/RootView.js', |
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
332 'devtools_devices_js_files': [ | 333 'devtools_devices_js_files': [ |
333 'front_end/devices/DevicesView.js', | 334 'front_end/devices/DevicesView.js', |
334 ], | 335 ], |
335 'devtools_documentation_js_files': [ | 336 'devtools_documentation_js_files': [ |
336 'front_end/documentation/DocumentationURLProvider.js', | 337 'front_end/documentation/DocumentationURLProvider.js', |
337 'front_end/documentation/DocumentationView.js', | 338 'front_end/documentation/DocumentationView.js', |
338 'front_end/documentation/JSArticle.js', | 339 'front_end/documentation/JSArticle.js', |
339 'front_end/documentation/WikiParser.js', | 340 'front_end/documentation/WikiParser.js', |
340 ], | 341 ], |
341 'devtools_elements_js_files': [ | 342 'devtools_elements_js_files': [ |
342 'front_end/elements/DOMSyntaxHighlighter.js', | |
343 'front_end/elements/ElementsPanel.js', | 343 'front_end/elements/ElementsPanel.js', |
344 'front_end/elements/ElementsTreeOutline.js', | 344 'front_end/elements/ElementsTreeOutline.js', |
345 'front_end/elements/EventListenersSidebarPane.js', | 345 'front_end/elements/EventListenersSidebarPane.js', |
346 'front_end/elements/MetricsSidebarPane.js', | 346 'front_end/elements/MetricsSidebarPane.js', |
347 'front_end/elements/PlatformFontsSidebarPane.js', | 347 'front_end/elements/PlatformFontsSidebarPane.js', |
348 'front_end/elements/PropertiesSidebarPane.js', | 348 'front_end/elements/PropertiesSidebarPane.js', |
349 'front_end/elements/Spectrum.js', | 349 'front_end/elements/Spectrum.js', |
350 'front_end/elements/StylesSidebarPane.js', | 350 'front_end/elements/StylesSidebarPane.js', |
351 ], | 351 ], |
352 'devtools_extensions_js_files': [ | 352 'devtools_extensions_js_files': [ |
(...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
615 'front_end/Images/thumbHoverHoriz.png', | 615 'front_end/Images/thumbHoverHoriz.png', |
616 'front_end/Images/thumbHoverVert.png', | 616 'front_end/Images/thumbHoverVert.png', |
617 'front_end/Images/thumbVert.png', | 617 'front_end/Images/thumbVert.png', |
618 'front_end/Images/toolbarItemSelected.png', | 618 'front_end/Images/toolbarItemSelected.png', |
619 ], | 619 ], |
620 'devtools_extension_api_files': [ | 620 'devtools_extension_api_files': [ |
621 'front_end/extensions/ExtensionAPI.js', | 621 'front_end/extensions/ExtensionAPI.js', |
622 ], | 622 ], |
623 }, | 623 }, |
624 } | 624 } |
OLD | NEW |