Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 include_rules = [ | |
| 2 # TODO(bradnelson): eliminate this as its actually an incorrectly rooted | |
| 3 # internal reference. | |
| 4 "+native_client/src/trusted/plugin", | |
| 5 | |
| 6 "+gpu", | |
| 7 "+native_client/src/shared/imc", | |
| 8 "+native_client/src/shared/srpc", | |
| 9 "+native_client/src/trusted/desc", | |
| 10 "+native_client/src/trusted/service_runtime/include/machine", | |
| 11 "+native_client/src/untrusted/irt", | |
| 12 "+native_client/src/untrusted/pthread", | |
| 13 ] | |
| OLD | NEW |