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

Unified Diff: components/payments/android/BUILD.gn

Issue 2811593009: [Payments] move //components/payments/content/*.mojom files to //components/payments/mojom (Closed)
Patch Set: Reland after updating chrome_content_browser_client.cc to fix android build 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
« no previous file with comments | « chrome/browser/ui/views/payments/payment_request_views_util.h ('k') | components/payments/android/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/payments/android/BUILD.gn
diff --git a/components/payments/android/BUILD.gn b/components/payments/android/BUILD.gn
index fc5fe8b95a78fd23e24e68e8dbb79eadc23d1134..7eac568bb85c940b7a276884f201d106eaca2e23 100644
--- a/components/payments/android/BUILD.gn
+++ b/components/payments/android/BUILD.gn
@@ -11,7 +11,7 @@ static_library("android") {
]
deps = [
- "//components/payments/content:mojom_parser",
+ "//components/payments/mojom:mojom_parser",
"//components/webdata/common",
"//sql",
]
« no previous file with comments | « chrome/browser/ui/views/payments/payment_request_views_util.h ('k') | components/payments/android/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698