| 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 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 178 'front_end/UISourceCode.js', | 178 'front_end/UISourceCode.js', |
| 179 'front_end/UIString.js', | 179 'front_end/UIString.js', |
| 180 'front_end/UIUtils.js', | 180 'front_end/UIUtils.js', |
| 181 'front_end/UserMetrics.js', | 181 'front_end/UserMetrics.js', |
| 182 'front_end/utilities.js', | 182 'front_end/utilities.js', |
| 183 'front_end/View.js', | 183 'front_end/View.js', |
| 184 'front_end/ViewportControl.js', | 184 'front_end/ViewportControl.js', |
| 185 'front_end/WebInspector.js', | 185 'front_end/WebInspector.js', |
| 186 'front_end/WorkerManager.js', | 186 'front_end/WorkerManager.js', |
| 187 'front_end/WorkerFrontendManager.js', | 187 'front_end/WorkerFrontendManager.js', |
| 188 'front_end/WorkerTargetManager.js', |
| 188 'front_end/Workspace.js', | 189 'front_end/Workspace.js', |
| 189 'front_end/WorkspaceController.js', | 190 'front_end/WorkspaceController.js', |
| 190 'front_end/ZoomManager.js', | 191 'front_end/ZoomManager.js', |
| 191 'front_end/dialog.css', | 192 'front_end/dialog.css', |
| 192 'front_end/inspector.css', | 193 'front_end/inspector.css', |
| 193 'front_end/tabbedPane.css', | 194 'front_end/tabbedPane.css', |
| 194 'front_end/inspectorSyntaxHighlight.css', | 195 'front_end/inspectorSyntaxHighlight.css', |
| 195 'front_end/modules.js', | 196 'front_end/modules.js', |
| 196 'front_end/popover.css', | 197 'front_end/popover.css', |
| 197 '<@(devtools_modules_js_files)', | 198 '<@(devtools_modules_js_files)', |
| (...skipping 278 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 476 'front_end/TempStorageSharedWorker.js', | 477 'front_end/TempStorageSharedWorker.js', |
| 477 ], | 478 ], |
| 478 'devtools_script_formatter_worker_js_files': [ | 479 'devtools_script_formatter_worker_js_files': [ |
| 479 'front_end/CSSFormatter.js', | 480 'front_end/CSSFormatter.js', |
| 480 'front_end/JavaScriptFormatter.js', | 481 'front_end/JavaScriptFormatter.js', |
| 481 'front_end/ScriptFormatterWorker.js', | 482 'front_end/ScriptFormatterWorker.js', |
| 482 'front_end/utilities.js', | 483 'front_end/utilities.js', |
| 483 ], | 484 ], |
| 484 }, | 485 }, |
| 485 } | 486 } |
| OLD | NEW |