| include_rules = [ | |
| "+cc/animation", | |
| "+cc/base", | |
| "+cc/test", | |
| "+cc/trees", | |
| "+chrome/android/features/vr/jni_headers", | |
| "+components/webxr", | |
| "+device/vr", | |
| ] | |
| # Test files may access VRService as they will either move with it, or we can | |
| # expose test-specific interfaces if needed. | |
| specific_include_rules = { | |
| ".*test.*\.cc": [ | |
| "+device/vr/test/test_hook.h", | |
| ] | |
| } |