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

Unified Diff: components/payments/content/utility/BUILD.gn

Issue 2811593009: [Payments] move //components/payments/content/*.mojom files to //components/payments/mojom (Closed)
Patch Set: updated more files for desktop compile 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/content/utility/BUILD.gn
diff --git a/components/payments/content/utility/BUILD.gn b/components/payments/content/utility/BUILD.gn
index 643a1b644370b6a671d0bd44b31f928b44d819bb..d202928861f4143453628c75a5ebe0722b1bb120 100644
--- a/components/payments/content/utility/BUILD.gn
+++ b/components/payments/content/utility/BUILD.gn
@@ -11,7 +11,7 @@ static_library("utility") {
]
deps = [
"//base",
- "//components/payments/content:mojom_parser",
+ "//components/payments/mojom:mojom_parser",
"//url",
]
}

Powered by Google App Engine
This is Rietveld 408576698