Chromium Code Reviews| Index: ipc/ipc.gyp |
| diff --git a/ipc/ipc.gyp b/ipc/ipc.gyp |
| index ab57cd9b4dd2c950d92aa9f81bd01f0ccb695481..6e05d3b13f988299c709250bf59a5b5c46939cb2 100644 |
| --- a/ipc/ipc.gyp |
| +++ b/ipc/ipc.gyp |
| @@ -63,7 +63,7 @@ |
| '../build/linux/system.gyp:gtk', |
| ], |
| }], |
| - ['os_posix == 1 and OS != "mac"', { |
| + ['os_posix == 1 and OS != "mac" and OS != "android"', { |
| 'conditions': [ |
| ['linux_use_tcmalloc==1', { |
| 'dependencies': [ |