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

Unified Diff: sandbox/sandbox_linux.gypi

Issue 10736017: Share the zygote's fopen overrides with nacl_helper. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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
« no previous file with comments | « sandbox/linux/services/libc_urandom_override.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sandbox/sandbox_linux.gypi
diff --git a/sandbox/sandbox_linux.gypi b/sandbox/sandbox_linux.gypi
index b3489ecfa103384937fec5ec3b5ac17f2911cffa..9cfb897226aaa1a216afad14c8906466c5d9b07e 100644
--- a/sandbox/sandbox_linux.gypi
+++ b/sandbox/sandbox_linux.gypi
@@ -86,5 +86,19 @@
'..',
],
},
+ {
+ 'target_name': 'libc_urandom_override',
+ 'type': 'static_library',
+ 'sources': [
+ 'linux/services/libc_urandom_override.cc',
+ 'linux/services/libc_urandom_override.h',
+ ],
+ 'dependencies': [
+ '../base/base.gyp:base',
+ ],
+ 'include_dirs': [
+ '..',
+ ],
+ },
],
}
« no previous file with comments | « sandbox/linux/services/libc_urandom_override.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698