blob: e1f8386c7c1d58c190e131ba7abfaee8c35fe91a (
plain)
1
2
3
4
5
6
7
8
|
include_rules = [
# Tests will need access to error codes and similar.
# TODO(mseaborn) clean up how we include files from the native_client
# directory.
# See: https://code.google.com/p/nativeclient/issues/detail?id=2832
"+native_client",
"+ppapi",
]
|