| 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 748 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 759 'front_end/Images/resourceDocumentIcon.png', | 759 'front_end/Images/resourceDocumentIcon.png', |
| 760 'front_end/Images/resourceDocumentIconSmall.png', | 760 'front_end/Images/resourceDocumentIconSmall.png', |
| 761 'front_end/Images/resourceJSIcon.png', | 761 'front_end/Images/resourceJSIcon.png', |
| 762 'front_end/Images/resourcePlainIcon.png', | 762 'front_end/Images/resourcePlainIcon.png', |
| 763 'front_end/Images/resourcePlainIconSmall.png', | 763 'front_end/Images/resourcePlainIconSmall.png', |
| 764 'front_end/Images/resourcesTimeGraphIcon.png', | 764 'front_end/Images/resourcesTimeGraphIcon.png', |
| 765 'front_end/Images/responsiveDesign.png', | 765 'front_end/Images/responsiveDesign.png', |
| 766 'front_end/Images/responsiveDesign_2x.png', | 766 'front_end/Images/responsiveDesign_2x.png', |
| 767 'front_end/Images/searchNext.png', | 767 'front_end/Images/searchNext.png', |
| 768 'front_end/Images/searchPrev.png', | 768 'front_end/Images/searchPrev.png', |
| 769 'front_end/Images/securityStateHttp_2x.png', | |
| 770 'front_end/Images/securityStateHttp.png', | |
| 771 'front_end/Images/securityStateInsecure_2x.png', | 769 'front_end/Images/securityStateInsecure_2x.png', |
| 772 'front_end/Images/securityStateInsecure.png', | 770 'front_end/Images/securityStateInsecure.png', |
| 771 'front_end/Images/securityStateNeutral_2x.png', |
| 772 'front_end/Images/securityStateNeutral.png', |
| 773 'front_end/Images/securityStateSecure_2x.png', | 773 'front_end/Images/securityStateSecure_2x.png', |
| 774 'front_end/Images/securityStateSecure.png', | 774 'front_end/Images/securityStateSecure.png', |
| 775 'front_end/Images/securityStateWarning_2x.png', | 775 'front_end/Images/securityStateWarning_2x.png', |
| 776 'front_end/Images/securityStateWarning.png', | 776 'front_end/Images/securityStateWarning.png', |
| 777 'front_end/Images/serviceWorker.svg', | 777 'front_end/Images/serviceWorker.svg', |
| 778 'front_end/Images/sessionStorage.png', | 778 'front_end/Images/sessionStorage.png', |
| 779 'front_end/Images/settingsListRemove.png', | 779 'front_end/Images/settingsListRemove.png', |
| 780 'front_end/Images/settingsListRemove_2x.png', | 780 'front_end/Images/settingsListRemove_2x.png', |
| 781 'front_end/Images/speech.png', | 781 'front_end/Images/speech.png', |
| 782 'front_end/Images/toolbarButtonGlyphs.png', | 782 'front_end/Images/toolbarButtonGlyphs.png', |
| 783 'front_end/Images/toolbarButtonGlyphs_2x.png', | 783 'front_end/Images/toolbarButtonGlyphs_2x.png', |
| 784 'front_end/Images/toolbarResizerHorizontal.png', | 784 'front_end/Images/toolbarResizerHorizontal.png', |
| 785 'front_end/Images/toolbarResizerVertical.png', | 785 'front_end/Images/toolbarResizerVertical.png', |
| 786 'front_end/Images/thumbActiveHoriz.png', | 786 'front_end/Images/thumbActiveHoriz.png', |
| 787 'front_end/Images/thumbActiveVert.png', | 787 'front_end/Images/thumbActiveVert.png', |
| 788 'front_end/Images/thumbHoriz.png', | 788 'front_end/Images/thumbHoriz.png', |
| 789 'front_end/Images/thumbHoverHoriz.png', | 789 'front_end/Images/thumbHoverHoriz.png', |
| 790 'front_end/Images/thumbHoverVert.png', | 790 'front_end/Images/thumbHoverVert.png', |
| 791 'front_end/Images/thumbVert.png', | 791 'front_end/Images/thumbVert.png', |
| 792 'front_end/Images/toolbarItemSelected.png', | 792 'front_end/Images/toolbarItemSelected.png', |
| 793 'front_end/Images/touchCursor.png', | 793 'front_end/Images/touchCursor.png', |
| 794 'front_end/Images/touchCursor_2x.png', | 794 'front_end/Images/touchCursor_2x.png', |
| 795 'front_end/Images/updateServiceWorker.svg', | 795 'front_end/Images/updateServiceWorker.svg', |
| 796 ], | 796 ], |
| 797 'devtools_extension_api_files': [ | 797 'devtools_extension_api_files': [ |
| 798 'front_end/extensions/ExtensionAPI.js', | 798 'front_end/extensions/ExtensionAPI.js', |
| 799 ], | 799 ], |
| 800 }, | 800 }, |
| 801 } | 801 } |
| OLD | NEW |