blob: 377524eac56b8c80edc19bc15b9d3499ba4fe623 (
plain)
1
2
3
4
5
6
7
|
include_rules = [
# These files are really Chrome-only and we don't want to expose them, but
# we need to use them for the proxy. Allow the code here to pull these
# headers (which don't depend on anything else).
"+webkit/glue/plugins/ppb_private.h",
"+webkit/glue/plugins/ppb_private2.h",
]
|