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

Unified Diff: src/trusted/desc/BUILD.gn

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 | « SConstruct ('k') | src/trusted/desc/build.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/trusted/desc/BUILD.gn
diff --git a/src/trusted/desc/BUILD.gn b/src/trusted/desc/BUILD.gn
index bd4500bd96df36f2eeece202e921d90bd3e9793c..7d405b4b0814657e48890da4a3d480888b065300 100644
--- a/src/trusted/desc/BUILD.gn
+++ b/src/trusted/desc/BUILD.gn
@@ -53,11 +53,7 @@ static_library("nrd_xfer") {
]
if (os == "linux") {
- sources += [
- "linux/nacl_desc_sysv_shm.c",
- "linux/nacl_desc_sysv_shm.h",
- "posix/nacl_desc.c",
- ]
+ sources += ["posix/nacl_desc.c"]
}
if (os == "mac") {
« no previous file with comments | « SConstruct ('k') | src/trusted/desc/build.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698