OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+base", | 2 "+base", |
3 "+gpu", | 3 "+gpu", |
4 "+media/audio", | 4 "+media/audio", |
5 "+skia", | 5 "+skia", |
6 "+webkit/glue", | 6 "+webkit/glue", |
7 | 7 |
8 # The untrusted build references the NaCl integrated runtime (IRT). | 8 # The untrusted build references the NaCl integrated runtime (IRT). |
9 "+native_client/src/untrusted/irt", | 9 "+native_client/src/untrusted/irt", |
10 | 10 |
11 # Since this is used by the implementation in /webkit, we don't want it to | 11 # Since this is used by the implementation in /webkit, we don't want it to |
12 # depend on IPC. | 12 # depend on IPC. |
13 "-ipc", | 13 "-ipc", |
14 | 14 |
15 "-ppapi/cpp", | 15 "-ppapi/cpp", |
16 "-ppapi/proxy", | 16 "-ppapi/proxy", |
| 17 |
| 18 # For testing purpose. |
| 19 "+ppapi/proxy/ppapi_proxy_test.h", |
17 ] | 20 ] |
OLD | NEW |