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