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

Unified Diff: components/payments/BUILD.gn

Issue 2406923002: Move payment_request.mojom file to components/ (Closed)
Patch Set: Make tests compile and link 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/services/catalog/public/interfaces/BUILD.gn b/components/payments/BUILD.gn
similarity index 84%
copy from services/catalog/public/interfaces/BUILD.gn
copy to components/payments/BUILD.gn
index 07a71b5b75d5bcd510662db62091312db156800f..fe3fe64cbe8e82cb3935652a574a211cd78e7947 100644
--- a/services/catalog/public/interfaces/BUILD.gn
+++ b/components/payments/BUILD.gn
@@ -4,9 +4,9 @@
import("//mojo/public/tools/bindings/mojom.gni")
-mojom("interfaces") {
+mojom("payment_request") {
sources = [
Ken Rockot(use gerrit already) 2016/10/20 17:37:44 Typically this rule and the mojom would live in co
- "catalog.mojom",
+ "payment_request.mojom",
]
public_deps = [

Powered by Google App Engine
This is Rietveld 408576698