blob: d715b1f5a25e3ebf3d72f0fe35d538f3ea9d3a3e [file] [log] [blame]
include_rules = [
# This code is checked into the chromium repo so it's fine to depend on this.
"+base",
"+testing",
"+mojo",
# internal includes.
"+geometry",
"+input_events",
"+surfaces",
"+native_viewport",
"+view_manager",
"+window_manager",
]
specific_include_rules = {
"view_manager_test_suite\.cc": [
"+ui/gfx/x/x11_connection.h",
],
}