| 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 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 78 'front_end/common/TextUtils.js', | 78 'front_end/common/TextUtils.js', |
| 79 'front_end/common/Throttler.js', | 79 'front_end/common/Throttler.js', |
| 80 'front_end/common/UIString.js', | 80 'front_end/common/UIString.js', |
| 81 'front_end/common/WebInspector.js', | 81 'front_end/common/WebInspector.js', |
| 82 'front_end/common/WorkerRuntime.js', | 82 'front_end/common/WorkerRuntime.js', |
| 83 ], | 83 ], |
| 84 'devtools_components_js_files': [ | 84 'devtools_components_js_files': [ |
| 85 'front_end/components/breakpointsList.css', | 85 'front_end/components/breakpointsList.css', |
| 86 'front_end/components/customPreviewSection.css', | 86 'front_end/components/customPreviewSection.css', |
| 87 'front_end/components/domUtils.css', | 87 'front_end/components/domUtils.css', |
| 88 'front_end/components/eventListenersView.css', |
| 88 'front_end/components/networkConditionsSettingsTab.css', | 89 'front_end/components/networkConditionsSettingsTab.css', |
| 89 'front_end/components/objectPropertiesSection.css', | 90 'front_end/components/objectPropertiesSection.css', |
| 90 'front_end/components/objectValue.css', | 91 'front_end/components/objectValue.css', |
| 91 'front_end/components/CustomPreviewSection.js', | 92 'front_end/components/CustomPreviewSection.js', |
| 92 'front_end/components/DataSaverInfobar.js', | 93 'front_end/components/DataSaverInfobar.js', |
| 93 'front_end/components/DockController.js', | 94 'front_end/components/DockController.js', |
| 94 'front_end/components/DOMBreakpointsSidebarPane.js', | 95 'front_end/components/DOMBreakpointsSidebarPane.js', |
| 95 'front_end/components/DOMPresentationUtils.js', | 96 'front_end/components/DOMPresentationUtils.js', |
| 96 'front_end/components/ExecutionContextSelector.js', | 97 'front_end/components/ExecutionContextSelector.js', |
| 97 'front_end/components/ExecutionContextModel.js', | 98 'front_end/components/ExecutionContextModel.js', |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 149 'front_end/sdk/InspectorBackendHostedMode.js', | 150 'front_end/sdk/InspectorBackendHostedMode.js', |
| 150 'front_end/sdk/NetworkLog.js', | 151 'front_end/sdk/NetworkLog.js', |
| 151 'front_end/sdk/NetworkManager.js', | 152 'front_end/sdk/NetworkManager.js', |
| 152 'front_end/sdk/NetworkRequest.js', | 153 'front_end/sdk/NetworkRequest.js', |
| 153 'front_end/sdk/PaintProfiler.js', | 154 'front_end/sdk/PaintProfiler.js', |
| 154 'front_end/sdk/RemoteObject.js', | 155 'front_end/sdk/RemoteObject.js', |
| 155 'front_end/sdk/Resource.js', | 156 'front_end/sdk/Resource.js', |
| 156 'front_end/sdk/ResourceTreeModel.js', | 157 'front_end/sdk/ResourceTreeModel.js', |
| 157 'front_end/sdk/RuntimeModel.js', | 158 'front_end/sdk/RuntimeModel.js', |
| 158 'front_end/sdk/Script.js', | 159 'front_end/sdk/Script.js', |
| 160 'front_end/sdk/ServiceWorkerCacheModel.js', |
| 159 'front_end/sdk/ServiceWorkerManager.js', | 161 'front_end/sdk/ServiceWorkerManager.js', |
| 160 'front_end/sdk/SourceMap.js', | 162 'front_end/sdk/SourceMap.js', |
| 161 'front_end/sdk/Target.js', | 163 'front_end/sdk/Target.js', |
| 162 'front_end/sdk/TracingManager.js', | 164 'front_end/sdk/TracingManager.js', |
| 163 'front_end/sdk/TracingModel.js', | 165 'front_end/sdk/TracingModel.js', |
| 164 'front_end/sdk/WorkerManager.js', | 166 'front_end/sdk/WorkerManager.js', |
| 165 ], | 167 ], |
| 166 'devtools_workspace_js_files': [ | 168 'devtools_workspace_js_files': [ |
| 167 'front_end/workspace/FileManager.js', | 169 'front_end/workspace/FileManager.js', |
| 168 'front_end/workspace/FileSystemMapping.js', | 170 'front_end/workspace/FileSystemMapping.js', |
| (...skipping 688 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 857 'front_end/Images/toolbarItemSelected.png', | 859 'front_end/Images/toolbarItemSelected.png', |
| 858 'front_end/Images/touchCursor.png', | 860 'front_end/Images/touchCursor.png', |
| 859 'front_end/Images/touchCursor_2x.png', | 861 'front_end/Images/touchCursor_2x.png', |
| 860 'front_end/Images/updateServiceWorker.svg', | 862 'front_end/Images/updateServiceWorker.svg', |
| 861 ], | 863 ], |
| 862 'devtools_extension_api_files': [ | 864 'devtools_extension_api_files': [ |
| 863 'front_end/extensions/ExtensionAPI.js', | 865 'front_end/extensions/ExtensionAPI.js', |
| 864 ], | 866 ], |
| 865 }, | 867 }, |
| 866 } | 868 } |
| OLD | NEW |