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 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
161 'front_end/SidebarTreeElement.js', | 161 'front_end/SidebarTreeElement.js', |
162 'front_end/SimpleWorkspaceProvider.js', | 162 'front_end/SimpleWorkspaceProvider.js', |
163 'front_end/SnippetStorage.js', | 163 'front_end/SnippetStorage.js', |
164 'front_end/SoftContextMenu.js', | 164 'front_end/SoftContextMenu.js', |
165 'front_end/SourceFrame.js', | 165 'front_end/SourceFrame.js', |
166 'front_end/SourceMap.js', | 166 'front_end/SourceMap.js', |
167 'front_end/SourceMapping.js', | 167 'front_end/SourceMapping.js', |
168 'front_end/SourcesPanelDescriptor.js', | 168 'front_end/SourcesPanelDescriptor.js', |
169 'front_end/Spectrum.js', | 169 'front_end/Spectrum.js', |
170 'front_end/SplitView.js', | 170 'front_end/SplitView.js', |
171 'front_end/StackView.js', | |
172 'front_end/StatusBarButton.js', | 171 'front_end/StatusBarButton.js', |
173 'front_end/StylesSourceMapping.js', | 172 'front_end/StylesSourceMapping.js', |
174 'front_end/SuggestBox.js', | 173 'front_end/SuggestBox.js', |
175 'front_end/TabbedPane.js', | 174 'front_end/TabbedPane.js', |
176 'front_end/TempFile.js', | 175 'front_end/TempFile.js', |
177 'front_end/TestController.js', | 176 'front_end/TestController.js', |
178 'front_end/TextEditor.js', | 177 'front_end/TextEditor.js', |
179 'front_end/TextRange.js', | 178 'front_end/TextRange.js', |
180 'front_end/TextPrompt.js', | 179 'front_end/TextPrompt.js', |
181 'front_end/TextUtils.js', | 180 'front_end/TextUtils.js', |
(...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
462 'front_end/Layers3DView.js', | 461 'front_end/Layers3DView.js', |
463 'front_end/LayerDetailsView.js', | 462 'front_end/LayerDetailsView.js', |
464 'front_end/PaintProfilerView.js', | 463 'front_end/PaintProfilerView.js', |
465 ], | 464 ], |
466 'devtools_extension_api_files': [ | 465 'devtools_extension_api_files': [ |
467 'front_end/ExtensionAPI.js', | 466 'front_end/ExtensionAPI.js', |
468 'front_end/DevToolsExtensionAPI.js' | 467 'front_end/DevToolsExtensionAPI.js' |
469 ], | 468 ], |
470 }, | 469 }, |
471 } | 470 } |
OLD | NEW |