From edf48d44a71f3c49a0d0d5e7574c340e843a7791 Mon Sep 17 00:00:00 2001 From: "kaiwang@chromium.org" Date: Thu, 7 Mar 2013 05:44:43 +0000 Subject: 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 --- components/autofill/DEPS | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 components/autofill/DEPS (limited to 'components/autofill/DEPS') diff --git a/components/autofill/DEPS b/components/autofill/DEPS new file mode 100644 index 0000000..9d52b11 --- /dev/null +++ b/components/autofill/DEPS @@ -0,0 +1,4 @@ +include_rules = [ + "+third_party/WebKit/Source/WebKit/chromium/public", + "+ui", +] -- cgit v1.1