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

Unified Diff: third_party/WebKit/public/BUILD.gn

Issue 2309403002: Use the URL passed to navigator.share(). (Closed)
Patch Set: Created 4 years, 3 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/public/BUILD.gn
diff --git a/third_party/WebKit/public/BUILD.gn b/third_party/WebKit/public/BUILD.gn
index d5a0152ba1a112ca4c85cd79406b053fe65b48a8..8addb58cea3068bc62a4d4fc3f06dab1ecb0d8de 100644
--- a/third_party/WebKit/public/BUILD.gn
+++ b/third_party/WebKit/public/BUILD.gn
@@ -704,6 +704,9 @@ mojom("android_mojo_bindings") {
"platform/modules/payments/payment_request.mojom",
"platform/modules/webshare/webshare.mojom",
]
+ public_deps = [
+ "//url/mojo:url_mojom_gurl",
+ ]
use_new_wrapper_types = false

Powered by Google App Engine
This is Rietveld 408576698