Index: base/base.gyp |
diff --git a/base/base.gyp b/base/base.gyp |
index 4b92a917e5f6045471a24a2697f81308be6d0ab2..5136b1b2787166c2395e9be4a022acfa4040441f 100644 |
--- a/base/base.gyp |
+++ b/base/base.gyp |
@@ -514,6 +514,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', |
@@ -806,6 +807,11 @@ |
'third_party/nspr/nspr.gyp:nspr', |
], |
}], |
+ ['<(native_discardable_memory)==1', { |
+ 'sources!': [ |
+ 'memory/discardable_memory_provider_unittest.cc', |
+ ], |
+ }], |
], # conditions |
'target_conditions': [ |
['OS == "ios" and _toolset != "host"', { |