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

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: Rebase to fix conflicts 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 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.
« no previous file with comments | « components/autofill/content/browser/wallet/wallet_items.cc ('k') | components/autofill/core/browser/address.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698