| 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 "+gin", |
| 10 "+ppapi/c", | 11 "+ppapi/c", |
| 11 "+ppapi/cpp", | 12 "+ppapi/cpp", |
| 12 "+ppapi/lib", | 13 "+ppapi/lib", |
| 13 "+ppapi/tests", | 14 "+ppapi/tests", |
| 14 "+ppapi/utility", | 15 "+ppapi/utility", |
| 15 | 16 |
| 16 # Test to confirm whether PPB_Audio_Shared works properly in NaCl needs to | 17 # Test to confirm whether PPB_Audio_Shared works properly in NaCl needs to |
| 17 # call nacl_irt_ppapihook internally to emulate some erroneous situation. | 18 # call nacl_irt_ppapihook internally to emulate some erroneous situation. |
| 18 "+native_client/src/untrusted/irt/irt.h", | 19 "+native_client/src/untrusted/irt/irt.h", |
| 19 "+ppapi/native_client/src/untrusted/irt_stub/thread_creator.h", | 20 "+ppapi/native_client/src/untrusted/irt_stub/thread_creator.h", |
| 20 ] | 21 ] |
| 21 # checkdeps.py shouldn't check include paths for files in clang, which aren't | 22 # checkdeps.py shouldn't check include paths for files in clang, which aren't |
| 22 # part of the chrome build. | 23 # part of the chrome build. |
| 23 skip_child_includes = [ | 24 skip_child_includes = [ |
| 24 "clang", | 25 "clang", |
| 25 ] | 26 ] |
| OLD | NEW |