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

Unified Diff: content/test/BUILD.gn

Issue 2612793002: Implement ContentSecurityPolicy on the browser-side. (Closed)
Patch Set: Temporary re-add the parser + transmit parsed CSP over IPC. Created 3 years, 11 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
Index: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index fc6d2c79c73e0d2565b6829f0c33ed1eda9ccb75..52184595108e42c925ffbba594869c90b78e8a19 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -1301,6 +1301,10 @@ test("content_unittests") {
"../common/android/gin_java_bridge_value_unittest.cc",
"../common/bluetooth/web_bluetooth_device_id_unittest.cc",
"../common/common_param_traits_unittest.cc",
+ "../common/content_security_policy/csp_context_unittest.cc",
+ "../common/content_security_policy/csp_policy_unittest.cc",
+ "../common/content_security_policy/csp_source_list_unittest.cc",
+ "../common/content_security_policy/csp_source_unittest.cc",
"../common/cross_site_document_classifier_unittest.cc",
"../common/cursors/webcursor_unittest.cc",
"../common/database_connections_unittest.cc",
« content/renderer/render_frame_impl.cc ('K') | « content/renderer/render_frame_proxy.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698