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

Unified Diff: components/autofill/content/browser/BUILD.gn

Issue 2745803003: autofill-try
Patch Set: before I leave Created 3 years, 9 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/content/browser/BUILD.gn
diff --git a/components/autofill/content/browser/BUILD.gn b/components/autofill/content/browser/BUILD.gn
index 885768862843504c1a06540673493fe18e274179..a41e39f19fbcf209749d275ac42368068abdca04 100644
--- a/components/autofill/content/browser/BUILD.gn
+++ b/components/autofill/content/browser/BUILD.gn
@@ -6,10 +6,18 @@ import("//third_party/protobuf/proto_library.gni")
static_library("browser") {
sources = [
+ "autofill_provider.cc",
+ "autofill_provider.h",
+ "autofill_provider_android.cc",
+ "autofill_provider_android.h",
"content_autofill_driver.cc",
"content_autofill_driver.h",
"content_autofill_driver_factory.cc",
"content_autofill_driver_factory.h",
+ "form_data_android.cc",
+ "form_data_android.h",
+ "form_field_data_android.cc",
+ "form_field_data_android.h",
"risk/fingerprint.cc",
"risk/fingerprint.h",
]
@@ -48,6 +56,10 @@ static_library("browser") {
"//ui/gfx/geometry",
"//url",
]
+
+ if (is_android) {
+ deps += ["//components/autofill/android:jni_headers"]
+ }
}
proto_library("risk_proto") {

Powered by Google App Engine
This is Rietveld 408576698