summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/DEPS
diff options
context:
space:
mode:
authorblundell@chromium.org <blundell@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-06 23:03:48 +0000
committerblundell@chromium.org <blundell@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-06 23:03:48 +0000
commitf07e4443ef64a70f8588d1051f805fdb2ac187fd (patch)
tree7ce7b4b32c4dc6179e2e0305a3086b8bdeed8fad /chrome/renderer/DEPS
parent028f0bf5a425e4a64141561e93e777579b48c11b (diff)
downloadchromium_src-f07e4443ef64a70f8588d1051f805fdb2ac187fd.zip
chromium_src-f07e4443ef64a70f8588d1051f805fdb2ac187fd.tar.gz
chromium_src-f07e4443ef64a70f8588d1051f805fdb2ac187fd.tar.bz2
In components/autofill, move renderer/ to content/renderer
This change is part of moving components/autofill into its eventual structure as a layered component. This CL additionally adds a README in components/autofill that explains the project of making autofill into a layered component. TBR=thakis BUG=247015 Review URL: https://chromiumcodereview.appspot.com/15949025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@204642 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/renderer/DEPS')
-rw-r--r--chrome/renderer/DEPS2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/renderer/DEPS b/chrome/renderer/DEPS
index adab009..ddf4607 100644
--- a/chrome/renderer/DEPS
+++ b/chrome/renderer/DEPS
@@ -1,6 +1,6 @@
include_rules = [
"+components/autofill/common",
- "+components/autofill/renderer",
+ "+components/autofill/content/renderer",
"+components/visitedlink/renderer",
"+content/public/renderer",
"+extensions/common",