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

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: Add build config header. 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/export/csv_writer.h » ('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 e5d09811243f306a46f862cabf77d36a0a2dd14c..57941c0f8374068b71be9e9faa6512cf52b4a0b9 100644
--- a/components/password_manager/DEPS
+++ b/components/password_manager/DEPS
@@ -9,6 +9,7 @@ include_rules = [
"+sql",
"+sync/api",
"+sync/protocol",
+ "+third_party/re2",
"+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/export/csv_writer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698