| 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 242 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 253 'front_end/ui/inspectorSyntaxHighlightDark.css', | 253 'front_end/ui/inspectorSyntaxHighlightDark.css', |
| 254 'front_end/ui/inspectorViewTabbedPane.css', | 254 'front_end/ui/inspectorViewTabbedPane.css', |
| 255 'front_end/ui/listWidget.css', | 255 'front_end/ui/listWidget.css', |
| 256 'front_end/ui/panelEnablerView.css', | 256 'front_end/ui/panelEnablerView.css', |
| 257 'front_end/ui/popover.css', | 257 'front_end/ui/popover.css', |
| 258 'front_end/ui/progressIndicator.css', | 258 'front_end/ui/progressIndicator.css', |
| 259 'front_end/ui/radioButton.css', | 259 'front_end/ui/radioButton.css', |
| 260 'front_end/ui/reportView.css', | 260 'front_end/ui/reportView.css', |
| 261 'front_end/ui/searchableView.css', | 261 'front_end/ui/searchableView.css', |
| 262 'front_end/ui/softContextMenu.css', | 262 'front_end/ui/softContextMenu.css', |
| 263 'front_end/ui/smallBubble.css', |
| 263 'front_end/ui/smallIcon.css', | 264 'front_end/ui/smallIcon.css', |
| 264 'front_end/ui/splitWidget.css', | 265 'front_end/ui/splitWidget.css', |
| 265 'front_end/ui/toolbar.css', | 266 'front_end/ui/toolbar.css', |
| 266 'front_end/ui/tooltip.css', | 267 'front_end/ui/tooltip.css', |
| 267 'front_end/ui/suggestBox.css', | 268 'front_end/ui/suggestBox.css', |
| 268 'front_end/ui/tabbedPane.css', | 269 'front_end/ui/tabbedPane.css', |
| 269 'front_end/ui/textButton.css', | 270 'front_end/ui/textButton.css', |
| 270 'front_end/ui/textPrompt.css', | 271 'front_end/ui/textPrompt.css', |
| 271 'front_end/ui/treeoutline.css', | 272 'front_end/ui/treeoutline.css', |
| 272 'front_end/ui/viewContainers.css', | 273 'front_end/ui/viewContainers.css', |
| (...skipping 625 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 898 'front_end/Images/toolbarResizerVertical.png', | 899 'front_end/Images/toolbarResizerVertical.png', |
| 899 'front_end/Images/toolbarItemSelected.png', | 900 'front_end/Images/toolbarItemSelected.png', |
| 900 'front_end/Images/touchCursor.png', | 901 'front_end/Images/touchCursor.png', |
| 901 'front_end/Images/touchCursor_2x.png', | 902 'front_end/Images/touchCursor_2x.png', |
| 902 ], | 903 ], |
| 903 'devtools_extension_api_files': [ | 904 'devtools_extension_api_files': [ |
| 904 'front_end/extensions/ExtensionAPI.js', | 905 'front_end/extensions/ExtensionAPI.js', |
| 905 ], | 906 ], |
| 906 }, | 907 }, |
| 907 } | 908 } |
| OLD | NEW |