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

Unified Diff: content/browser/BUILD.gn

Issue 2867353002: memory coordinator: Introduce MemoryCoordinatorImpl::Policy (Closed)
Patch Set: Tweak Created 3 years, 7 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: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 8b8f8b3322583a0d04fc292aa061b12ea9290703..c6b026f743db05b8e9af13ae06152087b6d44661 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -1008,6 +1008,8 @@ source_set("browser") {
"media/url_provision_fetcher.h",
"memory/memory_condition_observer.cc",
"memory/memory_condition_observer.h",
+ "memory/memory_coordinator_default_policy.cc",
+ "memory/memory_coordinator_default_policy.h",
"memory/memory_coordinator_impl.cc",
"memory/memory_coordinator_impl.h",
"memory/memory_message_filter.cc",

Powered by Google App Engine
This is Rietveld 408576698