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