OLD | NEW |
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 "+chrome", | 4 "+chrome", |
5 "+chromeos", | 5 "+chromeos", |
6 "+components", | 6 "+components", |
7 "+extensions", | 7 "+extensions", |
8 | 8 |
9 # Tests under chrome/ shouldn't need to access the internals of content/ and | 9 # Tests under chrome/ shouldn't need to access the internals of content/ and |
10 # as such are allowed only content/public. If you find yourself wanting to | 10 # as such are allowed only content/public. If you find yourself wanting to |
11 # write such a test, or a test that depends primarily on content, think about | 11 # write such a test, or a test that depends primarily on content, think about |
12 # whether the test belongs under content/, or should be split up into a test | 12 # whether the test belongs under content/, or should be split up into a test |
13 # within content/ and a test within chrome/. | 13 # within content/ and a test within chrome/. |
14 "+content/public", | 14 "+content/public", |
15 | 15 |
16 "+grit", # For generated headers | 16 "+grit", # For generated headers |
17 "+media/audio", | 17 "+media/audio", |
18 "+media/base", | 18 "+media/base", |
19 "+sandbox/win/src", | 19 "+sandbox/win/src", |
20 "+sandbox/win/tests", | 20 "+sandbox/win/tests", |
21 "+webkit/glue", | 21 "+webkit/glue", |
22 "+webkit/plugins", | 22 "+webkit/plugins", |
| 23 "+win8/test", |
23 ] | 24 ] |
OLD | NEW |