| Index: third_party/WebKit/public/BUILD.gn
|
| diff --git a/third_party/WebKit/public/BUILD.gn b/third_party/WebKit/public/BUILD.gn
|
| index 08739cbd6be3d8aa892c54cb804ce879ab5887d2..c95a419ffd70f2753204f2b670ed34348093c2dd 100644
|
| --- a/third_party/WebKit/public/BUILD.gn
|
| +++ b/third_party/WebKit/public/BUILD.gn
|
| @@ -666,6 +666,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/ConsoleMessageTraits.cpp",
|
| "web/WindowFeaturesStructTraits.cpp",
|
| ]
|
| deps = [
|
|
|