| Index: base/allocator/allocator.gyp
|
| diff --git a/base/allocator/allocator.gyp b/base/allocator/allocator.gyp
|
| index b744a3a472fb6948cb7fa9f59d22147a6dec4dbc..0c19945703581de8bbbaad0b94d4bdaff63a0ce9 100644
|
| --- a/base/allocator/allocator.gyp
|
| +++ b/base/allocator/allocator.gyp
|
| @@ -51,6 +51,7 @@
|
| # Generated for our configuration from tcmalloc's build
|
| # and checked in.
|
| '<(tcmalloc_dir)/src/config.h',
|
| + '<(tcmalloc_dir)/src/config_android.h',
|
| '<(tcmalloc_dir)/src/config_linux.h',
|
| '<(tcmalloc_dir)/src/config_win.h',
|
|
|
| @@ -388,7 +389,7 @@
|
| '<(tcmalloc_dir)/src/profiler.cc',
|
| ],
|
| }],
|
| - ['OS=="linux" or OS=="freebsd" or OS=="solaris"', {
|
| + ['OS=="linux" or OS=="freebsd" or OS=="solaris" or OS=="android"', {
|
| 'sources!': [
|
| '<(tcmalloc_dir)/src/system-alloc.h',
|
| '<(tcmalloc_dir)/src/windows/port.cc',
|
|
|