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

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: Created 5 years, 7 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') | Source/devtools/front_end/sdk/SecurityManager.js » ('J')
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 415c533ad5858e7f1c63cd07dcc4cc4d69a0fdb2..67ccf76ca2571529a3fc470b59826f580e44787b 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 +
@@ -144,6 +145,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",
@@ -253,6 +255,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') | Source/devtools/front_end/sdk/SecurityManager.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698