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

Unified Diff: build/common.gypi

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 | « base/memory/discardable_memory_win.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index f7404734805799f3589577bdf53def62f1d0aee9..5a58692ac3af7f0c2cc7287d41a67d4a5a71ab16 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -638,7 +638,7 @@
'proprietary_codecs%': 0,
}],
- ['OS=="mac"', {
+ ['OS=="mac" or OS=="ios"', {
reveman 2013/12/14 05:32:59 How this worked before is a mystery to me.
reveman 2013/12/14 07:42:01 Ok, looks like we built both discardable_memory_ma
'native_discardable_memory%': 1,
'native_memory_pressure_signals%': 1,
}],
« no previous file with comments | « base/memory/discardable_memory_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698