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