blob: ebb73ea37cf3dab8f4ff72600cdf8d95abdeca35 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
include_rules = [
"+base",
# Since this is used by the implementation in /webkit, we don't want it to
# depend on IPC.
"-ipc",
"-ppapi/cpp",
# The image data implementation depends on how we're building Skia. This isn't
# a link-time dependency, so it's OK.
"+skia/config/SkUserConfig.h"
]
|