Index: components/autofill/core/browser/DEPS |
diff --git a/components/autofill/browser/DEPS b/components/autofill/core/browser/DEPS |
similarity index 57% |
rename from components/autofill/browser/DEPS |
rename to components/autofill/core/browser/DEPS |
index 8ce04b390a888764b5cf083950694adb4bf1278f..d9ecf1999901267959920a44bdf3b81423484584 100644 |
--- a/components/autofill/browser/DEPS |
+++ b/components/autofill/core/browser/DEPS |
@@ -1,19 +1,36 @@ |
include_rules = [ |
"+components/webdata/common", |
- "+content/public/browser", |
- "+content/public/common", |
"+crypto/random.h", |
"+google_apis/gaia", |
"+google_apis/google_api_keys.h", |
- "+gpu/config/gpu_info.h", |
"+net", |
"+sql", |
"+third_party/libjingle", |
"+third_party/libphonenumber", # For phone number i18n. |
- # Allow inclusion of WebKit API files. |
- "+third_party/WebKit/public/platform", |
- "+third_party/WebKit/Source/WebKit/chromium", |
- "+webkit/plugins/webplugininfo.h", |
+ |
+ # 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/browser/android/content_view_core.h", |
+ "!content/public/browser/browser_context.h", |
+ "!content/public/browser/browser_thread.h", |
+ "!content/public/browser/navigation_controller.h", |
+ "!content/public/browser/navigation_details.h", |
+ "!content/public/browser/notification_details.h", |
+ "!content/public/browser/notification_observer.h", |
+ "!content/public/browser/notification_registrar.h", |
+ "!content/public/browser/notification_service.h", |
+ "!content/public/browser/notification_source.h", |
+ "!content/public/browser/notification_types.h", |
+ "!content/public/browser/render_view_host.h", |
+ "!content/public/browser/web_contents.h", |
+ "!content/public/browser/web_contents_observer.h", |
+ "!content/public/browser/web_contents_view.h", |
+ "!content/public/common/frame_navigate_params.h", |
+ "!content/public/common/url_constants.h", |
+ "!third_party/WebKit/Source/WebKit/chromium/public/WebAutofillClient.h", |
+ "!third_party/WebKit/Source/WebKit/chromium/public/WebInputElement.h", |
# TODO(akalin): Remove this dependency. |
"!sync/util/data_encryption_win.h", |
@@ -23,7 +40,7 @@ specific_include_rules = { |
'.*_[a-z]*test\.cc': [ |
"+content/public/test", |
- # TODO(joi, kaiwang): Bring this list to zero. |
+ # TODO(joi): 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. |