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

Unified Diff: components/safe_browsing/password_protection/DEPS

Issue 2720643003: Call CSD whitelist checking on UI thread and record UMA (Closed)
Patch Set: Add TODO Created 3 years, 10 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/safe_browsing/password_protection/DEPS
diff --git a/components/safe_browsing/password_protection/DEPS b/components/safe_browsing/password_protection/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..47aa0d524d547215a9402bccf54faa6f5156c7c9
--- /dev/null
+++ b/components/safe_browsing/password_protection/DEPS
@@ -0,0 +1,7 @@
+include_rules = [
+ "-content",
vakh (use Gerrit instead) 2017/03/01 23:25:19 What does '-' signify?
vakh (use Gerrit instead) 2017/03/02 01:01:01 ^
Jialiu Lin 2017/03/02 01:33:14 Ah, sorry. Missed this one. This is to tighten the
+ "+components/safe_browsing_db",
+ "+content/public/browser",
+ "+content/public/test",
+]
+

Powered by Google App Engine
This is Rietveld 408576698