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

Unified Diff: Source/devtools/devtools.gypi

Issue 1301833003: Add origin views to the Security panel. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Mark securityState as explicitly optional in OriginState. 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/securityPropertyInsecure.svg » ('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 7beabdcd8c35b8339ad6602c6322aca101d1b524..cd1732e4e37bdb79159a7e45d311c10bc34b76b0 100644
--- a/Source/devtools/devtools.gypi
+++ b/Source/devtools/devtools.gypi
@@ -534,7 +534,9 @@
],
'devtools_security_js_files': [
'front_end/security/lockIcon.css',
+ 'front_end/security/originView.css',
'front_end/security/securityPanel.css',
+ 'front_end/security/sidebar.css',
'front_end/security/SecurityModel.js',
'front_end/security/SecurityPanel.js',
],
@@ -767,6 +769,9 @@
'front_end/Images/responsiveDesign_2x.png',
'front_end/Images/searchNext.png',
'front_end/Images/searchPrev.png',
+ 'front_end/Images/securityPropertyInsecure.svg',
+ 'front_end/Images/securityPropertySecure.svg',
+ 'front_end/Images/securityPropertyWarning.svg',
'front_end/Images/securityStateInsecure_2x.png',
'front_end/Images/securityStateInsecure.png',
'front_end/Images/securityStateNeutral_2x.png',
« no previous file with comments | « no previous file | Source/devtools/front_end/Images/securityPropertyInsecure.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698