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

Unified Diff: components/autofill/core/common/android/BUILD.gn

Issue 925593006: Pass all info to account chooser infobar. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@java_cpp_enum
Patch Set: Created 5 years, 10 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/autofill/core/common/android/BUILD.gn
diff --git a/components/navigation_interception/android/BUILD.gn b/components/autofill/core/common/android/BUILD.gn
similarity index 65%
copy from components/navigation_interception/android/BUILD.gn
copy to components/autofill/core/common/android/BUILD.gn
index b13a847e9b49bd58f22baacc9d85627f1733d6a6..a7e969825525fa91846a18c8776c396c7eea373f 100644
--- a/components/navigation_interception/android/BUILD.gn
+++ b/components/autofill/core/common/android/BUILD.gn
@@ -4,9 +4,9 @@
import("//build/config/android/rules.gni")
-android_library("navigation_interception_java") {
+android_library("autofill_core_java") {
deps = [
"//base:base_java",
]
- DEPRECATED_java_in_dir = "java/src"
+ java_files = [ "java/src/org/chromium/components/autofill/core/common/Credential.java" ]
}

Powered by Google App Engine
This is Rietveld 408576698