| Index: components/nacl_nonsfi.gyp
|
| diff --git a/components/nacl_nonsfi.gyp b/components/nacl_nonsfi.gyp
|
| index 3bd4a13b777ce1f74f5afdd5e7c8bea93df39405..0601afd04a8b05cb12160e9f1b97945ed9bf48be 100644
|
| --- a/components/nacl_nonsfi.gyp
|
| +++ b/components/nacl_nonsfi.gyp
|
| @@ -42,12 +42,14 @@
|
| 'extra_deps_newlib32_nonsfi': [
|
| '>(tc_lib_dir_nonsfi_helper32)/libbase_nacl_nonsfi.a',
|
| '>(tc_lib_dir_nonsfi_helper32)/libevent_nacl_nonsfi.a',
|
| + '>(tc_lib_dir_nonsfi_helper32)/libipc_nacl_nonsfi.a',
|
| ],
|
| }],
|
| ],
|
| },
|
| 'dependencies': [
|
| - '<(DEPTH)/base/base_nacl.gyp:base_nacl_nonsfi',
|
| + '../base/base_nacl.gyp:base_nacl_nonsfi',
|
| + '../ipc/ipc_nacl.gyp:ipc_nacl_nonsfi',
|
| '<(DEPTH)/native_client/src/nonsfi/irt/irt.gyp:nacl_sys_private',
|
| '<(DEPTH)/native_client/src/untrusted/nacl/nacl.gyp:nacl_lib_newlib',
|
| '<(DEPTH)/native_client/tools.gyp:prep_toolchain',
|
|
|