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

Side by Side 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, 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 include_rules = [ 1 include_rules = [
2 # The test directory can do whatever it wants in chrome. 2 # The test directory can do whatever it wants in chrome, and may
3 # rely on components.
3 "+chrome", 4 "+chrome",
5 "+components",
4 "+extensions", 6 "+extensions",
5 7
6 # Tests under chrome/ shouldn't need to access the internals of content/ and 8 # Tests under chrome/ shouldn't need to access the internals of content/ and
7 # as such are allowed only content/public. If you find yourself wanting to 9 # as such are allowed only content/public. If you find yourself wanting to
8 # write such a test, or a test that depends primarily on content, think about 10 # write such a test, or a test that depends primarily on content, think about
9 # whether the test belongs under content/, or should be split up into a test 11 # whether the test belongs under content/, or should be split up into a test
10 # within content/ and a test within chrome/. 12 # within content/ and a test within chrome/.
11 "+content/public", 13 "+content/public",
12 14
13 "+grit", # For generated headers 15 "+grit", # For generated headers
14 "+media/audio", 16 "+media/audio",
15 "+sandbox/win/src", 17 "+sandbox/win/src",
16 "+sandbox/win/tests", 18 "+sandbox/win/tests",
17 "+webkit/glue", 19 "+webkit/glue",
18 "+webkit/plugins", 20 "+webkit/plugins",
19 ] 21 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698