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

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: Addressed comments from shess@. 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
« no previous file with comments | « components/password_manager.gypi ('k') | components/password_manager/core/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/password_manager/DEPS
diff --git a/components/password_manager/DEPS b/components/password_manager/DEPS
index 57941c0f8374068b71be9e9faa6512cf52b4a0b9..d16b4f63ac0464c64d9402d7b0164c36c0059b89 100644
--- a/components/password_manager/DEPS
+++ b/components/password_manager/DEPS
@@ -10,6 +10,7 @@ include_rules = [
"+sync/api",
"+sync/protocol",
"+third_party/re2",
+ "+third_party/sqlite/sqlite3.h",
"+ui",
# PasswordManager is a layered component; subdirectories must explicitly
# introduce the ability to use the content layer as appropriate.
« no previous file with comments | « components/password_manager.gypi ('k') | components/password_manager/core/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698