summaryrefslogtreecommitdiffstats
path: root/third_party/mojo_services/DEPS
blob: d715b1f5a25e3ebf3d72f0fe35d538f3ea9d3a3e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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",
  ],
}