| 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",
|
|
|