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

Unified Diff: src/trusted/desc/desc.gyp

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.scons ('k') | src/trusted/desc/linux/nacl_desc_sysv_shm.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/trusted/desc/desc.gyp
diff --git a/src/trusted/desc/desc.gyp b/src/trusted/desc/desc.gyp
index e30fd4bd0df5d696a9d38fd87baa278a4562bc2e..aa906e9b8d298c7e579698ffb8765924ae481408 100644
--- a/src/trusted/desc/desc.gyp
+++ b/src/trusted/desc/desc.gyp
@@ -97,17 +97,12 @@
]
},
'conditions': [
- ['OS=="linux"', {
+ ['OS=="linux" or OS=="mac"', {
'sources': [
- 'linux/nacl_desc_sysv_shm.c',
- 'linux/nacl_desc_sysv_shm.h',
'posix/nacl_desc.c',
],
}],
['OS=="mac"', {
- 'sources': [
- 'posix/nacl_desc.c',
- ],
# Turning -pedantic off is a hack. Without it, clang
# complains that macro arguments are empty, which is
# only permitted in c99 and c++0x modes. This is true
« no previous file with comments | « src/trusted/desc/build.scons ('k') | src/trusted/desc/linux/nacl_desc_sysv_shm.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698