Index: components/nacl_nonsfi.gyp |
diff --git a/components/nacl_nonsfi.gyp b/components/nacl_nonsfi.gyp |
index 3bd4a13b777ce1f74f5afdd5e7c8bea93df39405..66aa2967a22162a8c5abf17b0c926a29ef00bbc3 100644 |
--- a/components/nacl_nonsfi.gyp |
+++ b/components/nacl_nonsfi.gyp |
@@ -42,6 +42,7 @@ |
'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)/libshared_memory_support_nacl.a', |
], |
}], |
], |
@@ -51,6 +52,12 @@ |
'<(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', |
+ |
+ |
+ # Temporary depends on some libraries to make sure they can be |
+ # built properly. These are depended by PPAPI library. |
+ # TODO(hidehiko): Remove them when PPAPI library is introduced. |
+ '../media/media_nacl.gyp:shared_memory_support_nacl', |
Junichi Uekawa
2014/10/17 10:24:21
why not <(DEPTH) to be consistent ?
hidehiko
2014/10/20 06:28:17
Good point. Standardized with "../" instead of <(D
|
], |
}, |
# TODO(hidehiko): Add Non-SFI version of nacl_loader_unittests. |