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

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

Issue 190213003: Eliminate BrowserThread dependency from WebDataAutofillServiceTest. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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
« no previous file with comments | « no previous file | components/autofill/core/browser/autofill_download_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/core/browser/DEPS
diff --git a/components/autofill/core/browser/DEPS b/components/autofill/core/browser/DEPS
index 5a08c6e95fea3dbcf97d8ffca86e42d5eb3c22db..f1eb165c771c717fdd473d8ecbc824738f565b74 100644
--- a/components/autofill/core/browser/DEPS
+++ b/components/autofill/core/browser/DEPS
@@ -8,40 +8,3 @@ include_rules = [
"+third_party/libjingle",
"+third_party/libphonenumber", # For phone number i18n.
]
-
-specific_include_rules = {
- 'autofill_test_utils\.cc': [
- # 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.
- "!components/user_prefs/user_prefs.h",
- "!content/public/browser/browser_context.h",
- ],
- '.*_[a-z]*test\.cc': [
- # 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.
- "!components/user_prefs/user_prefs.h",
- "!content/public/browser/browser_context.h",
- "!content/public/browser/browser_thread.h",
- "!content/public/test",
-
- # 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.
- "!chrome/browser/autofill/autofill_cc_infobar_delegate.h",
- "!chrome/browser/autofill/personal_data_manager_factory.h",
- "!chrome/browser/password_manager/chrome_password_manager_client.h",
- "!chrome/browser/password_manager/password_manager.h",
- "!chrome/browser/profiles/profile.h",
- "!chrome/browser/sync/profile_sync_service.h",
- "!chrome/browser/sync/profile_sync_service_factory.h",
- "!chrome/browser/ui/autofill/tab_autofill_manager_delegate.h",
- "!chrome/browser/webdata/web_data_service_factory.h",
- "!chrome/test/base/chrome_render_view_host_test_harness.h",
- "!chrome/test/base/testing_profile.h",
- ],
-}
« no previous file with comments | « no previous file | components/autofill/core/browser/autofill_download_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698