| 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 196 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 207 'front_end/emulation/DeviceModeToolbar.js', | 207 'front_end/emulation/DeviceModeToolbar.js', |
| 208 'front_end/emulation/DeviceModeView.js', | 208 'front_end/emulation/DeviceModeView.js', |
| 209 'front_end/emulation/DeviceModeWrapper.js', | 209 'front_end/emulation/DeviceModeWrapper.js', |
| 210 'front_end/emulation/DeviceOrientation.js', | 210 'front_end/emulation/DeviceOrientation.js', |
| 211 'front_end/emulation/DevicesSettingsTab.js', | 211 'front_end/emulation/DevicesSettingsTab.js', |
| 212 'front_end/emulation/EmulatedDevices.js', | 212 'front_end/emulation/EmulatedDevices.js', |
| 213 'front_end/emulation/Geolocation.js', | 213 'front_end/emulation/Geolocation.js', |
| 214 'front_end/emulation/InspectedPagePlaceholder.js', | 214 'front_end/emulation/InspectedPagePlaceholder.js', |
| 215 'front_end/emulation/MediaQueryInspector.js', | 215 'front_end/emulation/MediaQueryInspector.js', |
| 216 'front_end/emulation/SensorsView.js', | 216 'front_end/emulation/SensorsView.js', |
| 217 'front_end/emulation/TouchModel.js', |
| 217 ], | 218 ], |
| 218 'devtools_ui_js_files': [ | 219 'devtools_ui_js_files': [ |
| 219 'front_end/ui/checkboxTextLabel.css', | 220 'front_end/ui/checkboxTextLabel.css', |
| 220 'front_end/ui/closeButton.css', | 221 'front_end/ui/closeButton.css', |
| 221 'front_end/ui/colorSwatch.css', | 222 'front_end/ui/colorSwatch.css', |
| 222 'front_end/ui/dialog.css', | 223 'front_end/ui/dialog.css', |
| 223 'front_end/ui/dropTarget.css', | 224 'front_end/ui/dropTarget.css', |
| 224 'front_end/ui/emptyWidget.css', | 225 'front_end/ui/emptyWidget.css', |
| 225 'front_end/ui/filter.css', | 226 'front_end/ui/filter.css', |
| 226 'front_end/ui/infobar.css', | 227 'front_end/ui/infobar.css', |
| (...skipping 613 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 840 'front_end/Images/toolbarItemSelected.png', | 841 'front_end/Images/toolbarItemSelected.png', |
| 841 'front_end/Images/touchCursor.png', | 842 'front_end/Images/touchCursor.png', |
| 842 'front_end/Images/touchCursor_2x.png', | 843 'front_end/Images/touchCursor_2x.png', |
| 843 'front_end/Images/updateServiceWorker.svg', | 844 'front_end/Images/updateServiceWorker.svg', |
| 844 ], | 845 ], |
| 845 'devtools_extension_api_files': [ | 846 'devtools_extension_api_files': [ |
| 846 'front_end/extensions/ExtensionAPI.js', | 847 'front_end/extensions/ExtensionAPI.js', |
| 847 ], | 848 ], |
| 848 }, | 849 }, |
| 849 } | 850 } |
| OLD | NEW |