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

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

Issue 1446473002: Enable compilation of //components/autofill on iOS with gn. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@os_crypt
Patch Set: Created 5 years, 1 month 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/autofill.gypi ('k') | components/autofill/core/browser/autofill_field_trial_ios.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/core/browser/BUILD.gn
diff --git a/components/autofill/core/browser/BUILD.gn b/components/autofill/core/browser/BUILD.gn
index 7ac95fe44fa0291b091685536c6ddda572e161df..d946f1e18304e07c1ed101940de227432c608442 100644
--- a/components/autofill/core/browser/BUILD.gn
+++ b/components/autofill/core/browser/BUILD.gn
@@ -142,6 +142,15 @@ source_set("browser") {
"webdata/autofill_webdata_service_observer.h",
]
+ if (is_ios) {
+ sources += [
+ "autofill_field_trial_ios.cc",
+ "autofill_field_trial_ios.h",
+ "keyboard_accessory_metrics_logger.h",
+ "keyboard_accessory_metrics_logger.mm",
+ ]
+ }
+
configs += [ "//build/config:precompiled_headers" ]
deps = [
@@ -208,11 +217,10 @@ source_set("test_support") {
]
deps = [
- ":browser",
"//base",
+ "//base/test:test_support",
"//base:prefs",
"//base:prefs_test_support",
- "//base/test:test_support",
"//components/autofill/core/browser",
"//components/autofill/core/common",
"//components/os_crypt",
@@ -225,6 +233,8 @@ source_set("test_support") {
"//skia",
"//testing/gtest",
"//ui/gfx/geometry",
+ "//ui/gfx:test_support",
+ ":browser",
]
}
« no previous file with comments | « components/autofill.gypi ('k') | components/autofill/core/browser/autofill_field_trial_ios.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698