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

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

Issue 2869383002: Unify safe_browsing* components [1]: move safe_browsing_prefs* (Closed)
Patch Set: fix compile on win 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
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"
}

Powered by Google App Engine
This is Rietveld 408576698