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

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

Issue 2260433006: Add delegate and factory function for ChildMemoryCoordinator (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: export 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
« no previous file with comments | « no previous file | components/memory_coordinator/child/child_memory_coordinator_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/memory_coordinator/child/BUILD.gn
diff --git a/components/memory_coordinator/child/BUILD.gn b/components/memory_coordinator/child/BUILD.gn
index f8c770d22744c13bb16f1f942646578c11e2d479..6462984462175a01a1df6e3956c36284627adee9 100644
--- a/components/memory_coordinator/child/BUILD.gn
+++ b/components/memory_coordinator/child/BUILD.gn
@@ -8,6 +8,8 @@ component("child") {
sources = [
"child_memory_coordinator_impl.cc",
"child_memory_coordinator_impl.h",
+ "child_memory_coordinator_impl_android.cc",
+ "child_memory_coordinator_impl_android.h",
]
defines = [ "MEMORY_COORDINATOR_IMPLEMENTATION" ]
« no previous file with comments | « no previous file | components/memory_coordinator/child/child_memory_coordinator_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698