Index: third_party/WebKit/public/BUILD.gn |
diff --git a/third_party/WebKit/public/BUILD.gn b/third_party/WebKit/public/BUILD.gn |
index a213831514ec2f64e966ef1c829a0d903512ba11..98b5867209ff123230f83d070d99d605946ef292 100644 |
--- a/third_party/WebKit/public/BUILD.gn |
+++ b/third_party/WebKit/public/BUILD.gn |
@@ -290,6 +290,7 @@ source_set("blink_headers") { |
"platform/WebStorageQuotaError.h", |
"platform/WebStorageQuotaType.h", |
"platform/WebString.h", |
+ "platform/WebStringMojoStringTraits.h", |
"platform/WebSuspendableTask.h", |
"platform/WebTaskRunner.h", |
"platform/WebTextRun.h", |
@@ -309,6 +310,7 @@ source_set("blink_headers") { |
"platform/WebURLRequest.h", |
"platform/WebURLResponse.h", |
"platform/WebVector.h", |
+ "platform/WebVectorMojoArrayTraits.h", |
"platform/callback/WebClosure.h", |
"platform/linux/WebFallbackFont.h", |
"platform/linux/WebFontRenderStyle.h", |
@@ -670,6 +672,8 @@ mojom("new_wrapper_types_mojo_bindings") { |
"platform/modules/permissions/permission_status.mojom", |
"platform/modules/presentation/presentation.mojom", |
"platform/modules/websockets/websocket.mojom", |
+ "platform/referrer.mojom", |
+ "web/window_features.mojom", |
] |
public_deps = [ |
"//url/mojo:url_mojom_gurl", |