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",
    "+base/threading/thread_checker.h",
    "+cc",
    "-cc/blink",
    "+gpu/command_buffer/client/gles2_interface.h",
    "+gpu/command_buffer/client/gpu_memory_buffer_manager.h",
    "+gpu/command_buffer/common/capabilities.h",
    "+gpu/command_buffer/common/mailbox.h",
    "+gpu/command_buffer/common/sync_token.h",
]
