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

Unified Diff: components/payments/BUILD.gn

Issue 2406923002: Move payment_request.mojom file to components/ (Closed)
Patch Set: Created 4 years, 2 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/BUILD.gn
diff --git a/components/translate/content/common/BUILD.gn b/components/payments/BUILD.gn
similarity index 80%
copy from components/translate/content/common/BUILD.gn
copy to components/payments/BUILD.gn
index 7e782e1d0bbbff4bb8c6d65409f5719e548fc33a..fe3fe64cbe8e82cb3935652a574a211cd78e7947 100644
--- a/components/translate/content/common/BUILD.gn
+++ b/components/payments/BUILD.gn
@@ -4,13 +4,12 @@
import("//mojo/public/tools/bindings/mojom.gni")
-mojom("common") {
+mojom("payment_request") {
sources = [
- "translate.mojom",
+ "payment_request.mojom",
]
public_deps = [
"//mojo/common:common_custom_types",
- "//url/mojo:url_mojom_gurl",
]
}

Powered by Google App Engine
This is Rietveld 408576698