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

Unified Diff: components/payments/android/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: components/payments/android/BUILD.gn
diff --git a/components/payments/android/BUILD.gn b/components/payments/android/BUILD.gn
index d83c9ec385c00f01cd8763ab3ed3816ee9301fdd..d22585f963533ce64b7617a97a35d69cee26de14 100644
--- a/components/payments/android/BUILD.gn
+++ b/components/payments/android/BUILD.gn
@@ -9,7 +9,7 @@ static_library("android") {
]
deps = [
- "//components/payments/content:mojom_parser",
+ "//components/payments/mojom:mojom_parser",
"//components/webdata/common",
"//sql",
]

Powered by Google App Engine
This is Rietveld 408576698