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

Unified Diff: components/signin/DEPS

Issue 130813003: Create signin component and componentize TokenWebData. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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/signin.gypi ('k') | components/signin/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/signin/DEPS
diff --git a/components/autofill/DEPS b/components/signin/DEPS
similarity index 52%
copy from components/autofill/DEPS
copy to components/signin/DEPS
index 9c568890eef2cfe451f267e84135bad5ea390b45..bfc1b221a3ad734e548d67500a6d22525f8e2b97 100644
--- a/components/autofill/DEPS
+++ b/components/signin/DEPS
@@ -1,12 +1,14 @@
include_rules = [
+ "+components/webdata/common",
+ "+components/webdata/encryptor",
"+google_apis/gaia/gaia_urls.h",
"+grit", # For generated headers
- "+jni",
"+net",
+ "+sql",
"+ui",
- # Autofill is a layered component; subdirectories must explicitly introduce
+ # Signin is a layered component; subdirectories must explicitly introduce
# the ability to use the content layer as appropriate.
- "-components/autofill/content",
+ "-components/signin/content",
"-content/public/common",
"-ipc",
]
« no previous file with comments | « components/signin.gypi ('k') | components/signin/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698