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

Unified Diff: content/app/BUILD.gn

Issue 2259743002: Add MemoryStateListenerAndroid (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix dependency and update test 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
Index: content/app/BUILD.gn
diff --git a/content/app/BUILD.gn b/content/app/BUILD.gn
index 1c4e91355318603af56e600d2263ad762366e25f..77ed8ffae06b82a8b3967fc7831eaf21b6265f60 100644
--- a/content/app/BUILD.gn
+++ b/content/app/BUILD.gn
@@ -42,6 +42,7 @@ template("implement_content_app") {
# can include headers from both places. Many of these are required for
# JNI registration.
content_app_deps += [
+ "//components/memory_coordinator/common:common",
"//content/browser",
"//content/child",
"//content/public/android:jni",

Powered by Google App Engine
This is Rietveld 408576698