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 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
150 'front_end/ShortcutsScreen.js', | 150 'front_end/ShortcutsScreen.js', |
151 'front_end/ShowMoreDataGridNode.js', | 151 'front_end/ShowMoreDataGridNode.js', |
152 'front_end/SidebarPane.js', | 152 'front_end/SidebarPane.js', |
153 'front_end/SidebarTreeElement.js', | 153 'front_end/SidebarTreeElement.js', |
154 'front_end/SimpleWorkspaceProvider.js', | 154 'front_end/SimpleWorkspaceProvider.js', |
155 'front_end/SnippetStorage.js', | 155 'front_end/SnippetStorage.js', |
156 'front_end/SoftContextMenu.js', | 156 'front_end/SoftContextMenu.js', |
157 'front_end/SourceFrame.js', | 157 'front_end/SourceFrame.js', |
158 'front_end/SourceMap.js', | 158 'front_end/SourceMap.js', |
159 'front_end/SourceMapping.js', | 159 'front_end/SourceMapping.js', |
160 'front_end/SourcesEditor.js', | 160 'front_end/SourcesView.js', |
161 'front_end/Spectrum.js', | 161 'front_end/Spectrum.js', |
162 'front_end/SplitView.js', | 162 'front_end/SplitView.js', |
163 'front_end/StackView.js', | 163 'front_end/StackView.js', |
164 'front_end/StatusBarButton.js', | 164 'front_end/StatusBarButton.js', |
165 'front_end/StylesSourceMapping.js', | 165 'front_end/StylesSourceMapping.js', |
166 'front_end/SuggestBox.js', | 166 'front_end/SuggestBox.js', |
167 'front_end/TabbedPane.js', | 167 'front_end/TabbedPane.js', |
168 'front_end/Target.js', | 168 'front_end/Target.js', |
169 'front_end/TempFile.js', | 169 'front_end/TempFile.js', |
170 'front_end/TestController.js', | 170 'front_end/TestController.js', |
(...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
481 'front_end/TempStorageSharedWorker.js', | 481 'front_end/TempStorageSharedWorker.js', |
482 ], | 482 ], |
483 'devtools_script_formatter_worker_js_files': [ | 483 'devtools_script_formatter_worker_js_files': [ |
484 'front_end/CSSFormatter.js', | 484 'front_end/CSSFormatter.js', |
485 'front_end/JavaScriptFormatter.js', | 485 'front_end/JavaScriptFormatter.js', |
486 'front_end/ScriptFormatterWorker.js', | 486 'front_end/ScriptFormatterWorker.js', |
487 'front_end/utilities.js', | 487 'front_end/utilities.js', |
488 ], | 488 ], |
489 }, | 489 }, |
490 } | 490 } |
OLD | NEW |