Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(239)

Unified Diff: base/base.gyp

Issue 111713008: base: Refactor DiscardableMemoryProvider to build and be tested on all platforms. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix native_discardable_memory on ios. Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | base/base.gypi » ('j') | build/common.gypi » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gyp
diff --git a/base/base.gyp b/base/base.gyp
index 0c8207f84c32e7cec29a1ed4a34483c0ed2d9349..407d49d0582c29a76a4c41c59560826277bb68cb 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -843,11 +843,6 @@
'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"', {
« no previous file with comments | « no previous file | base/base.gypi » ('j') | build/common.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698