| Index: base/allocator/allocator.gyp
|
| diff --git a/base/allocator/allocator.gyp b/base/allocator/allocator.gyp
|
| index 74e0a433176005c17e3f02b5b76b25b0fab3eba9..62bbf2c466a324cf60491e4ddb6439ab7e77fb5c 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',
|
|
|
| @@ -389,7 +390,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',
|
|
|