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

Unified Diff: base/base.gypi

Issue 15650016: [Not for review] Discardable memory emulation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 6 months 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/containers/mru_cache.h » ('j') | base/memory/discardable_memory.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gypi
diff --git a/base/base.gypi b/base/base.gypi
index ce8e95b0057bd512ca39ce5a30537fdc3b223bb3..80507adb0a171fac05a78db41f5d69b2618db45e 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -267,6 +267,7 @@
'memory/discardable_memory.cc',
'memory/discardable_memory.h',
'memory/discardable_memory_android.cc',
+ 'memory/discardable_memory_emulated.cc',
'memory/discardable_memory_mac.cc',
'memory/linked_ptr.h',
'memory/manual_constructor.h',
@@ -773,6 +774,12 @@
'sources/': [ ['exclude', '^win/'] ],
},
],
+ ['OS == "android" or OS == "mac"', {
+ 'sources!': [
+ 'memory/discardable_memory_emulated.cc',
+ ],
+ },
+ ],
['OS != "android" or >(nacl_untrusted_build)==1', {
'sources/': [ ['exclude', '^android/'] ],
},
« no previous file with comments | « no previous file | base/containers/mru_cache.h » ('j') | base/memory/discardable_memory.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698