summaryrefslogtreecommitdiffstats
path: root/chrome/browser/DEPS
diff options
context:
space:
mode:
authorkaiwang@chromium.org <kaiwang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-07 05:44:43 +0000
committerkaiwang@chromium.org <kaiwang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-07 05:44:43 +0000
commitedf48d44a71f3c49a0d0d5e7574c340e843a7791 (patch)
treee242452cf026d4e92170fd6bcd26538346d57154 /chrome/browser/DEPS
parenta5a4e99ea504c2ee4f85b7d9cda746fcfcd3bf84 (diff)
downloadchromium_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/DEPS1
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",