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

Unified Diff: content/common/BUILD.gn

Issue 2811593009: [Payments] move //components/payments/content/*.mojom files to //components/payments/mojom (Closed)
Patch Set: 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 2f80aacb197eb40654be72fbcffed8d5837c0ee6..8f22b51990f4d56f744f88fd67250e05498d2c60 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -613,7 +613,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