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 156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
167 'front_end/SourceFrame.js', | 167 'front_end/SourceFrame.js', |
168 'front_end/SourceMap.js', | 168 'front_end/SourceMap.js', |
169 'front_end/SourceMapping.js', | 169 'front_end/SourceMapping.js', |
170 'front_end/SourcesPanelDescriptor.js', | 170 'front_end/SourcesPanelDescriptor.js', |
171 'front_end/Spectrum.js', | 171 'front_end/Spectrum.js', |
172 'front_end/SplitView.js', | 172 'front_end/SplitView.js', |
173 'front_end/StackView.js', | 173 'front_end/StackView.js', |
174 'front_end/StatusBarButton.js', | 174 'front_end/StatusBarButton.js', |
175 'front_end/StylesSourceMapping.js', | 175 'front_end/StylesSourceMapping.js', |
176 'front_end/SuggestBox.js', | 176 'front_end/SuggestBox.js', |
| 177 'front_end/SuggestionBuilder.js', |
177 'front_end/TabbedPane.js', | 178 'front_end/TabbedPane.js', |
178 'front_end/TempFile.js', | 179 'front_end/TempFile.js', |
179 'front_end/TestController.js', | 180 'front_end/TestController.js', |
180 'front_end/TextEditor.js', | 181 'front_end/TextEditor.js', |
181 'front_end/TextRange.js', | 182 'front_end/TextRange.js', |
182 'front_end/TextPrompt.js', | 183 'front_end/TextPrompt.js', |
183 'front_end/TextUtils.js', | 184 'front_end/TextUtils.js', |
184 'front_end/TimelineGrid.js', | 185 'front_end/TimelineGrid.js', |
185 'front_end/TimelineManager.js', | 186 'front_end/TimelineManager.js', |
186 'front_end/TimelinePanelDescriptor.js', | 187 'front_end/TimelinePanelDescriptor.js', |
(...skipping 292 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
479 ], | 480 ], |
480 'devtools_extension_api_files': [ | 481 'devtools_extension_api_files': [ |
481 'front_end/ExtensionAPI.js', | 482 'front_end/ExtensionAPI.js', |
482 'front_end/DevToolsExtensionAPI.js' | 483 'front_end/DevToolsExtensionAPI.js' |
483 ], | 484 ], |
484 'devtools_temp_storage_shared_worker_js_files': [ | 485 'devtools_temp_storage_shared_worker_js_files': [ |
485 'front_end/TempStorageSharedWorker.js', | 486 'front_end/TempStorageSharedWorker.js', |
486 ], | 487 ], |
487 }, | 488 }, |
488 } | 489 } |
OLD | NEW |