Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(74)

Side by Side Diff: third_party/WebKit/Source/devtools/devtools.gypi

Issue 2229443005: DevTools Security Panel: Use the new security indicators. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add source SVG. Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/Images/securityIcons.png » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/Images/securityIcons.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698