| Index: base/base.gyp
|
| diff --git a/base/base.gyp b/base/base.gyp
|
| index 2a56088234fe5094896a3c2856bd7f3e576afab9..47618a62cd719ea67248345a6a38ceed3353fddf 100644
|
| --- a/base/base.gyp
|
| +++ b/base/base.gyp
|
| @@ -805,6 +805,11 @@
|
| ['include', '^sys_string_conversions_mac_unittest\\.mm$'],
|
| ],
|
| }],
|
| + ['OS == "android" and _toolset == "target"', {
|
| + 'sources': [
|
| + 'memory/discardable_memory_allocation_ashmem_factory_unittest.cc',
|
| + ],
|
| + }],
|
| ['OS == "android"', {
|
| 'sources/': [
|
| ['include', '^debug/proc_maps_linux_unittest\\.cc$'],
|
|
|