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 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
134 'front_end/sdk/CSSStyleModel.js', | 134 'front_end/sdk/CSSStyleModel.js', |
135 'front_end/sdk/Database.js', | 135 'front_end/sdk/Database.js', |
136 'front_end/sdk/DebuggerModel.js', | 136 'front_end/sdk/DebuggerModel.js', |
137 'front_end/sdk/DOMModel.js', | 137 'front_end/sdk/DOMModel.js', |
138 'front_end/sdk/DOMStorage.js', | 138 'front_end/sdk/DOMStorage.js', |
139 'front_end/sdk/FileSystemModel.js', | 139 'front_end/sdk/FileSystemModel.js', |
140 'front_end/sdk/HeapProfilerModel.js', | 140 'front_end/sdk/HeapProfilerModel.js', |
141 'front_end/sdk/IndexedDBModel.js', | 141 'front_end/sdk/IndexedDBModel.js', |
142 'front_end/sdk/InspectorBackend.js', | 142 'front_end/sdk/InspectorBackend.js', |
143 'front_end/sdk/LayerTreeModel.js', | 143 'front_end/sdk/LayerTreeModel.js', |
144 'front_end/sdk/Locks.js', | |
145 'front_end/sdk/NetworkLog.js', | 144 'front_end/sdk/NetworkLog.js', |
146 'front_end/sdk/NetworkManager.js', | 145 'front_end/sdk/NetworkManager.js', |
147 'front_end/sdk/NetworkRequest.js', | 146 'front_end/sdk/NetworkRequest.js', |
148 'front_end/sdk/OverridesSupport.js', | 147 'front_end/sdk/OverridesSupport.js', |
149 'front_end/sdk/PaintProfiler.js', | 148 'front_end/sdk/PaintProfiler.js', |
150 'front_end/sdk/PowerProfiler.js', | 149 'front_end/sdk/PowerProfiler.js', |
151 'front_end/sdk/RemoteObject.js', | 150 'front_end/sdk/RemoteObject.js', |
152 'front_end/sdk/Resource.js', | 151 'front_end/sdk/Resource.js', |
153 'front_end/sdk/ResourceTreeModel.js', | 152 'front_end/sdk/ResourceTreeModel.js', |
154 'front_end/sdk/RuntimeModel.js', | 153 'front_end/sdk/RuntimeModel.js', |
(...skipping 495 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
650 'front_end/Images/touchCursor.png', | 649 'front_end/Images/touchCursor.png', |
651 'front_end/Images/touchCursor_2x.png', | 650 'front_end/Images/touchCursor_2x.png', |
652 'front_end/Images/transformControls.png', | 651 'front_end/Images/transformControls.png', |
653 'front_end/Images/transformControls_2x.png', | 652 'front_end/Images/transformControls_2x.png', |
654 ], | 653 ], |
655 'devtools_extension_api_files': [ | 654 'devtools_extension_api_files': [ |
656 'front_end/extensions/ExtensionAPI.js', | 655 'front_end/extensions/ExtensionAPI.js', |
657 ], | 656 ], |
658 }, | 657 }, |
659 } | 658 } |
OLD | NEW |