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