blob: cf9717c49513455e9450409b725d866070c6c282 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
include_rules = [
"+components/viz/common/features.h",
"+components/viz/host",
"+components/viz/service", # In-process viz service.
"+content/public",
"+content/shell",
"+mojo/core/embedder/embedder.h", # TestGpuServiceHolder needs Mojo.
"+sandbox",
"+ui/gl/gl_switches.h", # Disable Direct Composition Workaround.
"+ui/gl/init/gl_factory.h", # To initialize GL bindings.
"+ui/snapshot", # Enable Skia Gold testing
"+ui/views_content_client",
]
|