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