blob: 626b1978c9087328a75a2a25fd5aba9a3560aca4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# NOTE(piman): This is not an invitation to add WebKit stuff in general into
# the compositor/ui. These lines will disappear once we can extract the Chromium
# Compositor out of WebKit.
include_rules = [
"+cc",
"+third_party/WebKit/public/platform/WebFilterOperation.h",
"+third_party/WebKit/public/platform/WebFilterOperations.h",
"+third_party/WebKit/public/platform/WebGraphicsContext3D.h",
"+third_party/WebKit/public/platform/WebString.h",
"+webkit/common/gpu",
]
|