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

Unified Diff: Source/devtools/devtools.gypi

Issue 1300093002: Change security panel overview to support neutral icons. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Optimize .png files. Created 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/devtools/front_end/Images/securityStateHttp.png » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/devtools.gypi
diff --git a/Source/devtools/devtools.gypi b/Source/devtools/devtools.gypi
index f521bd3338695c712cf51bf29876d34d05681439..f91192c21bfadb093c51e4122b22f88d4355596f 100644
--- a/Source/devtools/devtools.gypi
+++ b/Source/devtools/devtools.gypi
@@ -766,10 +766,10 @@
'front_end/Images/responsiveDesign_2x.png',
'front_end/Images/searchNext.png',
'front_end/Images/searchPrev.png',
- 'front_end/Images/securityStateHttp_2x.png',
- 'front_end/Images/securityStateHttp.png',
'front_end/Images/securityStateInsecure_2x.png',
'front_end/Images/securityStateInsecure.png',
+ 'front_end/Images/securityStateNeutral_2x.png',
+ 'front_end/Images/securityStateNeutral.png',
'front_end/Images/securityStateSecure_2x.png',
'front_end/Images/securityStateSecure.png',
'front_end/Images/securityStateWarning_2x.png',
« no previous file with comments | « no previous file | Source/devtools/front_end/Images/securityStateHttp.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698