Chromium Code Reviews| Index: base/base.gypi |
| diff --git a/base/base.gypi b/base/base.gypi |
| index 81a8c99d079ebb648c22d880c5acc68ffe2e3858..10015572f61d34c99ebdac2a86b73d7c6303e5c7 100644 |
| --- a/base/base.gypi |
| +++ b/base/base.gypi |
| @@ -358,6 +358,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', |
| @@ -763,6 +766,11 @@ |
| 4018, |
| ], |
| 'target_conditions': [ |
| + ['OS == "mac"', { |
| + 'sources!': [ |
| + 'memory/shared_memory_posix.cc', |
|
Nico
2015/06/17 04:03:20
should probably be renamed to shared_memory_linux.
erikchen
2015/06/17 17:38:55
I thought that Android is considered posix but not
Nico
2015/06/17 17:42:51
Right you are. Nevermind.
|
| + ], |
| + }], |
| ['(<(desktop_linux) == 0 and <(chromeos) == 0) or >(nacl_untrusted_build)==1', { |
| 'sources/': [ |
| ['exclude', '^nix/'], |