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 219 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
230 'front_end/emulation/DeviceOrientation.js', | 230 'front_end/emulation/DeviceOrientation.js', |
231 'front_end/emulation/DevicesSettingsTab.js', | 231 'front_end/emulation/DevicesSettingsTab.js', |
232 'front_end/emulation/EmulatedDevices.js', | 232 'front_end/emulation/EmulatedDevices.js', |
233 'front_end/emulation/Geolocation.js', | 233 'front_end/emulation/Geolocation.js', |
234 'front_end/emulation/InspectedPagePlaceholder.js', | 234 'front_end/emulation/InspectedPagePlaceholder.js', |
235 'front_end/emulation/MediaQueryInspector.js', | 235 'front_end/emulation/MediaQueryInspector.js', |
236 'front_end/emulation/SensorsView.js', | 236 'front_end/emulation/SensorsView.js', |
237 'front_end/emulation/TouchModel.js', | 237 'front_end/emulation/TouchModel.js', |
238 ], | 238 ], |
239 'devtools_ui_js_files': [ | 239 'devtools_ui_js_files': [ |
| 240 'front_end/ui/bezierSwatch.css', |
240 'front_end/ui/checkboxTextLabel.css', | 241 'front_end/ui/checkboxTextLabel.css', |
241 'front_end/ui/closeButton.css', | 242 'front_end/ui/closeButton.css', |
242 'front_end/ui/colorSwatch.css', | 243 'front_end/ui/colorSwatch.css', |
243 'front_end/ui/dialog.css', | 244 'front_end/ui/dialog.css', |
244 'front_end/ui/dropTarget.css', | 245 'front_end/ui/dropTarget.css', |
245 'front_end/ui/emptyWidget.css', | 246 'front_end/ui/emptyWidget.css', |
246 'front_end/ui/filter.css', | 247 'front_end/ui/filter.css', |
247 'front_end/ui/infobar.css', | 248 'front_end/ui/infobar.css', |
248 'front_end/ui/inspectorCommon.css', | 249 'front_end/ui/inspectorCommon.css', |
249 'front_end/ui/inspectorStyle.css', | 250 'front_end/ui/inspectorStyle.css', |
(...skipping 643 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
893 'front_end/Images/toolbarResizerVertical.png', | 894 'front_end/Images/toolbarResizerVertical.png', |
894 'front_end/Images/toolbarItemSelected.png', | 895 'front_end/Images/toolbarItemSelected.png', |
895 'front_end/Images/touchCursor.png', | 896 'front_end/Images/touchCursor.png', |
896 'front_end/Images/touchCursor_2x.png', | 897 'front_end/Images/touchCursor_2x.png', |
897 ], | 898 ], |
898 'devtools_extension_api_files': [ | 899 'devtools_extension_api_files': [ |
899 'front_end/extensions/ExtensionAPI.js', | 900 'front_end/extensions/ExtensionAPI.js', |
900 ], | 901 ], |
901 }, | 902 }, |
902 } | 903 } |
OLD | NEW |