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

Unified Diff: memory/BUILD.gn

Issue 2050803003: Update to Chromium //base at Chromium commit e3a753f17bac62738b0dbf0b36510f767b081e4b. (Closed) Base URL: https://github.com/domokit/base.git@master
Patch Set: Created 4 years, 6 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 | « mac/foundation_util_unittest.mm ('k') | memory/memory_pressure_listener.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: memory/BUILD.gn
diff --git a/memory/BUILD.gn b/memory/BUILD.gn
index 42506311ee5854ebc5af00ec0b7667f4b94c2f6e..bd94bb28118eb3dbed2fb76803fb590d69d67286 100644
--- a/memory/BUILD.gn
+++ b/memory/BUILD.gn
@@ -69,6 +69,15 @@ source_set("memory") {
sources -= [ "shared_memory_posix.cc" ]
}
+ if (is_ios) {
+ set_sources_assignment_filter([])
+ sources += [
+ "shared_memory_handle_mac.cc",
+ "shared_memory_mac.cc",
+ ]
+ set_sources_assignment_filter(sources_assignment_filter)
+ }
+
if (is_android) {
deps = [
"//third_party/ashmem",
« no previous file with comments | « mac/foundation_util_unittest.mm ('k') | memory/memory_pressure_listener.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698