OLD | NEW |
---|---|
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. |
3 "+chrome", | 3 "+chrome", |
4 "+sandbox/src", | |
5 "+sandbox/tests", | |
6 "+webkit/glue", | |
4 ] | 7 ] |
OLD | NEW |