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

Unified Diff: Source/devtools/BUILD.gn

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 | « no previous file | Source/devtools/devtools.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/BUILD.gn
diff --git a/Source/devtools/BUILD.gn b/Source/devtools/BUILD.gn
index 3099a713b74ae4d608d8fadfe6cff6743b12dada..ae533ee557973a92af7f634fd04060f2c1dc472e 100644
--- a/Source/devtools/BUILD.gn
+++ b/Source/devtools/BUILD.gn
@@ -46,6 +46,7 @@ devtools_modules_js_files =
gypi_values.devtools_profiler_js_files +
gypi_values.devtools_promises_js_files +
gypi_values.devtools_resources_js_files +
+ gypi_values.devtools_security_js_files +
gypi_values.devtools_screencast_js_files +
gypi_values.devtools_script_formatter_worker_js_files +
gypi_values.devtools_settings_js_files +
@@ -148,6 +149,7 @@ action("generate_devtools_grd") {
resources_out_dir + "profiler_module.js",
resources_out_dir + "promises_module.js",
resources_out_dir + "resources_module.js",
+ resources_out_dir + "security_module.js",
resources_out_dir + "screencast_module.js",
resources_out_dir + "script_formatter_worker_module.js",
resources_out_dir + "settings_module.js",
@@ -256,6 +258,7 @@ action("build_applications") {
resources_out_dir + "profiler_module.js",
resources_out_dir + "promises_module.js",
resources_out_dir + "resources_module.js",
+ resources_out_dir + "security_module.js",
resources_out_dir + "screencast_module.js",
resources_out_dir + "script_formatter_worker_module.js",
resources_out_dir + "settings_module.js",
« no previous file with comments | « no previous file | Source/devtools/devtools.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698