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

Unified Diff: base/memory/BUILD.gn

Issue 1250913002: patch from chinmaygarde@ to make progress on mac, ios. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: status Created 5 years, 4 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
« base/BUILD.gn ('K') | « base/BUILD.gn ('k') | base/process/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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) {
« base/BUILD.gn ('K') | « base/BUILD.gn ('k') | base/process/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698