blob: 313cbacac3364bd1ff83ca6957dfbb5987cc2ff6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
include_rules = [
"+base",
"+gpu",
"+media/audio",
"+skia",
"+webkit/common/webpreferences.h",
# The untrusted build references the NaCl integrated runtime (IRT).
"+native_client/src/untrusted/irt",
# Since this is used by the implementation in /webkit, we don't want it to
# depend on IPC.
"-ipc",
"-ppapi/cpp",
"-ppapi/proxy",
# For testing purpose.
"+ppapi/proxy/ppapi_proxy_test.h",
]
|