summaryrefslogtreecommitdiffstats
path: root/blimp/client/DEPS
blob: fd78a68667a286cbeccab31ad14e81cfe00d04d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
include_rules = [
  "+base",
  "+cc",
  "-cc/blink",
  "-chrome"
  "-content",
  "+gpu",
  "+jni",
  "+skia",
  "+third_party/skia",
  "+ui/gfx",
  "+ui/gl",
  "+url",

  # TODO(dtrainor): Remove this once Toast uses are removed from Java.
  "!ui/android",

  # TODO(dtrainor): Remove this once the LayerTreeHost settings for Blimp
  # are finalized or are pushed from the server component.  See
  # crbug.com/527655.
  "!content/public/common/content_switches.h",
  "!ui/native_theme/native_theme_switches.h",
]