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 4e72be06f951025626bd48dae1f41d3d545e591e..b15650f53967013f7025dfac3f8ffe0c012045d4 100644 |
| --- a/src/trusted/service_runtime/service_runtime.gyp |
| +++ b/src/trusted/service_runtime/service_runtime.gyp |
| @@ -205,6 +205,9 @@ |
| 'variables': { |
| 'target_base': 'sel', |
| }, |
| + 'sources': [ |
| + '<(DEPTH)/native_client/src/trusted/validator/validator_init.c', |
|
Nick Bray
2012/05/22 23:46:31
This should be added to the 'target_base=="sel"' d
pasko-google - do not use
2012/05/23 14:28:11
Thank you for this! Seriously, great suggestion! I
|
| + ], |
| 'dependencies': [ |
| 'env_cleanser', |
| 'nacl_error_code', |