1include_rules = [ 2 "+content/public/renderer", 3 # for NaClErrorCode 4 "+native_client/src/trusted/service_runtime/nacl_error_code.h", 5 "+net", 6 "+ppapi/c", 7 "+ppapi/proxy", 8 "+ppapi/shared_impl", 9 10 # TODO(raymes): Once all of the resources are refactored to the new pepper 11 # resource model, these includes shouldn't be needed. 12 "+ppapi/thunk", 13 14 "+v8/include", 15 "+third_party/blink/public/platform", 16 "+third_party/blink/public/web", 17] 18