Index: base/base.gyp |
diff --git a/base/base.gyp b/base/base.gyp |
index 39f6015dba1f2feb436ce272430a277dfb18ac54..7b9abc78176565f9d86a1b70dd70444eaf6cd573 100644 |
--- a/base/base.gyp |
+++ b/base/base.gyp |
@@ -521,6 +521,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', |
@@ -814,6 +815,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"', { |