Fix crash on app list start page contents not existing.
[chromium-blink-merge.git] / content / renderer / DEPS
blob076c112919ccdc7865c64d2b9c52ad04681b44fd
1 include_rules = [
2   "+cc/blink",
3   "+content/public/child",
4   "+content/public/renderer",
5   "+content/child",
6   "+device/battery",  # For battery status service.
7   "+device/vibration",
8   "+gin",
9   "+jingle/glue",
10   "+media",  # For audio input/output and audio/video decoding.
11   "-storage/browser",
12   "+third_party/hyphen/hyphen.h",
13   "+third_party/libjingle",
14   "+third_party/tcmalloc",
15   "+v8/include",
16   "+v8/src/third_party/vtune",
19 specific_include_rules = {
20   '.*_[a-z]*browsertest.*': [
21     "+content/public/browser",
22     "+content/shell",
23   ],