include_rules = [
  # This code is checked into the chromium repo so it's fine to depend on this.
  "+base",
  "+testing",
  "+mojo",

  # internal includes.
  "+http_server",
  "+geometry",
  "+input_events",
  "+surfaces",
  "+native_viewport",
  "+view_manager",
  "+window_manager",
]

specific_include_rules = {
  "view_manager_test_suite\.cc": [
    "+ui/gfx/x/x11_connection.h",
  ],
}
