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

Unified Diff: components/components_tests.gyp

Issue 1999923002: Move the Google Payments URL functions out of content. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 | « components/autofill/core/common/autofill_switches.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/components_tests.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index ebf3841d323f9306e292ff87b0901e410ea4a535..57570a6a53b1d73be9c4b8a7380667eb1d23501c 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -17,8 +17,7 @@
],
'autofill_unittest_sources': [
'autofill/content/browser/content_autofill_driver_unittest.cc',
- 'autofill/content/browser/wallet/payments_client_unittest.cc',
- 'autofill/content/browser/wallet/wallet_service_url_unittest.cc',
+ 'autofill/content/browser/payments/payments_client_unittest.cc',
'autofill/content/renderer/renderer_save_password_progress_logger_unittest.cc',
'autofill/core/browser/address_field_unittest.cc',
'autofill/core/browser/address_i18n_unittest.cc',
@@ -47,6 +46,7 @@
'autofill/core/browser/name_field_unittest.cc',
'autofill/core/browser/password_generator_unittest.cc',
'autofill/core/browser/payments/full_card_request_unittest.cc',
+ 'autofill/core/browser/payments/payments_service_url_unittest.cc',
'autofill/core/browser/personal_data_manager_unittest.cc',
'autofill/core/browser/phone_field_unittest.cc',
'autofill/core/browser/phone_number_i18n_unittest.cc',
« no previous file with comments | « components/autofill/core/common/autofill_switches.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698