| Index: base/base.gypi
|
| diff --git a/base/base.gypi b/base/base.gypi
|
| index 425edb52ba041c222c8114f86a09de12deedc40e..6238e972fb542ef0fe824e583314931657edff98 100644
|
| --- a/base/base.gypi
|
| +++ b/base/base.gypi
|
| @@ -358,9 +358,6 @@
|
| '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,11 +760,6 @@
|
| 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/'],
|
|
|