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

Unified Diff: components/subresource_filter/DEPS

Issue 2022783002: Skeleton of the Safe Browsing Subresource Filter. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Implement RenderFrameObserver::OnDestruct introduced by rebase. Created 4 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 | « components/subresource_filter.gypi ('k') | components/subresource_filter/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/subresource_filter/DEPS
diff --git a/components/subresource_filter/DEPS b/components/subresource_filter/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..9ec852022aeeaaace8967ff87cf548412a24fc3b
--- /dev/null
+++ b/components/subresource_filter/DEPS
@@ -0,0 +1,6 @@
+include_rules = [
+ "+components/variations",
+ # subresource_filter is a layered component; subdirectories must explicitly
+ # introduce the ability to use non-core layers as appropriate.
+ "-components/subresource_filter/content",
+]
« no previous file with comments | « components/subresource_filter.gypi ('k') | components/subresource_filter/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698