| 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 863 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 874 'front_end/Images/resourceDocumentIcon.png', | 874 'front_end/Images/resourceDocumentIcon.png', |
| 875 'front_end/Images/resourceDocumentIconSmall.png', | 875 'front_end/Images/resourceDocumentIconSmall.png', |
| 876 'front_end/Images/resourceGlyphs.png', | 876 'front_end/Images/resourceGlyphs.png', |
| 877 'front_end/Images/resourceGlyphs_2x.png', | 877 'front_end/Images/resourceGlyphs_2x.png', |
| 878 'front_end/Images/resourceJSIcon.png', | 878 'front_end/Images/resourceJSIcon.png', |
| 879 'front_end/Images/resourcePlainIcon.png', | 879 'front_end/Images/resourcePlainIcon.png', |
| 880 'front_end/Images/resourcePlainIconSmall.png', | 880 'front_end/Images/resourcePlainIconSmall.png', |
| 881 'front_end/Images/resourcesTimeGraphIcon.png', | 881 'front_end/Images/resourcesTimeGraphIcon.png', |
| 882 'front_end/Images/searchNext.png', | 882 'front_end/Images/searchNext.png', |
| 883 'front_end/Images/searchPrev.png', | 883 'front_end/Images/searchPrev.png', |
| 884 'front_end/Images/securityPropertyInfo.svg', | 884 'front_end/Images/securityIcons_2x.png', |
| 885 'front_end/Images/securityPropertyInsecure.svg', | 885 'front_end/Images/securityIcons.png', |
| 886 'front_end/Images/securityPropertySecure.svg', | |
| 887 'front_end/Images/securityPropertyWarning.svg', | |
| 888 'front_end/Images/securityPropertyUnknown.svg', | |
| 889 'front_end/Images/securityStateInsecure.svg', | |
| 890 'front_end/Images/securityStateNeutral.svg', | |
| 891 'front_end/Images/securityStateSecure.svg', | |
| 892 'front_end/Images/settingsListRemove.png', | 886 'front_end/Images/settingsListRemove.png', |
| 893 'front_end/Images/settingsListRemove_2x.png', | 887 'front_end/Images/settingsListRemove_2x.png', |
| 894 'front_end/Images/speech.png', | 888 'front_end/Images/speech.png', |
| 895 'front_end/Images/toolbarButtonGlyphs.png', | 889 'front_end/Images/toolbarButtonGlyphs.png', |
| 896 'front_end/Images/toolbarButtonGlyphs_2x.png', | 890 'front_end/Images/toolbarButtonGlyphs_2x.png', |
| 897 'front_end/Images/toolbarResizerHorizontal.png', | 891 'front_end/Images/toolbarResizerHorizontal.png', |
| 898 'front_end/Images/toolbarResizerVertical.png', | 892 'front_end/Images/toolbarResizerVertical.png', |
| 899 'front_end/Images/toolbarItemSelected.png', | 893 'front_end/Images/toolbarItemSelected.png', |
| 900 'front_end/Images/touchCursor.png', | 894 'front_end/Images/touchCursor.png', |
| 901 'front_end/Images/touchCursor_2x.png', | 895 'front_end/Images/touchCursor_2x.png', |
| 902 ], | 896 ], |
| 903 'devtools_extension_api_files': [ | 897 'devtools_extension_api_files': [ |
| 904 'front_end/extensions/ExtensionAPI.js', | 898 'front_end/extensions/ExtensionAPI.js', |
| 905 ], | 899 ], |
| 906 }, | 900 }, |
| 907 } | 901 } |
| OLD | NEW |