diff options
author | kaiwang@chromium.org <kaiwang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-07 05:44:43 +0000 |
---|---|---|
committer | kaiwang@chromium.org <kaiwang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-07 05:44:43 +0000 |
commit | edf48d44a71f3c49a0d0d5e7574c340e843a7791 (patch) | |
tree | e242452cf026d4e92170fd6bcd26538346d57154 /chrome/browser/DEPS | |
parent | a5a4e99ea504c2ee4f85b7d9cda746fcfcd3bf84 (diff) | |
download | chromium_src-edf48d44a71f3c49a0d0d5e7574c340e843a7791.zip chromium_src-edf48d44a71f3c49a0d0d5e7574c340e843a7791.tar.gz chromium_src-edf48d44a71f3c49a0d0d5e7574c340e843a7791.tar.bz2 |
Establish components/autofill and move some files
Moving autofill related only files under chrome/common/ to components/autofill/common
We are going to move autofill to components/autofill to componentize it. This is the first moving CL.
BUG=140037
Review URL: https://chromiumcodereview.appspot.com/12543010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186632 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/DEPS')
-rw-r--r-- | chrome/browser/DEPS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/DEPS b/chrome/browser/DEPS index d5c27cc..3ce6af8 100644 --- a/chrome/browser/DEPS +++ b/chrome/browser/DEPS @@ -5,6 +5,7 @@ include_rules = [ "+chrome/installer", "+chrome/tools/profiles", # For history unit tests. "+chromeos", + "+components/autofill/common", "+components/auto_login_parser", "+components/navigation_interception", "+components/user_prefs", |