| Index: components/autofill/shared/DEPS
|
| diff --git a/components/autofill/shared/DEPS b/components/autofill/shared/DEPS
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..7b5d601be4a8cdd122148a59e0eb3d6ea2a8ea87
|
| --- /dev/null
|
| +++ b/components/autofill/shared/DEPS
|
| @@ -0,0 +1,11 @@
|
| +include_rules = [
|
| + # TODO(blundell): Bring this list to zero.
|
| + #
|
| + # Do not add to the list of temporarily-allowed dependencies below,
|
| + # and please do not introduce more #includes of these files.
|
| + "!content/public/common/common_param_traits.h",
|
| + "!content/public/common/common_param_traits_macros.h",
|
| + "!content/public/common/password_form.h",
|
| + "!content/public/common/ssl_status.h",
|
| + "!third_party/WebKit/Source/WebKit/chromium/public/WebFormElement.h",
|
| +]
|
|
|