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

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

Issue 1902283002: DevTools: Update styles for full text search drawer panel (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove unnecessary style rule Created 4 years, 8 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
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 834 matching lines...) Expand 10 before | Expand all | Expand 10 after
845 'front_end/Images/resizeHorizontal_2x.png', 845 'front_end/Images/resizeHorizontal_2x.png',
846 'front_end/Images/resizeVertical.png', 846 'front_end/Images/resizeVertical.png',
847 'front_end/Images/resizeVertical_2x.png', 847 'front_end/Images/resizeVertical_2x.png',
848 'front_end/Images/resourceCSSIcon.png', 848 'front_end/Images/resourceCSSIcon.png',
849 'front_end/Images/resourceDocumentIcon.png', 849 'front_end/Images/resourceDocumentIcon.png',
850 'front_end/Images/resourceDocumentIconSmall.png', 850 'front_end/Images/resourceDocumentIconSmall.png',
851 'front_end/Images/resourceJSIcon.png', 851 'front_end/Images/resourceJSIcon.png',
852 'front_end/Images/resourcePlainIcon.png', 852 'front_end/Images/resourcePlainIcon.png',
853 'front_end/Images/resourcePlainIconSmall.png', 853 'front_end/Images/resourcePlainIconSmall.png',
854 'front_end/Images/resourcesTimeGraphIcon.png', 854 'front_end/Images/resourcesTimeGraphIcon.png',
855 'front_end/Images/search.png',
lushnikov 2016/04/22 19:19:08 Let's put this icon into toolbarButtonGlyphs
luoe 2016/04/23 00:01:57 Done.
856 'front_end/Images/search_2x.png',
855 'front_end/Images/searchNext.png', 857 'front_end/Images/searchNext.png',
856 'front_end/Images/searchPrev.png', 858 'front_end/Images/searchPrev.png',
857 'front_end/Images/securityPropertyInfo.svg', 859 'front_end/Images/securityPropertyInfo.svg',
858 'front_end/Images/securityPropertyInsecure.svg', 860 'front_end/Images/securityPropertyInsecure.svg',
859 'front_end/Images/securityPropertySecure.svg', 861 'front_end/Images/securityPropertySecure.svg',
860 'front_end/Images/securityPropertyWarning.svg', 862 'front_end/Images/securityPropertyWarning.svg',
861 'front_end/Images/securityPropertyUnknown.svg', 863 'front_end/Images/securityPropertyUnknown.svg',
862 'front_end/Images/securityStateInsecure.svg', 864 'front_end/Images/securityStateInsecure.svg',
863 'front_end/Images/securityStateNeutral.svg', 865 'front_end/Images/securityStateNeutral.svg',
864 'front_end/Images/securityStateSecure.svg', 866 'front_end/Images/securityStateSecure.svg',
865 'front_end/Images/serviceWorker.svg', 867 'front_end/Images/serviceWorker.svg',
866 'front_end/Images/sessionStorage.png', 868 'front_end/Images/sessionStorage.png',
867 'front_end/Images/settingsListRemove.png', 869 'front_end/Images/settingsListRemove.png',
868 'front_end/Images/settingsListRemove_2x.png', 870 'front_end/Images/settingsListRemove_2x.png',
869 'front_end/Images/speech.png', 871 'front_end/Images/speech.png',
870 'front_end/Images/toolbarButtonGlyphs.png', 872 'front_end/Images/toolbarButtonGlyphs.png',
871 'front_end/Images/toolbarButtonGlyphs_2x.png', 873 'front_end/Images/toolbarButtonGlyphs_2x.png',
872 'front_end/Images/toolbarResizerHorizontal.png', 874 'front_end/Images/toolbarResizerHorizontal.png',
873 'front_end/Images/toolbarResizerVertical.png', 875 'front_end/Images/toolbarResizerVertical.png',
874 'front_end/Images/toolbarItemSelected.png', 876 'front_end/Images/toolbarItemSelected.png',
875 'front_end/Images/touchCursor.png', 877 'front_end/Images/touchCursor.png',
876 'front_end/Images/touchCursor_2x.png', 878 'front_end/Images/touchCursor_2x.png',
877 ], 879 ],
878 'devtools_extension_api_files': [ 880 'devtools_extension_api_files': [
879 'front_end/extensions/ExtensionAPI.js', 881 'front_end/extensions/ExtensionAPI.js',
880 ], 882 ],
881 }, 883 },
882 } 884 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698