summaryrefslogtreecommitdiffstats
path: root/components/autofill/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 /components/autofill/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 'components/autofill/DEPS')
-rw-r--r--components/autofill/DEPS4
1 files changed, 4 insertions, 0 deletions
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",
+]