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 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
163 'front_end/ui/PieChart.js', | 163 'front_end/ui/PieChart.js', |
164 'front_end/ui/Popover.js', | 164 'front_end/ui/Popover.js', |
165 'front_end/ui/ProgressIndicator.js', | 165 'front_end/ui/ProgressIndicator.js', |
166 'front_end/ui/ResizerWidget.js', | 166 'front_end/ui/ResizerWidget.js', |
167 'front_end/ui/SettingsUI.js', | 167 'front_end/ui/SettingsUI.js', |
168 'front_end/ui/SidebarPane.js', | 168 'front_end/ui/SidebarPane.js', |
169 'front_end/ui/SidebarTreeElement.js', | 169 'front_end/ui/SidebarTreeElement.js', |
170 'front_end/ui/ShortcutRegistry.js', | 170 'front_end/ui/ShortcutRegistry.js', |
171 'front_end/ui/ShowMoreDataGridNode.js', | 171 'front_end/ui/ShowMoreDataGridNode.js', |
172 'front_end/ui/SoftContextMenu.js', | 172 'front_end/ui/SoftContextMenu.js', |
| 173 'front_end/ui/SortableDataGrid.js', |
173 'front_end/ui/SplitView.js', | 174 'front_end/ui/SplitView.js', |
174 'front_end/ui/StackView.js', | 175 'front_end/ui/StackView.js', |
175 'front_end/ui/StatusBarButton.js', | 176 'front_end/ui/StatusBarButton.js', |
176 'front_end/ui/SuggestBox.js', | 177 'front_end/ui/SuggestBox.js', |
177 'front_end/ui/TabbedPane.js', | 178 'front_end/ui/TabbedPane.js', |
178 'front_end/ui/TextEditor.js', | 179 'front_end/ui/TextEditor.js', |
179 'front_end/ui/TextPrompt.js', | 180 'front_end/ui/TextPrompt.js', |
180 'front_end/ui/UIUtils.js', | 181 'front_end/ui/UIUtils.js', |
181 'front_end/ui/View.js', | 182 'front_end/ui/View.js', |
182 'front_end/ui/ViewportControl.js', | 183 'front_end/ui/ViewportControl.js', |
(...skipping 386 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
569 'front_end/temp_storage_shared_worker/TempStorageSharedWorker.js', | 570 'front_end/temp_storage_shared_worker/TempStorageSharedWorker.js', |
570 ], | 571 ], |
571 'devtools_script_formatter_worker_js_files': [ | 572 'devtools_script_formatter_worker_js_files': [ |
572 'front_end/script_formatter_worker/CSSFormatter.js', | 573 'front_end/script_formatter_worker/CSSFormatter.js', |
573 'front_end/script_formatter_worker/JavaScriptFormatter.js', | 574 'front_end/script_formatter_worker/JavaScriptFormatter.js', |
574 'front_end/script_formatter_worker/ScriptFormatterWorker.js', | 575 'front_end/script_formatter_worker/ScriptFormatterWorker.js', |
575 'front_end/common/utilities.js', | 576 'front_end/common/utilities.js', |
576 ], | 577 ], |
577 }, | 578 }, |
578 } | 579 } |
OLD | NEW |