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

Unified Diff: base/BUILD.gn

Issue 2434353003: Introduce MemoryCoordinatorProxy in base (Closed)
Patch Set: Address on reviews Created 4 years, 2 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 | « no previous file | base/memory/memory_coordinator_proxy.h » ('j') | base/memory/memory_coordinator_proxy.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/BUILD.gn
diff --git a/base/BUILD.gn b/base/BUILD.gn
index 0fb3efe7fc0502c6b579cf96162d5167713ff141..6ab02e128c34f8f12ad7b84222ec833d93351694 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -475,6 +475,8 @@ component("base") {
"memory/memory_coordinator_client.h",
"memory/memory_coordinator_client_registry.cc",
"memory/memory_coordinator_client_registry.h",
+ "memory/memory_coordinator_proxy.cc",
+ "memory/memory_coordinator_proxy.h",
"memory/memory_pressure_listener.cc",
"memory/memory_pressure_listener.h",
"memory/memory_pressure_monitor.cc",
« no previous file with comments | « no previous file | base/memory/memory_coordinator_proxy.h » ('j') | base/memory/memory_coordinator_proxy.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698