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

Unified Diff: content/common/BUILD.gn

Issue 2811593009: [Payments] move //components/payments/content/*.mojom files to //components/payments/mojom (Closed)
Patch Set: Reland after updating chrome_content_browser_client.cc to fix android build Created 3 years, 8 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: content/common/BUILD.gn
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
index fd5c0dc435b2c3efff43d496b778c45c17f3a8d5..bf9aca2e7bf7221b4fea8a68b678fea40a672574 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -614,7 +614,7 @@ mojom("mojo_bindings") {
public_deps = [
"//components/leveldb/public/interfaces",
- "//components/payments/content:mojom_payment_app",
+ "//components/payments/mojom:mojom_payment_app",
"//content/public/common:interfaces",
# TODO(mcasas): remove the following dep after https://crbug.com/653994

Powered by Google App Engine
This is Rietveld 408576698