Index: base/base.gyp |
diff --git a/base/base.gyp b/base/base.gyp |
index ef521118b6ffd1c93baf348f5958cddd65258a2f..f93de6b6fe121fc564699d2c83b7adca22addadd 100644 |
--- a/base/base.gyp |
+++ b/base/base.gyp |
@@ -512,6 +512,7 @@ |
'md5_unittest.cc', |
'memory/aligned_memory_unittest.cc', |
'memory/discardable_memory_unittest.cc', |
+ 'memory/discardable_memory_provider_unittest.cc', |
'memory/linked_ptr_unittest.cc', |
'memory/ref_counted_memory_unittest.cc', |
'memory/ref_counted_unittest.cc', |
@@ -800,6 +801,11 @@ |
'third_party/nspr/nspr.gyp:nspr', |
], |
}], |
+ ['OS == "mac" or OS == "android"', { |
+ 'sources!': [ |
+ 'memory/discardable_memory_unittest.cc', |
+ ], |
+ }], |
], # conditions |
'target_conditions': [ |
['OS == "ios" and _toolset != "host"', { |