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

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

Issue 1138373002: Autofill: Fix WalletIntegrationAvailable() regression. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@pay_07_check_wallet_available_03
Patch Set: Add missing dep for GN build. Created 5 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 | « no previous file | components/autofill/core/browser/options_util.cc » ('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 7d1b1a5cdfb0e2e37ab3b12c601fce189f634927..331769ca053493b414d33d3482b3e77725ec926d 100644
--- a/components/autofill/core/browser/BUILD.gn
+++ b/components/autofill/core/browser/BUILD.gn
@@ -219,6 +219,7 @@ source_set("unit_tests") {
"form_field_unittest.cc",
"form_structure_unittest.cc",
"name_field_unittest.cc",
+ "options_util_unittest.cc",
"password_generator_unittest.cc",
"personal_data_manager_unittest.cc",
"phone_field_unittest.cc",
@@ -242,6 +243,7 @@ source_set("unit_tests") {
"//components/resources",
"//components/signin/core/browser:test_support",
"//components/strings",
+ "//components/sync_driver",
"//components/webdata/common",
"//net:test_support",
"//sql",
« no previous file with comments | « no previous file | components/autofill/core/browser/options_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698