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

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

Issue 2094583002: Add MemoryCoordinator (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Create handle per child Created 4 years, 5 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/child/BUILD.gn
diff --git a/components/memory_coordinator/child/BUILD.gn b/components/memory_coordinator/child/BUILD.gn
index db58c2ddd4dd7b9ae6da16dbc058886815869340..47eecb161dd37e657a12b3a7e25c4c758c9c9da3 100644
--- a/components/memory_coordinator/child/BUILD.gn
+++ b/components/memory_coordinator/child/BUILD.gn
@@ -10,8 +10,12 @@ source_set("child") {
deps = [
"//base",
- "//components/memory_coordinator/common",
"//components/memory_coordinator/public/interfaces",
+ "//services/shell/public/cpp",
+ ]
+
+ public_deps = [
+ "//components/memory_coordinator/common",
]
}

Powered by Google App Engine
This is Rietveld 408576698