| 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 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 163 'front_end/sdk/NetworkLog.js', | 163 'front_end/sdk/NetworkLog.js', |
| 164 'front_end/sdk/NetworkManager.js', | 164 'front_end/sdk/NetworkManager.js', |
| 165 'front_end/sdk/NetworkRequest.js', | 165 'front_end/sdk/NetworkRequest.js', |
| 166 'front_end/sdk/PaintProfiler.js', | 166 'front_end/sdk/PaintProfiler.js', |
| 167 'front_end/sdk/ProfileTreeModel.js', | 167 'front_end/sdk/ProfileTreeModel.js', |
| 168 'front_end/sdk/RemoteObject.js', | 168 'front_end/sdk/RemoteObject.js', |
| 169 'front_end/sdk/Resource.js', | 169 'front_end/sdk/Resource.js', |
| 170 'front_end/sdk/ResourceTreeModel.js', | 170 'front_end/sdk/ResourceTreeModel.js', |
| 171 'front_end/sdk/RuntimeModel.js', | 171 'front_end/sdk/RuntimeModel.js', |
| 172 'front_end/sdk/Script.js', | 172 'front_end/sdk/Script.js', |
| 173 'front_end/sdk/SecurityOriginManager.js', |
| 173 'front_end/sdk/ServiceWorkerCacheModel.js', | 174 'front_end/sdk/ServiceWorkerCacheModel.js', |
| 174 'front_end/sdk/ServiceWorkerManager.js', | 175 'front_end/sdk/ServiceWorkerManager.js', |
| 175 'front_end/sdk/SourceMap.js', | 176 'front_end/sdk/SourceMap.js', |
| 176 'front_end/sdk/Target.js', | 177 'front_end/sdk/Target.js', |
| 177 'front_end/sdk/TargetManager.js', | 178 'front_end/sdk/TargetManager.js', |
| 178 'front_end/sdk/TracingManager.js', | 179 'front_end/sdk/TracingManager.js', |
| 179 'front_end/sdk/TracingModel.js', | 180 'front_end/sdk/TracingModel.js', |
| 180 'front_end/sdk/WorkerManager.js', | 181 'front_end/sdk/WorkerManager.js', |
| 181 ], | 182 ], |
| 182 'devtools_workspace_js_files': [ | 183 'devtools_workspace_js_files': [ |
| (...skipping 714 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 897 'front_end/Images/toolbarResizerVertical.png', | 898 'front_end/Images/toolbarResizerVertical.png', |
| 898 'front_end/Images/toolbarItemSelected.png', | 899 'front_end/Images/toolbarItemSelected.png', |
| 899 'front_end/Images/touchCursor.png', | 900 'front_end/Images/touchCursor.png', |
| 900 'front_end/Images/touchCursor_2x.png', | 901 'front_end/Images/touchCursor_2x.png', |
| 901 ], | 902 ], |
| 902 'devtools_extension_api_files': [ | 903 'devtools_extension_api_files': [ |
| 903 'front_end/extensions/ExtensionAPI.js', | 904 'front_end/extensions/ExtensionAPI.js', |
| 904 ], | 905 ], |
| 905 }, | 906 }, |
| 906 } | 907 } |
| OLD | NEW |