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

Unified Diff: base/memory/BUILD.gn

Issue 1250093006: Added memory pressure monitor for linux. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Re-upload with less restrictive copy detection. 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
Index: base/memory/BUILD.gn
diff --git a/base/memory/BUILD.gn b/base/memory/BUILD.gn
index 79d99ebba70efa27e8cb60aa989e5a39e8e9dfd1..edc2ddbb33debd1c612891b2b08948d007f28fb0 100644
--- a/base/memory/BUILD.gn
+++ b/base/memory/BUILD.gn
@@ -20,6 +20,8 @@ source_set("memory") {
"memory_pressure_monitor.h",
"memory_pressure_monitor_chromeos.cc",
"memory_pressure_monitor_chromeos.h",
+ "memory_pressure_monitor_linux.cc",
+ "memory_pressure_monitor_linux.h",
"memory_pressure_monitor_mac.cc",
"memory_pressure_monitor_mac.h",
"memory_pressure_monitor_win.cc",

Powered by Google App Engine
This is Rietveld 408576698