Instrumented libraries: work around a build issue in pixman.
[chromium-blink-merge.git] / content / renderer / DEPS
blob30359e6ba247eedab7d2bf5da5c117559b4991a4
1 include_rules = [
2   "+cc/blink",
3   "+content/public/renderer",
4   "+content/child",
5   "+device/battery",  # For battery status service.
6   "+device/vibration",
7   "+gin",
8   "+jingle/glue",
9   "+media",  # For audio input/output and audio/video decoding.
10   "-storage/browser",
11   "+third_party/hyphen/hyphen.h",
12   "+third_party/libjingle",
13   "+third_party/tcmalloc",
14   "+v8/include",
15   "+v8/src/third_party/vtune",
18 specific_include_rules = {
19   '.*_[a-z]*browsertest.*': [
20     "+content/public/browser",
21     "+content/shell",
22   ],