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 183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
194 'devtools_toolbox_bootstrap_js_files': [ | 194 'devtools_toolbox_bootstrap_js_files': [ |
195 'front_end/toolbox_bootstrap/Toolbox.js', | 195 'front_end/toolbox_bootstrap/Toolbox.js', |
196 ], | 196 ], |
197 'devtools_emulation_js_files': [ | 197 'devtools_emulation_js_files': [ |
198 'front_end/emulation/devicesSettingsTab.css', | 198 'front_end/emulation/devicesSettingsTab.css', |
199 'front_end/emulation/deviceModeToolbar.css', | 199 'front_end/emulation/deviceModeToolbar.css', |
200 'front_end/emulation/deviceModeView.css', | 200 'front_end/emulation/deviceModeView.css', |
201 'front_end/emulation/mediaQueryInspector.css', | 201 'front_end/emulation/mediaQueryInspector.css', |
202 'front_end/emulation/sensors.css', | 202 'front_end/emulation/sensors.css', |
203 'front_end/emulation/DeviceModeModel.js', | 203 'front_end/emulation/DeviceModeModel.js', |
| 204 'front_end/emulation/DeviceModeToolbar.js', |
204 'front_end/emulation/DeviceModeView.js', | 205 'front_end/emulation/DeviceModeView.js', |
| 206 'front_end/emulation/DeviceModeWrapper.js', |
205 'front_end/emulation/DeviceOrientation.js', | 207 'front_end/emulation/DeviceOrientation.js', |
206 'front_end/emulation/DevicesSettingsTab.js', | 208 'front_end/emulation/DevicesSettingsTab.js', |
207 'front_end/emulation/EmulatedDevices.js', | 209 'front_end/emulation/EmulatedDevices.js', |
208 'front_end/emulation/Geolocation.js', | 210 'front_end/emulation/Geolocation.js', |
209 'front_end/emulation/InspectedPagePlaceholder.js', | 211 'front_end/emulation/InspectedPagePlaceholder.js', |
210 'front_end/emulation/MediaQueryInspector.js', | 212 'front_end/emulation/MediaQueryInspector.js', |
211 'front_end/emulation/SensorsView.js', | 213 'front_end/emulation/SensorsView.js', |
212 ], | 214 ], |
213 'devtools_ui_js_files': [ | 215 'devtools_ui_js_files': [ |
214 'front_end/ui/checkboxTextLabel.css', | 216 'front_end/ui/checkboxTextLabel.css', |
(...skipping 624 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
839 'front_end/Images/toolbarItemSelected.png', | 841 'front_end/Images/toolbarItemSelected.png', |
840 'front_end/Images/touchCursor.png', | 842 'front_end/Images/touchCursor.png', |
841 'front_end/Images/touchCursor_2x.png', | 843 'front_end/Images/touchCursor_2x.png', |
842 'front_end/Images/updateServiceWorker.svg', | 844 'front_end/Images/updateServiceWorker.svg', |
843 ], | 845 ], |
844 'devtools_extension_api_files': [ | 846 'devtools_extension_api_files': [ |
845 'front_end/extensions/ExtensionAPI.js', | 847 'front_end/extensions/ExtensionAPI.js', |
846 ], | 848 ], |
847 }, | 849 }, |
848 } | 850 } |
OLD | NEW |