[WebLayer] Move PaymentManifestWebdataServiceAndroid into //chrome
Before: Compiling //components' PaymentManifestWebdataServiceAndroid in //weblayer would fail because it depends on //chrome's payment_manifest_webdata_service_android. Changes: Move //components' PaymentManifestWebdataServiceAndroid into //chrome. After: PaymentManifestWebdataServiceAndroid lives in //chrome and wouldn't be compiled when //weblayer compile //components payment targets. Going forwards, PaymentManifestWebdataService will only be used in Chrome payment, WebLayer payment will find a replacement for it. Bug: 1140637 Change-Id: I4a07761c5220c930cf3c0abd05d9072b63179693 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2488548Reviewed-by:Rouslan Solomakhin <rouslan@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Commit-Queue: Liquan (Max) Gu <maxlg@chromium.org> Cr-Commit-Position: refs/heads/master@{#820121}
Showing
Please register or sign in to comment