summaryrefslogtreecommitdiffstats
path: root/content/app/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'content/app/BUILD.gn')
-rw-r--r--content/app/BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/app/BUILD.gn b/content/app/BUILD.gn
index f636d9f..35df02b 100644
--- a/content/app/BUILD.gn
+++ b/content/app/BUILD.gn
@@ -37,7 +37,7 @@ if (is_win) {
} else if (is_android) {
content_app_sources -= [ "content_main.cc" ]
content_app_deps += [
- "//content:content_jni_headers",
+ "//content/public/android:jni",
"//skia",
"//third_party/android_tools:cpu_features"
]