| 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 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 138 'front_end/sdk/CSSStyleModel.js', | 138 'front_end/sdk/CSSStyleModel.js', |
| 139 'front_end/sdk/Database.js', | 139 'front_end/sdk/Database.js', |
| 140 'front_end/sdk/DebuggerModel.js', | 140 'front_end/sdk/DebuggerModel.js', |
| 141 'front_end/sdk/DOMModel.js', | 141 'front_end/sdk/DOMModel.js', |
| 142 'front_end/sdk/DOMStorage.js', | 142 'front_end/sdk/DOMStorage.js', |
| 143 'front_end/sdk/FileSystemModel.js', | 143 'front_end/sdk/FileSystemModel.js', |
| 144 'front_end/sdk/HeapProfilerModel.js', | 144 'front_end/sdk/HeapProfilerModel.js', |
| 145 'front_end/sdk/IndexedDBModel.js', | 145 'front_end/sdk/IndexedDBModel.js', |
| 146 'front_end/sdk/InspectorBackend.js', | 146 'front_end/sdk/InspectorBackend.js', |
| 147 'front_end/sdk/LayerTreeModel.js', | 147 'front_end/sdk/LayerTreeModel.js', |
| 148 'front_end/sdk/Locks.js', | |
| 149 'front_end/sdk/NetworkLog.js', | 148 'front_end/sdk/NetworkLog.js', |
| 150 'front_end/sdk/NetworkManager.js', | 149 'front_end/sdk/NetworkManager.js', |
| 151 'front_end/sdk/NetworkRequest.js', | 150 'front_end/sdk/NetworkRequest.js', |
| 152 'front_end/sdk/OverridesSupport.js', | 151 'front_end/sdk/OverridesSupport.js', |
| 153 'front_end/sdk/PaintProfiler.js', | 152 'front_end/sdk/PaintProfiler.js', |
| 154 'front_end/sdk/PowerProfiler.js', | 153 'front_end/sdk/PowerProfiler.js', |
| 155 'front_end/sdk/RemoteObject.js', | 154 'front_end/sdk/RemoteObject.js', |
| 156 'front_end/sdk/Resource.js', | 155 'front_end/sdk/Resource.js', |
| 157 'front_end/sdk/ResourceTreeModel.js', | 156 'front_end/sdk/ResourceTreeModel.js', |
| 158 'front_end/sdk/RuntimeModel.js', | 157 'front_end/sdk/RuntimeModel.js', |
| (...skipping 501 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 660 'front_end/Images/touchCursor.png', | 659 'front_end/Images/touchCursor.png', |
| 661 'front_end/Images/touchCursor_2x.png', | 660 'front_end/Images/touchCursor_2x.png', |
| 662 'front_end/Images/transformControls.png', | 661 'front_end/Images/transformControls.png', |
| 663 'front_end/Images/transformControls_2x.png', | 662 'front_end/Images/transformControls_2x.png', |
| 664 ], | 663 ], |
| 665 'devtools_extension_api_files': [ | 664 'devtools_extension_api_files': [ |
| 666 'front_end/extensions/ExtensionAPI.js', | 665 'front_end/extensions/ExtensionAPI.js', |
| 667 ], | 666 ], |
| 668 }, | 667 }, |
| 669 } | 668 } |
| OLD | NEW |