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

Unified Diff: third_party/WebKit/public/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 | « third_party/WebKit/Source/modules/payments/PaymentsValidators.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/BUILD.gn
diff --git a/third_party/WebKit/public/BUILD.gn b/third_party/WebKit/public/BUILD.gn
index d54758bc3e2cda04fda14b23558709c68c20e43a..5c9937401b1c3a8df10e678b60727bd77dc0eaa5 100644
--- a/third_party/WebKit/public/BUILD.gn
+++ b/third_party/WebKit/public/BUILD.gn
@@ -754,7 +754,7 @@ mojom("android_mojo_bindings") {
"platform/modules/webshare/webshare.mojom",
]
public_deps = [
- "//components/payments/content:mojom",
+ "//components/payments/mojom",
"//url/mojo:url_mojom_gurl",
]
« no previous file with comments | « third_party/WebKit/Source/modules/payments/PaymentsValidators.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698