| 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 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 92 'front_end/ImageView.js', | 92 'front_end/ImageView.js', |
| 93 'front_end/IndexedDBModel.js', | 93 'front_end/IndexedDBModel.js', |
| 94 'front_end/InplaceEditor.js', | 94 'front_end/InplaceEditor.js', |
| 95 'front_end/InplaceFormatterEditorAction.js', | 95 'front_end/InplaceFormatterEditorAction.js', |
| 96 'front_end/InspectElementModeController.js', | 96 'front_end/InspectElementModeController.js', |
| 97 'front_end/InspectedPagePlaceholder.js', | 97 'front_end/InspectedPagePlaceholder.js', |
| 98 'front_end/InspectorBackend.js', | 98 'front_end/InspectorBackend.js', |
| 99 'front_end/InspectorFrontendAPI.js', | 99 'front_end/InspectorFrontendAPI.js', |
| 100 'front_end/InspectorFrontendHostStub.js', | 100 'front_end/InspectorFrontendHostStub.js', |
| 101 'front_end/InspectorView.js', | 101 'front_end/InspectorView.js', |
| 102 'front_end/inspector.js', | |
| 103 'front_end/IsolatedFileSystem.js', | 102 'front_end/IsolatedFileSystem.js', |
| 104 'front_end/IsolatedFileSystemManager.js', | 103 'front_end/IsolatedFileSystemManager.js', |
| 105 'front_end/jsdifflib.js', | 104 'front_end/jsdifflib.js', |
| 106 'front_end/KeyboardShortcut.js', | 105 'front_end/KeyboardShortcut.js', |
| 107 'front_end/Linkifier.js', | 106 'front_end/Linkifier.js', |
| 108 'front_end/LiveEditSupport.js', | 107 'front_end/LiveEditSupport.js', |
| 108 'front_end/Main.js', |
| 109 'front_end/ModuleManager.js', | 109 'front_end/ModuleManager.js', |
| 110 'front_end/NativeBreakpointsSidebarPane.js', | 110 'front_end/NativeBreakpointsSidebarPane.js', |
| 111 'front_end/NetworkManager.js', | 111 'front_end/NetworkManager.js', |
| 112 'front_end/NetworkLog.js', | 112 'front_end/NetworkLog.js', |
| 113 'front_end/NetworkRequest.js', | 113 'front_end/NetworkRequest.js', |
| 114 'front_end/NetworkUISourceCodeProvider.js', | 114 'front_end/NetworkUISourceCodeProvider.js', |
| 115 'front_end/NotificationService.js', | 115 'front_end/NotificationService.js', |
| 116 'front_end/Object.js', | 116 'front_end/Object.js', |
| 117 'front_end/ObjectPopoverHelper.js', | 117 'front_end/ObjectPopoverHelper.js', |
| 118 'front_end/ObjectPropertiesSection.js', | 118 'front_end/ObjectPropertiesSection.js', |
| (...skipping 357 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 476 'front_end/TempStorageSharedWorker.js', | 476 'front_end/TempStorageSharedWorker.js', |
| 477 ], | 477 ], |
| 478 'devtools_script_formatter_worker_js_files': [ | 478 'devtools_script_formatter_worker_js_files': [ |
| 479 'front_end/CSSFormatter.js', | 479 'front_end/CSSFormatter.js', |
| 480 'front_end/JavaScriptFormatter.js', | 480 'front_end/JavaScriptFormatter.js', |
| 481 'front_end/ScriptFormatterWorker.js', | 481 'front_end/ScriptFormatterWorker.js', |
| 482 'front_end/utilities.js', | 482 'front_end/utilities.js', |
| 483 ], | 483 ], |
| 484 }, | 484 }, |
| 485 } | 485 } |
| OLD | NEW |