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

Unified Diff: components/autofill.gypi

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
Index: components/autofill.gypi
diff --git a/components/autofill.gypi b/components/autofill.gypi
index 7c9ef0b11080fd6d1ba830e68eb45fbc506961af..7d4ab6bccd6e9a90421476cd227237e750212271 100644
--- a/components/autofill.gypi
+++ b/components/autofill.gypi
@@ -182,6 +182,8 @@
'autofill/core/browser/payments/payments_client.cc',
'autofill/core/browser/payments/payments_client.h',
'autofill/core/browser/payments/payments_request.h',
+ 'autofill/core/browser/payments/payments_service_url.cc',
+ 'autofill/core/browser/payments/payments_service_url.h',
'autofill/core/browser/personal_data_manager.cc',
'autofill/core/browser/personal_data_manager.h',
'autofill/core/browser/personal_data_manager_observer.h',
@@ -383,7 +385,6 @@
'includes': [ '../build/protoc.gypi' ]
},
{
- # GN version: //components/autofill/content/browser/wallet:test_support
# GN version: //components/autofill/content/renderer:test_support
'target_name': 'autofill_content_test_support',
'type': 'static_library',
@@ -448,8 +449,6 @@
'autofill/content/browser/content_autofill_driver_factory.h',
'autofill/content/browser/risk/fingerprint.cc',
'autofill/content/browser/risk/fingerprint.h',
- 'autofill/content/browser/wallet/wallet_service_url.cc',
- 'autofill/content/browser/wallet/wallet_service_url.h',
],
# TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
« no previous file with comments | « chrome/browser/ui/webui/options/autofill_options_handler.cc ('k') | components/autofill/content/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698