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

Unified Diff: components/password_manager/DEPS

Issue 447763002: Implement CSVReader and CSVWriter to be used for password import and export. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 2e79291cca3a13ddc74c9e4b59e4a5065e918f55..3c55581380f83f627268693cb398b3eac9f95f6f 100644
--- a/components/password_manager/DEPS
+++ b/components/password_manager/DEPS
@@ -5,7 +5,8 @@ include_rules = [
"+net/base",
"+sql",
"+sync/api",
- "+sync/protocol",
+ "+sync/protocol",
+ "+third_party/re2",
"+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