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

Unified Diff: chrome/browser/webdata/DEPS

Issue 12902030: Make Encryptor a component. Used by //chrome and (soon) //components/webdata. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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: chrome/browser/webdata/DEPS
diff --git a/chrome/browser/webdata/DEPS b/chrome/browser/webdata/DEPS
index bc5b1ffc997e2a3b35d82eb84efd30c576fc1ca0..09e97c7098eee4200b9b08767ac06831166fc47d 100644
--- a/chrome/browser/webdata/DEPS
+++ b/chrome/browser/webdata/DEPS
@@ -7,12 +7,12 @@ include_rules = [
"-chrome/common",
"+chrome/browser/api/webdata",
"+chrome/browser/webdata",
+ "+components/encryptor",
# TODO(caitkp, kaiwang): Bring this list to zero.
# Do not add to the list of temporarily-allowed dependencies below,
# and please do not introduce more #includes of these files.
"!chrome/browser/history/history_database.h",
- "!chrome/browser/password_manager/encryptor.h",
"!chrome/browser/password_manager/ie7_password.h",
"!chrome/browser/search_engines/search_terms_data.h",
"!chrome/browser/search_engines/template_url.h",

Powered by Google App Engine
This is Rietveld 408576698