| Index: third_party/WebKit/public/BUILD.gn
|
| diff --git a/third_party/WebKit/public/BUILD.gn b/third_party/WebKit/public/BUILD.gn
|
| index 33c181e723a7f937853a53633c3e7a686d4ead84..45fe53304f55ec38113c1bc533283496e302e888 100644
|
| --- a/third_party/WebKit/public/BUILD.gn
|
| +++ b/third_party/WebKit/public/BUILD.gn
|
| @@ -667,6 +667,7 @@ mojom("mojo_bindings") {
|
| "platform/modules/websockets/websocket.mojom",
|
| "platform/referrer.mojom",
|
| "platform/site_engagement.mojom",
|
| + "web/console_message.mojom",
|
| "web/window_features.mojom",
|
| ]
|
| public_deps = [
|
| @@ -749,6 +750,7 @@ group("generate_mojo_bindings") {
|
| source_set("shared_typemap_traits") {
|
| visibility = [ ":*" ]
|
| sources = [
|
| + "web/ConsoleMessageStructTraits.cpp",
|
| "web/WindowFeaturesStructTraits.cpp",
|
| ]
|
| deps = [
|
|
|