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

Unified Diff: chrome/test/DEPS

Issue 12340111: Introduce //components/user_prefs, use to eliminate c/b/prefs dependency in Autofill. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Pure merge of LKGR Created 7 years, 10 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: chrome/test/DEPS
diff --git a/chrome/test/DEPS b/chrome/test/DEPS
index 47315b3bde0f386fc7f02a7cff4b2dd18e31b16c..c9e4461def8e01bd855ce60d1e3b8fafbaf571a3 100644
--- a/chrome/test/DEPS
+++ b/chrome/test/DEPS
@@ -1,6 +1,8 @@
include_rules = [
- # The test directory can do whatever it wants in chrome.
+ # The test directory can do whatever it wants in chrome, and may
+ # rely on components.
"+chrome",
+ "+components",
"+extensions",
# Tests under chrome/ shouldn't need to access the internals of content/ and

Powered by Google App Engine
This is Rietveld 408576698