18 lines
449 B
Python
18 lines
449 B
Python
include_rules = [
|
|
"+content/public/renderer",
|
|
# for NaClErrorCode
|
|
"+native_client/src/trusted/service_runtime/nacl_error_code.h",
|
|
"+net",
|
|
"+ppapi/c",
|
|
"+ppapi/proxy",
|
|
"+ppapi/shared_impl",
|
|
|
|
# TODO(raymes): Once all of the resources are refactored to the new pepper
|
|
# resource model, these includes shouldn't be needed.
|
|
"+ppapi/thunk",
|
|
|
|
"+v8/include",
|
|
"+third_party/blink/public/platform",
|
|
"+third_party/blink/public/web",
|
|
]
|