include_rules = [
    # To whitelist base/ stuff Blink is allowed to include, we list up all
    # directories and files instead of writing 'base/'.
    "+base/bind.h",
    "+base/callback.h",
    "+base/message_loop",
    "+cc",
    "-cc/blink",
    # For tests only!
    "+gpu/command_buffer/client/gles2_interface.h",
    "+gpu/command_buffer/common/capabilities.h"
]
