| 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 736 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 747 'front_end/Images/toolbarButtonGlyphs.png', | 747 'front_end/Images/toolbarButtonGlyphs.png', |
| 748 'front_end/Images/toolbarButtonGlyphs_2x.png', | 748 'front_end/Images/toolbarButtonGlyphs_2x.png', |
| 749 'front_end/Images/toolbarResizerHorizontal.png', | 749 'front_end/Images/toolbarResizerHorizontal.png', |
| 750 'front_end/Images/toolbarResizerVertical.png', | 750 'front_end/Images/toolbarResizerVertical.png', |
| 751 'front_end/Images/thumbActiveHoriz.png', | 751 'front_end/Images/thumbActiveHoriz.png', |
| 752 'front_end/Images/thumbActiveVert.png', | 752 'front_end/Images/thumbActiveVert.png', |
| 753 'front_end/Images/thumbHoriz.png', | 753 'front_end/Images/thumbHoriz.png', |
| 754 'front_end/Images/thumbHoverHoriz.png', | 754 'front_end/Images/thumbHoverHoriz.png', |
| 755 'front_end/Images/thumbHoverVert.png', | 755 'front_end/Images/thumbHoverVert.png', |
| 756 'front_end/Images/thumbVert.png', | 756 'front_end/Images/thumbVert.png', |
| 757 'front_end/Images/toolbarItemSelected.png', | |
| 758 'front_end/Images/touchCursor.png', | 757 'front_end/Images/touchCursor.png', |
| 759 'front_end/Images/touchCursor_2x.png', | 758 'front_end/Images/touchCursor_2x.png', |
| 760 'front_end/Images/updateServiceWorker.svg', | 759 'front_end/Images/updateServiceWorker.svg', |
| 761 ], | 760 ], |
| 762 'devtools_extension_api_files': [ | 761 'devtools_extension_api_files': [ |
| 763 'front_end/extensions/ExtensionAPI.js', | 762 'front_end/extensions/ExtensionAPI.js', |
| 764 ], | 763 ], |
| 765 }, | 764 }, |
| 766 } | 765 } |
| OLD | NEW |