| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+components/tracing", | 2 "+components/tracing", |
| 3 | 3 |
| 4 # We don't want the proxy to depend on the C++ layer, which is appropriate | 4 # We don't want the proxy to depend on the C++ layer, which is appropriate |
| 5 # for plugins only. | 5 # for plugins only. |
| 6 "-ppapi/cpp", | 6 "-ppapi/cpp", |
| 7 | 7 |
| 8 "+mojo/edk/embedder", |
| 9 |
| 8 # The untrusted build references the NaCl integrated runtime (IRT). | 10 # The untrusted build references the NaCl integrated runtime (IRT). |
| 9 "+native_client/src/public", | 11 "+native_client/src/public", |
| 10 "+native_client/src/untrusted/irt/irt.h", | 12 "+native_client/src/untrusted/irt/irt.h", |
| 11 "+native_client/src/untrusted/irt/irt_dev.h", | 13 "+native_client/src/untrusted/irt/irt_dev.h", |
| 12 # The IRT also needs to know the errno and sysconf enums. | 14 # The IRT also needs to know the errno and sysconf enums. |
| 13 "+native_client/src/trusted/service_runtime/include/sys/errno.h", | 15 "+native_client/src/trusted/service_runtime/include/sys/errno.h", |
| 14 "+native_client/src/trusted/service_runtime/include/sys/unistd.h", | 16 "+native_client/src/trusted/service_runtime/include/sys/unistd.h", |
| 15 ] | 17 ] |
| OLD | NEW |