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 204 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
215 ], | 215 ], |
216 'devtools_ui_js_files': [ | 216 'devtools_ui_js_files': [ |
217 'front_end/ui/dataGrid.css', | 217 'front_end/ui/dataGrid.css', |
218 'front_end/ui/filter.css', | 218 'front_end/ui/filter.css', |
219 'front_end/ui/flameChart.css', | 219 'front_end/ui/flameChart.css', |
220 'front_end/ui/helpScreen.css', | 220 'front_end/ui/helpScreen.css', |
221 'front_end/ui/overviewGrid.css', | 221 'front_end/ui/overviewGrid.css', |
222 'front_end/ui/panelEnablerView.css', | 222 'front_end/ui/panelEnablerView.css', |
223 'front_end/ui/pieChart.css', | 223 'front_end/ui/pieChart.css', |
224 'front_end/ui/ActionRegistry.js', | 224 'front_end/ui/ActionRegistry.js', |
225 'front_end/ui/Checkbox.js', | |
226 'front_end/ui/CompletionDictionary.js', | 225 'front_end/ui/CompletionDictionary.js', |
227 'front_end/ui/Context.js', | 226 'front_end/ui/Context.js', |
228 'front_end/ui/ContextMenu.js', | 227 'front_end/ui/ContextMenu.js', |
229 'front_end/ui/DataGrid.js', | 228 'front_end/ui/DataGrid.js', |
230 'front_end/ui/Dialog.js', | 229 'front_end/ui/Dialog.js', |
231 'front_end/ui/DOMSyntaxHighlighter.js', | 230 'front_end/ui/DOMSyntaxHighlighter.js', |
232 'front_end/ui/DropDownMenu.js', | 231 'front_end/ui/DropDownMenu.js', |
233 'front_end/ui/EmptyView.js', | 232 'front_end/ui/EmptyView.js', |
234 'front_end/ui/FilterBar.js', | 233 'front_end/ui/FilterBar.js', |
235 'front_end/ui/FlameChart.js', | 234 'front_end/ui/FlameChart.js', |
(...skipping 434 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 |