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

Unified Diff: content/browser/BUILD.gn

Issue 2360433002: Memory-monitor for Mac. (Closed)
Patch Set: calculate adjustment based on poll interval; limit calculations to avoid overflow Created 4 years, 1 month 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 | content/browser/memory/memory_coordinator.h » ('j') | content/browser/memory/memory_monitor.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 4309f29745eb1dbcfc8b656ebc48fd0f99635163..6a1096c3dedbe81923d1e7e1760c4754c8110960 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -877,6 +877,8 @@ source_set("browser") {
"memory/memory_monitor.h",
"memory/memory_monitor_android.cc",
"memory/memory_monitor_android.h",
+ "memory/memory_monitor_mac.cc",
+ "memory/memory_monitor_mac.h",
"memory/memory_monitor_win.cc",
"memory/memory_monitor_win.h",
"memory/memory_pressure_controller_impl.cc",
« no previous file with comments | « no previous file | content/browser/memory/memory_coordinator.h » ('j') | content/browser/memory/memory_monitor.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698