• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1include_rules = [
2  "+content/public/renderer",
3  "+native_client/src/public/imc_types.h",  # for NaClHandle
4  "+net",
5  "+ppapi/c",
6  "+ppapi/proxy",
7  "+ppapi/shared_impl",
8
9  # TODO(raymes): Once all of the resources are refactored to the new pepper
10  # resource model, these includes shouldn't be needed.
11  "+ppapi/thunk",
12
13  "+v8/include",
14  "+third_party/jsoncpp/source/include/json",
15  "+third_party/WebKit/public/platform",
16  "+third_party/WebKit/public/web",
17]
18