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