Chromium Code Reviews| Index: src/nonsfi/irt/irt.gyp |
| diff --git a/src/nonsfi/irt/irt.gyp b/src/nonsfi/irt/irt.gyp |
| index e78cd927ee0319b06f8ec1be5e4b336420a5cfcf..dfbdfc8166bd7b5ab4c58c51a567beeba894f35f 100644 |
| --- a/src/nonsfi/irt/irt.gyp |
| +++ b/src/nonsfi/irt/irt.gyp |
| @@ -20,6 +20,7 @@ |
| }, |
| 'sources': [ |
| '../../untrusted/irt/irt_query_list.c', |
| + '../../untrusted/nacl/nacl_random.h', |
|
Mark Seaborn
2014/11/04 01:19:52
You don't need to list headers in Gyp (especially
hidehiko
2014/11/04 11:16:58
Removed .h files from this list.
|
| '../../untrusted/pthread/nc_condvar.c', |
| '../../untrusted/pthread/nc_mutex.c', |
| '../../untrusted/pthread/nc_thread.c', |
| @@ -31,6 +32,8 @@ |
| '../linux/linux_sys_private.c', |
| 'irt_interfaces.c', |
| 'irt_interfaces.h', |
| + 'irt_random.c', |
| + 'irt_random.h', |
| ], |
| 'dependencies': [ |
| '<(DEPTH)/native_client/tools.gyp:prep_toolchain', |