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 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
149 'front_end/sdk/DebuggerModel.js', | 149 'front_end/sdk/DebuggerModel.js', |
150 'front_end/sdk/DOMModel.js', | 150 'front_end/sdk/DOMModel.js', |
151 'front_end/sdk/HAREntry.js', | 151 'front_end/sdk/HAREntry.js', |
152 'front_end/sdk/HeapProfilerModel.js', | 152 'front_end/sdk/HeapProfilerModel.js', |
153 'front_end/sdk/InspectorBackend.js', | 153 'front_end/sdk/InspectorBackend.js', |
154 'front_end/sdk/InspectorBackendHostedMode.js', | 154 'front_end/sdk/InspectorBackendHostedMode.js', |
155 'front_end/sdk/NetworkLog.js', | 155 'front_end/sdk/NetworkLog.js', |
156 'front_end/sdk/NetworkManager.js', | 156 'front_end/sdk/NetworkManager.js', |
157 'front_end/sdk/NetworkRequest.js', | 157 'front_end/sdk/NetworkRequest.js', |
158 'front_end/sdk/PaintProfiler.js', | 158 'front_end/sdk/PaintProfiler.js', |
159 'front_end/sdk/ProfileTreeModel.js', | |
160 'front_end/sdk/RemoteObject.js', | 159 'front_end/sdk/RemoteObject.js', |
161 'front_end/sdk/Resource.js', | 160 'front_end/sdk/Resource.js', |
162 'front_end/sdk/ResourceTreeModel.js', | 161 'front_end/sdk/ResourceTreeModel.js', |
163 'front_end/sdk/RuntimeModel.js', | 162 'front_end/sdk/RuntimeModel.js', |
164 'front_end/sdk/Script.js', | 163 'front_end/sdk/Script.js', |
165 'front_end/sdk/ServiceWorkerCacheModel.js', | 164 'front_end/sdk/ServiceWorkerCacheModel.js', |
166 'front_end/sdk/ServiceWorkerManager.js', | 165 'front_end/sdk/ServiceWorkerManager.js', |
167 'front_end/sdk/SourceMap.js', | 166 'front_end/sdk/SourceMap.js', |
168 'front_end/sdk/Target.js', | 167 'front_end/sdk/Target.js', |
169 'front_end/sdk/TargetManager.js', | 168 'front_end/sdk/TargetManager.js', |
(...skipping 689 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
859 'front_end/Images/toolbarResizerVertical.png', | 858 'front_end/Images/toolbarResizerVertical.png', |
860 'front_end/Images/toolbarItemSelected.png', | 859 'front_end/Images/toolbarItemSelected.png', |
861 'front_end/Images/touchCursor.png', | 860 'front_end/Images/touchCursor.png', |
862 'front_end/Images/touchCursor_2x.png', | 861 'front_end/Images/touchCursor_2x.png', |
863 ], | 862 ], |
864 'devtools_extension_api_files': [ | 863 'devtools_extension_api_files': [ |
865 'front_end/extensions/ExtensionAPI.js', | 864 'front_end/extensions/ExtensionAPI.js', |
866 ], | 865 ], |
867 }, | 866 }, |
868 } | 867 } |
OLD | NEW |