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

Side by Side Diff: chrome/test/DEPS

Issue 52023003: Clamp down various chrome/ DEPS files (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: rebase 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/service/cloud_print/DEPS ('k') | chrome/tools/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 # The test directory can do whatever it wants in chrome, and may 2 # The test directory can do whatever it wants in chrome, and may
3 # rely on components. 3 # rely on components.
4 "+ash", 4 "+ash",
5 "+chrome", 5 "+chrome",
6 "+chromeos", 6 "+chromeos",
7 "+components", 7 "+components",
8 "+extensions", 8 "+extensions",
9 9
10 # Tests under chrome/ shouldn't need to access the internals of content/ and 10 # Tests under chrome/ shouldn't need to access the internals of content/ and
11 # as such are allowed only content/public. If you find yourself wanting to 11 # as such are allowed only content/public. If you find yourself wanting to
12 # write such a test, or a test that depends primarily on content, think about 12 # write such a test, or a test that depends primarily on content, think about
13 # whether the test belongs under content/, or should be split up into a test 13 # whether the test belongs under content/, or should be split up into a test
14 # within content/ and a test within chrome/. 14 # within content/ and a test within chrome/.
15 "+content/public", 15 "+content/public",
16 16
17 "+grit", # For generated headers 17 "+grit", # For generated headers
18 "+media/audio",
19 "+media/base", 18 "+media/base",
20 "+sandbox/win/src",
21 "+sandbox/win/tests", 19 "+sandbox/win/tests",
22 "+webkit/glue", 20 "+webkit/glue",
23 "+win8/test", 21 "+win8/test",
24 ] 22 ]
OLDNEW
« no previous file with comments | « chrome/service/cloud_print/DEPS ('k') | chrome/tools/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698