Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(180)

Unified Diff: components/autofill/core/browser/DEPS

Issue 17392006: In components/autofill, move browser/ to core/browser/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix android build Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/autofill/core/browser/DEPS
diff --git a/components/autofill/browser/DEPS b/components/autofill/core/browser/DEPS
similarity index 65%
rename from components/autofill/browser/DEPS
rename to components/autofill/core/browser/DEPS
index e59d894e96fab97f90a5f0edbc824f587cb798be..10cf164a08cd5474d258f12a6d6e0f91ecd30962 100644
--- a/components/autofill/browser/DEPS
+++ b/components/autofill/core/browser/DEPS
@@ -1,20 +1,37 @@
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(joi): This is "ok" temporarily (it's just a header file with
# a large enum, and doesn't bring in any other dependencies on
# //chrome). The plan of record to get rid of this is to change

Powered by Google App Engine
This is Rietveld 408576698