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

Unified Diff: components/content_settings/core/common/BUILD.gn

Issue 2730533002: chrome.contentSettings API: Block patterns that match extension URLs for mic and video
Patch Set: Fix MatchesExtensionUrls Created 3 years, 9 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: components/content_settings/core/common/BUILD.gn
diff --git a/components/content_settings/core/common/BUILD.gn b/components/content_settings/core/common/BUILD.gn
index 42404221620090bf37de7d687fefa8a87d135a1c..da3fa3dde3f066e47dfbf3913dc924e2a113d66c 100644
--- a/components/content_settings/core/common/BUILD.gn
+++ b/components/content_settings/core/common/BUILD.gn
@@ -21,6 +21,7 @@ static_library("common") {
deps = [
"//base",
+ "//components/crx_file",
"//mojo/public/cpp/bindings:struct_traits",
"//net",
"//url",

Powered by Google App Engine
This is Rietveld 408576698