| Index: third_party/WebKit/public/BUILD.gn
|
| diff --git a/third_party/WebKit/public/BUILD.gn b/third_party/WebKit/public/BUILD.gn
|
| index 0e275155ef28c2d38953d338de4dfde35945e579..6bf120ea155b003fe8266a73f8d5685677c12b0f 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
|
|
|
|
|