Chromium Code Reviews| Index: content/app/BUILD.gn |
| diff --git a/content/app/BUILD.gn b/content/app/BUILD.gn |
| index f636d9f3735c42effbf1d52958ebc64f0d1de25e..35df02bbe3a79493b5364231c97f897a7210fdbd 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" |
| ] |