Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 include_rules = [ | |
| 2 "+native_client/src/include", | |
| 3 "+native_client/src/shared/platform", | |
| 4 | |
| 5 # TODO(bradnelson): Eliminate these as they are actually incorrectly rooted | |
| 6 # internal references. | |
| 7 "+native_client/src/shared/ppapi_proxy", | |
| 8 "+native_client/tests/ppapi_geturl", | |
| 9 "+native_client/tests/ppapi_test_lib", | |
| 10 "+srpcgen", | |
| 11 "+trusted/srpcgen", | |
| 12 "+untrusted/srpcgen", | |
| 13 ] | |
| OLD | NEW |