blob: d7c012cff35afb8d556a53dce8866442d2c79aab (
plain)
1
2
3
4
5
6
7
|
include_rules = [
"+testing",
# Our test harness is C++, so allow the use of C++:
"+mojo/public/cpp",
# TODO(vtl): Temporary until these are moved to mojo/public/cpp:
"+mojo/public/tests",
]
|