Chromium Code Reviews| 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", |
|
dcheng
2017/01/17 23:08:22
Nit: let's still call these files StructTraits (th
shimazu
2017/01/18 03:47:45
Oops, I didn't know that, thanks. Renamed these fi
|
| "web/WindowFeaturesStructTraits.cpp", |
| ] |
| deps = [ |