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