summaryrefslogtreecommitdiffstats
path: root/content/common/DEPS
blob: db9c0d13cd8c75f268088d3c38593769bd67f478 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
include_rules = [
  "+cc",
  "+media/audio",
  "+media/base",
  "-webkit/browser",
  "-webkit/child",
  "-webkit/renderer",
]

specific_include_rules = {
# Java bridge code passes NPAPI types to the browser process. Crazy!
  "java_bridge_messages\.h": [
    "+content/child"
  ]
}