include_rules = [ # Allow inclusion of specific components that we depend on. We may only # depend on components which we share with the mojo html_viewer. "+components/scheduler", "+components/url_formatter", "+cc/blink", "+content/public/child", "+content/public/renderer", "+content/child", "+device/battery", # For battery status service. "+device/devices_app/public", "+device/vibration", "+gin", "+jingle/glue", "+media", # For audio input/output and audio/video decoding. "+mojo", "-storage/browser", "+third_party/hyphen/hyphen.h", "+third_party/libjingle", "+third_party/tcmalloc", "+v8/include", "+v8/src/third_party/vtune", ] specific_include_rules = { '.*_[a-z]*browsertest.*': [ "+content/public/browser", "+content/shell", ], }