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

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: Rebase Created 6 years, 1 month 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..84639a877af794fd71d8ebab7f1c80ffce05eedf 100644
--- a/src/nonsfi/irt/irt.gyp
+++ b/src/nonsfi/irt/irt.gyp
@@ -30,7 +30,7 @@
'../linux/linux_pthread_private.c',
'../linux/linux_sys_private.c',
'irt_interfaces.c',
- 'irt_interfaces.h',
+ 'irt_random.c',
],
'dependencies': [
'<(DEPTH)/native_client/tools.gyp:prep_toolchain',

Powered by Google App Engine
This is Rietveld 408576698