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