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

Unified Diff: components/memory_coordinator/browser/BUILD.gn

Issue 2236983002: Create MemoryMonitor and Windows implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address review comments. Created 4 years, 4 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: components/memory_coordinator/browser/BUILD.gn
diff --git a/components/memory_coordinator/browser/BUILD.gn b/components/memory_coordinator/browser/BUILD.gn
index 0afa65eb2142794517d5a8f7444f57fbd15b1538..fed499dad5d680329c802fe0c127e8996d04f0ef 100644
--- a/components/memory_coordinator/browser/BUILD.gn
+++ b/components/memory_coordinator/browser/BUILD.gn
@@ -6,6 +6,9 @@ static_library("browser") {
sources = [
"memory_coordinator.cc",
"memory_coordinator.h",
+ "memory_monitor.h",
+ "memory_monitor_win.cc",
+ "memory_monitor_win.h",
]
deps = [
@@ -23,6 +26,7 @@ source_set("unit_tests") {
sources = [
"memory_coordinator_unittest.cc",
+ "memory_monitor_win_unittest.cc",
]
deps = [

Powered by Google App Engine
This is Rietveld 408576698