| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+native_client/src/include", | |
| 3 "+native_client/src/public", | 2 "+native_client/src/public", |
| 4 "+native_client/src/shared/imc/nacl_imc_c.h", | |
| 5 "+native_client/src/shared/platform", | 3 "+native_client/src/shared/platform", |
| 6 "+native_client/src/trusted/desc/nrd_all_modules.h", | |
| 7 "+native_client/src/trusted/service_runtime/include", | |
| 8 "+native_client/src/trusted/service_runtime/nacl_error_code.h", | 4 "+native_client/src/trusted/service_runtime/nacl_error_code.h", |
| 9 "+ppapi/cpp", | 5 "+ppapi/cpp", |
| 10 "+ppapi/utility", | 6 "+ppapi/utility", |
| 11 ] | 7 ] |
| OLD | NEW |