| 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 751 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 762 'front_end/Images/toolbarButtonGlyphs.png', | 762 'front_end/Images/toolbarButtonGlyphs.png', |
| 763 'front_end/Images/toolbarButtonGlyphs_2x.png', | 763 'front_end/Images/toolbarButtonGlyphs_2x.png', |
| 764 'front_end/Images/toolbarResizerHorizontal.png', | 764 'front_end/Images/toolbarResizerHorizontal.png', |
| 765 'front_end/Images/toolbarResizerVertical.png', | 765 'front_end/Images/toolbarResizerVertical.png', |
| 766 'front_end/Images/thumbActiveHoriz.png', | 766 'front_end/Images/thumbActiveHoriz.png', |
| 767 'front_end/Images/thumbActiveVert.png', | 767 'front_end/Images/thumbActiveVert.png', |
| 768 'front_end/Images/thumbHoriz.png', | 768 'front_end/Images/thumbHoriz.png', |
| 769 'front_end/Images/thumbHoverHoriz.png', | 769 'front_end/Images/thumbHoverHoriz.png', |
| 770 'front_end/Images/thumbHoverVert.png', | 770 'front_end/Images/thumbHoverVert.png', |
| 771 'front_end/Images/thumbVert.png', | 771 'front_end/Images/thumbVert.png', |
| 772 'front_end/Images/toolbarItemSelected.png', |
| 772 'front_end/Images/touchCursor.png', | 773 'front_end/Images/touchCursor.png', |
| 773 'front_end/Images/touchCursor_2x.png', | 774 'front_end/Images/touchCursor_2x.png', |
| 774 'front_end/Images/updateServiceWorker.svg', | 775 'front_end/Images/updateServiceWorker.svg', |
| 775 ], | 776 ], |
| 776 'devtools_extension_api_files': [ | 777 'devtools_extension_api_files': [ |
| 777 'front_end/extensions/ExtensionAPI.js', | 778 'front_end/extensions/ExtensionAPI.js', |
| 778 ], | 779 ], |
| 779 }, | 780 }, |
| 780 } | 781 } |
| OLD | NEW |