summaryrefslogtreecommitdiffstats
path: root/chromium/components/autofill/core/DEPS
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/autofill/core/DEPS')
-rw-r--r--chromium/components/autofill/core/DEPS16
1 files changed, 0 insertions, 16 deletions
diff --git a/chromium/components/autofill/core/DEPS b/chromium/components/autofill/core/DEPS
deleted file mode 100644
index 14d2f7be5c8..00000000000
--- a/chromium/components/autofill/core/DEPS
+++ /dev/null
@@ -1,16 +0,0 @@
-include_rules = [
- "!content/public/common/common_param_traits.h",
-
- # TODO(joi): Perhaps PrefRegistrySyncable should be a separate
- # component since it is currently in the same component as
- # UserPrefs, which uses content::BrowserContext.
- "+components/user_prefs/pref_registry_syncable.h",
- "+components/webdata/encryptor",
-
- # 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_macros.h",
- "!third_party/WebKit/public/web/WebFormElement.h",
-]