Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 include_rules = [ | 1 include_rules = [ |
| 2 # The test directory can do whatever it wants in chrome and content. | 2 # The test directory can do whatever it wants in chrome and content. |
| 3 "+chrome", | 3 "+chrome", |
| 4 "+content", | 4 "+content", |
| 5 "+grit", # For generated headers | 5 "+grit", # For generated headers |
| 6 "+sandbox/src", | 6 "+sandbox/src", |
| 7 "+sandbox/tests", | 7 "+sandbox/tests", |
| 8 "+webkit/glue", | 8 "+webkit/glue", |
| 9 "+webkit/plugins", | 9 "+webkit/plugins", |
| 10 "+v8/include", # We have unit tests which use v8 to exercise JavaScript. | |
| 11 ] | 10 ] |
| OLD | NEW |