Chromium Code Reviews| Index: src/trusted/service_runtime/service_runtime.gyp |
| diff --git a/src/trusted/service_runtime/service_runtime.gyp b/src/trusted/service_runtime/service_runtime.gyp |
| index ffc40df4ae15bb920d34df5796e842cae1434e73..6e1a14e0fe643603fc9ad16fc179fb7f2fc2cd35 100644 |
| --- a/src/trusted/service_runtime/service_runtime.gyp |
| +++ b/src/trusted/service_runtime/service_runtime.gyp |
| @@ -65,6 +65,7 @@ |
| 'sel_qualify.c', |
| 'sel_validate_image.c', |
| 'thread_suspension_common.c', |
| + '<(DEPTH)/native_client/src/trusted/validator/validator_init.c', |
|
Mark Seaborn
2012/06/14 20:11:56
This is messy. service_runtime.gyp shouldn't be b
pasko-google - do not use
2012/06/17 14:46:45
I agree this looks different than inclusion of oth
Mark Seaborn
2012/06/20 20:02:26
Creating a new, arch-neutral Gyp file, src/validat
pasko-google - do not use
2012/06/21 15:24:18
I added the trusted/validator/validator.gyp.
Thoug
|
| ], |
| 'include_dirs': [ |
| # For generated header files from the x86-64 validator, |