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

Unified Diff: components/safe_browsing_db/android/BUILD.gn

Issue 2869383002: Unify safe_browsing* components [1]: move safe_browsing_prefs* (Closed)
Patch Set: address comments Created 3 years, 7 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
« no previous file with comments | « components/safe_browsing_db/DEPS ('k') | components/safe_browsing_db/hit_report.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
}
« no previous file with comments | « components/safe_browsing_db/DEPS ('k') | components/safe_browsing_db/hit_report.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698