Chromium Code Reviews| Index: components/safe_browsing_db/android/BUILD.gn |
| diff --git a/components/safe_browsing_db/android/BUILD.gn b/components/safe_browsing_db/android/BUILD.gn |
| index 32b2ff2f402eb086a0d82f4cc895f39fd6e37a3e..32b905249c0730c26792e9c90f551d4610302798 100644 |
| --- a/components/safe_browsing_db/android/BUILD.gn |
| +++ b/components/safe_browsing_db/android/BUILD.gn |
| @@ -4,6 +4,7 @@ |
| import("//build/config/android/config.gni") |
| import("//build/config/android/rules.gni") |
| + |
| android_library("safe_browsing_java") { |
| deps = [ |
| "//base:base_java", |
| @@ -19,5 +20,5 @@ generate_jni("jni_headers") { |
| sources = [ |
| "java/src/org/chromium/components/safe_browsing/SafeBrowsingApiBridge.java", |
| ] |
| - jni_package = "components/safe_browsing_db/android" |
| + jni_package = "components/safe_browsing/android" |
|
lpz
2017/05/12 13:45:52
Should we undo this as well?
timvolodine
2017/05/12 15:04:14
Yes, of course, sorry the few android/ related cha
|
| } |