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

Unified Diff: base/base.gypi

Issue 1250093006: Added memory pressure monitor for linux. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Uncomment ::Get functionality Created 5 years, 5 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 | « base/base.gyp ('k') | base/memory/BUILD.gn » ('j') | no next file with comments »
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 efe67c0508ce50e6bd6ff1d7551892eaa50230b4..272a119886ec3c09b253893dcb30d17cfac2ff30 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -343,11 +343,9 @@
'memory/memory_pressure_monitor.cc',
'memory/memory_pressure_monitor.h',
'memory/memory_pressure_monitor_chromeos.cc',
- 'memory/memory_pressure_monitor_chromeos.h',
+ 'memory/memory_pressure_monitor_linux.cc',
'memory/memory_pressure_monitor_mac.cc',
- 'memory/memory_pressure_monitor_mac.h',
'memory/memory_pressure_monitor_win.cc',
- 'memory/memory_pressure_monitor_win.h',
'memory/raw_scoped_refptr_mismatch_checker.h',
'memory/ref_counted.cc',
'memory/ref_counted.h',
« no previous file with comments | « base/base.gyp ('k') | base/memory/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698