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

Unified Diff: src/trusted/desc/build.scons

Issue 298443002: Remove unused support for SysV shared memory (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Created 6 years, 7 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 | « src/trusted/desc/BUILD.gn ('k') | src/trusted/desc/desc.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/trusted/desc/build.scons
diff --git a/src/trusted/desc/build.scons b/src/trusted/desc/build.scons
index a21679285f6d7aa32a895d6c8f518bac70eabfdd..1a4c59b7acb6db4d566ac91e0cceb9d2da0aef36 100644
--- a/src/trusted/desc/build.scons
+++ b/src/trusted/desc/build.scons
@@ -57,9 +57,6 @@ if env.Bit('windows'):
else:
nrd_lib_inputs += ['posix/nacl_desc.c']
-if env.Bit('linux') and not env.Bit('android'):
- nrd_lib_inputs += ['linux/nacl_desc_sysv_shm.c']
-
if env.Bit('windows'):
nrd_lib_inputs += [
'nacl_desc_conn_cap.c',
« no previous file with comments | « src/trusted/desc/BUILD.gn ('k') | src/trusted/desc/desc.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698