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

Unified Diff: Source/devtools/devtools.gypi

Issue 1159163005: Add a minimal Security panel to DevTools (behind a hidden experiment). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Address final comments. Created 5 years, 6 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 | « Source/devtools/devtools.gyp ('k') | 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 873ac8bc25c5eed667571e32f2f22b67338a1c08..d2f369cee70535b2c57a1e24d759c8ecbe4a5f3a 100644
--- a/Source/devtools/devtools.gypi
+++ b/Source/devtools/devtools.gypi
@@ -315,6 +315,7 @@
'front_end/profiler/module.json',
'front_end/promises/module.json',
'front_end/resources/module.json',
+ 'front_end/security/module.json',
'front_end/screencast/module.json',
'front_end/script_formatter_worker/module.json',
'front_end/sdk/module.json',
@@ -510,6 +511,11 @@
'front_end/resources/ServiceWorkerCacheViews.js',
'front_end/resources/ServiceWorkersView.js',
],
+ 'devtools_security_js_files': [
+ 'front_end/security/securityPanel.css',
+ 'front_end/security/SecurityModel.js',
+ 'front_end/security/SecurityPanel.js',
+ ],
'devtools_script_formatter_worker_js_files': [
'front_end/acorn/acorn.js',
'front_end/cm/css.js',
@@ -676,6 +682,7 @@
'<@(devtools_profiler_js_files)',
'<@(devtools_promises_js_files)',
'<@(devtools_resources_js_files)',
+ '<@(devtools_security_js_files)',
'<@(devtools_screencast_js_files)',
'<@(devtools_script_formatter_worker_js_files)',
'<@(devtools_settings_js_files)',
@@ -738,6 +745,14 @@
'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/securityStateSecure_2x.png',
+ 'front_end/Images/securityStateSecure.png',
+ 'front_end/Images/securityStateWarning_2x.png',
+ 'front_end/Images/securityStateWarning.png',
'front_end/Images/serviceWorker.svg',
'front_end/Images/sessionStorage.png',
'front_end/Images/settingsListRemove.png',
« no previous file with comments | « Source/devtools/devtools.gyp ('k') | Source/devtools/front_end/Images/securityStateHttp.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698