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

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

Issue 65953002: [Autofill] Rename autofill_common_test -> autofill_test_utils (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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/core/browser/DEPS b/components/autofill/core/browser/DEPS
index 1ec7b000a8f39405283953056af91f2bae2e570d..3d77980d055879fe04b4c8a6a12493af1b1661a0 100644
--- a/components/autofill/core/browser/DEPS
+++ b/components/autofill/core/browser/DEPS
@@ -24,6 +24,13 @@ specific_include_rules = {
# WebContentsObserver.
"!content/public/browser/web_contents_observer.h",
],
+ '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",
+ ],
'.*_[a-z]*test\.cc': [
# TODO(blundell): Bring this list to zero.
#

Powered by Google App Engine
This is Rietveld 408576698