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

Unified Diff: components/password_manager/DEPS

Issue 797983003: Implement AffiliationDatabase to cache affiliation information in a SQLite DB. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@aff_fetcher
Patch Set: Fix nits. Created 5 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: components/password_manager/DEPS
diff --git a/components/password_manager/DEPS b/components/password_manager/DEPS
index e5d09811243f306a46f862cabf77d36a0a2dd14c..7f16a33ff178aca0a01d7ae2b212b924b3aa3756 100644
--- a/components/password_manager/DEPS
+++ b/components/password_manager/DEPS
@@ -9,6 +9,7 @@ include_rules = [
"+sql",
"+sync/api",
"+sync/protocol",
+ "+third_party/sqlite/sqlite3.h",
"+ui",
# PasswordManager is a layered component; subdirectories must explicitly
# introduce the ability to use the content layer as appropriate.

Powered by Google App Engine
This is Rietveld 408576698