Index: base/base_untrusted.gyp |
=================================================================== |
--- base/base_untrusted.gyp (revision 141270) |
+++ base/base_untrusted.gyp (working copy) |
@@ -22,6 +22,13 @@ |
'nlib_target': 'libbase_untrusted.a', |
'build_glibc': 0, |
'build_newlib': 1, |
+ 'sources': [ |
+ 'atomicops_internals_x86_gcc.cc', |
+ 'string16.cc', |
+ 'sync_socket_nacl.cc', |
+ 'third_party/nspr/prtime.cc', |
+ 'time_posix.cc', |
+ ], |
}, |
'dependencies': [ |
'<(DEPTH)/native_client/tools.gyp:prep_toolchain', |