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

Unified Diff: base/BUILD.gn

Issue 2311723002: Move memory_coordinator_client and its registry to base/memory (Closed)
Patch Set: Merge TrimMemory with OnMemoryPressure Created 4 years, 3 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_client.h » ('j') | base/memory/memory_coordinator_client.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 e8dc7875857a698391725f9d43de0e1413bf085c..ad5fb81c2f99428790ec244701300a6d2ad6b433 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -466,6 +466,9 @@ component("base") {
"memory/free_deleter.h",
"memory/linked_ptr.h",
"memory/manual_constructor.h",
+ "memory/memory_coordinator_client.h",
+ "memory/memory_coordinator_client_registry.cc",
+ "memory/memory_coordinator_client_registry.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_client.h » ('j') | base/memory/memory_coordinator_client.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698