| 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 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 160 'front_end/SourceFrame.js', | 160 'front_end/SourceFrame.js', |
| 161 'front_end/SourceMap.js', | 161 'front_end/SourceMap.js', |
| 162 'front_end/SourceMapping.js', | 162 'front_end/SourceMapping.js', |
| 163 'front_end/Spectrum.js', | 163 'front_end/Spectrum.js', |
| 164 'front_end/SplitView.js', | 164 'front_end/SplitView.js', |
| 165 'front_end/StackView.js', | 165 'front_end/StackView.js', |
| 166 'front_end/StatusBarButton.js', | 166 'front_end/StatusBarButton.js', |
| 167 'front_end/StylesSourceMapping.js', | 167 'front_end/StylesSourceMapping.js', |
| 168 'front_end/SuggestBox.js', | 168 'front_end/SuggestBox.js', |
| 169 'front_end/TabbedPane.js', | 169 'front_end/TabbedPane.js', |
| 170 'front_end/Target.js', |
| 170 'front_end/TempFile.js', | 171 'front_end/TempFile.js', |
| 171 'front_end/TestController.js', | 172 'front_end/TestController.js', |
| 172 'front_end/TextEditor.js', | 173 'front_end/TextEditor.js', |
| 173 'front_end/TextRange.js', | 174 'front_end/TextRange.js', |
| 174 'front_end/TextPrompt.js', | 175 'front_end/TextPrompt.js', |
| 175 'front_end/TextUtils.js', | 176 'front_end/TextUtils.js', |
| 176 'front_end/TimelineGrid.js', | 177 'front_end/TimelineGrid.js', |
| 177 'front_end/TimelineManager.js', | 178 'front_end/TimelineManager.js', |
| 178 'front_end/TracingAgent.js', | 179 'front_end/TracingAgent.js', |
| 179 'front_end/treeoutline.js', | 180 'front_end/treeoutline.js', |
| (...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 469 'front_end/TempStorageSharedWorker.js', | 470 'front_end/TempStorageSharedWorker.js', |
| 470 ], | 471 ], |
| 471 'devtools_script_formatter_worker_js_files': [ | 472 'devtools_script_formatter_worker_js_files': [ |
| 472 'front_end/CSSFormatter.js', | 473 'front_end/CSSFormatter.js', |
| 473 'front_end/JavaScriptFormatter.js', | 474 'front_end/JavaScriptFormatter.js', |
| 474 'front_end/ScriptFormatterWorker.js', | 475 'front_end/ScriptFormatterWorker.js', |
| 475 'front_end/utilities.js', | 476 'front_end/utilities.js', |
| 476 ], | 477 ], |
| 477 }, | 478 }, |
| 478 } | 479 } |
| OLD | NEW |