Index: base/memory/BUILD.gn |
diff --git a/base/memory/BUILD.gn b/base/memory/BUILD.gn |
index abbfa64202efc7dcdbddf9835ed4fba12bf628ff..93e464c2227e7ab17f7c25ea60cac1842b241ec9 100644 |
--- a/base/memory/BUILD.gn |
+++ b/base/memory/BUILD.gn |
@@ -47,7 +47,10 @@ source_set("memory") { |
"weak_ptr.h", |
] |
if (is_ios) { |
- sources -= [ "shared_memory_posix.cc" ] |
+ sources -= [ |
+ "discardable_shared_memory.cc", |
+ "shared_memory_posix.cc", |
+ ] |
} |
if (is_nacl) { |