Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(879)

Unified Diff: src/nonsfi/irt/irt.gyp

Issue 686723003: Non-SFI mode: Implement nacl_irt_random only for nacl_helper_nonsfi. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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',

Powered by Google App Engine
This is Rietveld 408576698