summaryrefslogtreecommitdiffstats
path: root/chromium/content/public/renderer/DEPS
blob: 3035db9dada12640bccb4124ef559af108752fe7 (plain)
1
2
3
4
5
6
7
8
9
10
include_rules = [
  "+v8/include/v8.h",
]

specific_include_rules = {
  ".*\.cc": [
    "+content/common",
    "+content/renderer",
  ],
}