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

Unified Diff: chrome/browser/BUILD.gn

Issue 2527973003: Consolidate code monitoring low memory kills and OOM kills to MemoryKillsMonitor on ChromeOS. (Closed)
Patch Set: restrict it to ChromeoS 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 | chrome/browser/browser_process_impl.h » ('j') | chrome/browser/browser_process_impl.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index 693b044fe244a5c4c5a00fc536e06c42a31738dc..a7344d775a99bed52155934b29884ea6c9c4edc9 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -2771,6 +2771,9 @@ split_static_library("browser") {
"media_galleries/win/portable_device_map_service.h",
"media_galleries/win/snapshot_file_details.cc",
"media_galleries/win/snapshot_file_details.h",
+ "memory/memory_kills_histogram.h",
+ "memory/memory_kills_monitor.cc",
+ "memory/memory_kills_monitor.h",
"memory/oom_memory_details.cc",
"memory/oom_memory_details.h",
"memory/tab_manager.cc",
« no previous file with comments | « no previous file | chrome/browser/browser_process_impl.h » ('j') | chrome/browser/browser_process_impl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698