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

Unified Diff: base/memory/BUILD.gn

Issue 1257303005: Editing iOS sources and dependencies. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@Editing_IOS_dependencies
Patch Set: set_sources_assignment_filter(sources_assignment_filter) 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
« no previous file with comments | « base/BUILD.gn ('k') | base/test/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 79d99ebba70efa27e8cb60aa989e5a39e8e9dfd1..abbfa64202efc7dcdbddf9835ed4fba12bf628ff 100644
--- a/base/memory/BUILD.gn
+++ b/base/memory/BUILD.gn
@@ -46,6 +46,9 @@ source_set("memory") {
"weak_ptr.cc",
"weak_ptr.h",
]
+ if (is_ios) {
+ sources -= [ "shared_memory_posix.cc" ]
+ }
if (is_nacl) {
sources -= [
« no previous file with comments | « base/BUILD.gn ('k') | base/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698