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

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

Issue 2259743002: Add MemoryStateListenerAndroid (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: native 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
Index: components/memory_coordinator/child/BUILD.gn
diff --git a/components/memory_coordinator/child/BUILD.gn b/components/memory_coordinator/child/BUILD.gn
index 6462984462175a01a1df6e3956c36284627adee9..2699073d548bc88ada3d6bfd76bb463ca8005399 100644
--- a/components/memory_coordinator/child/BUILD.gn
+++ b/components/memory_coordinator/child/BUILD.gn
@@ -22,6 +22,10 @@ component("child") {
public_deps = [
"//components/memory_coordinator/common",
]
+
+ if (is_android) {
+ public_deps += [ "//components/memory_coordinator/android:android" ]
+ }
}
source_set("unit_tests") {

Powered by Google App Engine
This is Rietveld 408576698