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

Unified Diff: third_party/WebKit/Source/modules/payments/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: third_party/WebKit/Source/modules/payments/BUILD.gn
diff --git a/third_party/WebKit/Source/modules/payments/BUILD.gn b/third_party/WebKit/Source/modules/payments/BUILD.gn
index 737938556f3f2732c03f5d7eed5daa8176b8bb5e..09cdb69af36ac9d1b84ab7e4f1f65eace1811626 100644
--- a/third_party/WebKit/Source/modules/payments/BUILD.gn
+++ b/third_party/WebKit/Source/modules/payments/BUILD.gn
@@ -35,7 +35,7 @@ blink_modules_sources("payments") {
"PaymentsValidators.h",
]
deps = [
- "//components/payments/content:mojom_blink",
- "//components/payments/content:mojom_payment_app_blink",
+ "//components/payments/mojom:mojom_blink",
+ "//components/payments/mojom:mojom_payment_app_blink",
]
}

Powered by Google App Engine
This is Rietveld 408576698