summaryrefslogtreecommitdiffstats
path: root/content/child/DEPS
blob: 3adcf04965d1ac4cb943c5ea424578769d7e43c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
include_rules = [
  "+components/tracing",
  "+content/public/child",
  "+media/base/android",
]

specific_include_rules = {
  "content_child_helpers\.cc": [
    "+v8/include/v8.h"
  ]
}