summaryrefslogtreecommitdiffstats
path: root/components/test/DEPS
blob: b29feef5d3a1ff63e22c35f42b4814c2d983b6a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
include_rules = [
  # The components test setup can include anything that components can.
  "+components",
  "+content/public",
  "+content/shell",
  "+jni",
  "+media",
  "+net",
  "+ui",
]

specific_include_rules = {
  "run_all_unittests\.cc": [
    "+third_party/mojo/src/mojo/edk/embedder/embedder.h",
  ],
}