Index: base/base.gypi |
diff --git a/base/base.gypi b/base/base.gypi |
index 6e2944a4464f4c818aeb16d0c9055991dfb31fff..6d6aad1cf9e5296b226aa42469a008982c22ab69 100644 |
--- a/base/base.gypi |
+++ b/base/base.gypi |
@@ -357,6 +357,9 @@ |
'memory/scoped_vector.h', |
'memory/shared_memory.h', |
'memory/shared_memory_android.cc', |
+ 'memory/shared_memory_handle.h', |
+ 'memory/shared_memory_handle_mac.cc', |
+ 'memory/shared_memory_mac.cc', |
'memory/shared_memory_nacl.cc', |
'memory/shared_memory_posix.cc', |
'memory/shared_memory_win.cc', |
@@ -762,6 +765,11 @@ |
4018, |
], |
'target_conditions': [ |
+ ['OS == "mac"', { |
+ 'sources!': [ |
+ 'memory/shared_memory_posix.cc', |
+ ], |
+ }], |
['(<(desktop_linux) == 0 and <(chromeos) == 0) or >(nacl_untrusted_build)==1', { |
'sources/': [ |
['exclude', '^nix/'], |