| OLD | NEW |
| 1 # ppapi/tests should not be dependent on other parts of chromium; it should stay | 1 # ppapi/tests should not be dependent on other parts of chromium; it should stay |
| 2 # browser-neutral as much as possible. | 2 # browser-neutral as much as possible. |
| 3 include_rules = [ | 3 include_rules = [ |
| 4 "-base", | 4 "-base", |
| 5 "-build", | 5 "-build", |
| 6 "-ipc", | 6 "-ipc", |
| 7 "-uncode", | 7 "-uncode", |
| 8 "-testing", | 8 "-testing", |
| 9 "-ppapi", | 9 "-ppapi", |
| 10 "+ppapi/c", | 10 "+ppapi/c", |
| 11 "+ppapi/cpp", | 11 "+ppapi/cpp", |
| 12 "+ppapi/tests", | 12 "+ppapi/tests", |
| 13 "+ppapi/utility", |
| 13 ] | 14 ] |
| 14 # checkdeps.py shouldn't check include paths for files in clang, which aren't | 15 # checkdeps.py shouldn't check include paths for files in clang, which aren't |
| 15 # part of the chrome build. | 16 # part of the chrome build. |
| 16 skip_child_includes = [ | 17 skip_child_includes = [ |
| 17 "clang", | 18 "clang", |
| 18 ] | 19 ] |
| OLD | NEW |