blob: 68b1400faedbba42e9326af15b4fb3415b8ef846 (
plain)
1
2
3
4
5
6
7
8
|
include_rules = [
"+cc/blink",
"+content/gpu/in_process_gpu_thread.h",
# Required for SynchronousCompositor (in --single-process mode only).
"+content/public/renderer/android",
"+content/renderer",
# Include joth@chromium.org on the review for any additions to this file.
]
|