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

Unified Diff: components/safe_browsing/renderer/DEPS

Issue 2667343006: Componentize safe_browsing [X+1] : move the renderer part to component.
Patch Set: 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
« no previous file with comments | « components/safe_browsing/renderer/BUILD.gn ('k') | components/safe_browsing/renderer/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/safe_browsing/renderer/DEPS
diff --git a/components/safe_browsing/renderer/DEPS b/components/safe_browsing/renderer/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..dff7868a616c1322f48baa3b3e7d2b9a8b188e13
--- /dev/null
+++ b/components/safe_browsing/renderer/DEPS
@@ -0,0 +1,9 @@
+include_rules = [
+ "+content/public/renderer",
+ "+crypto",
+ "+ui/base",
+ "+third_party/smhasher",
+ "+third_party/WebKit/public/platform",
+ "+third_party/WebKit/public/web",
+]
+
« no previous file with comments | « components/safe_browsing/renderer/BUILD.gn ('k') | components/safe_browsing/renderer/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698