| Index: third_party/WebKit/Source/core/core_idl_files.gni | 
| diff --git a/third_party/WebKit/Source/core/core_idl_files.gni b/third_party/WebKit/Source/core/core_idl_files.gni | 
| index 8dfad6ff3ccb80292336c6a48ffa5927d6b09ff9..8cdc37354e6324f6fedc6e4c604d0835ccc944c8 100644 | 
| --- a/third_party/WebKit/Source/core/core_idl_files.gni | 
| +++ b/third_party/WebKit/Source/core/core_idl_files.gni | 
| @@ -285,6 +285,9 @@ core_idl_files = get_path_info([ | 
| "input/InputDeviceCapabilities.idl", | 
| "inspector/InspectorOverlayHost.idl", | 
| "loader/appcache/ApplicationCache.idl", | 
| +                                 "mojo/Mojo.idl", | 
| +                                 "mojo/MojoHandle.idl", | 
| +                                 "mojo/MojoWatcher.idl", | 
| "observer/ResizeObserver.idl", | 
| "observer/ResizeObserverCallback.idl", | 
| "observer/ResizeObserverEntry.idl", | 
| @@ -558,6 +561,11 @@ core_dictionary_idl_files = | 
| "html/track/TrackEventInit.idl", | 
| "imagebitmap/ImageBitmapOptions.idl", | 
| "input/InputDeviceCapabilitiesInit.idl", | 
| +                    "mojo/MojoCreateMessagePipeResult.idl", | 
| +                    "mojo/MojoReadMessageOptions.idl", | 
| +                    "mojo/MojoReadMessageResult.idl", | 
| +                    "mojo/MojoWatchOptions.idl", | 
| +                    "mojo/MojoWriteMessageOptions.idl", | 
| "offscreencanvas/ImageEncodeOptions.idl", | 
| "page/scrolling/ScrollStateInit.idl", | 
| "timing/PerformanceObserverInit.idl", | 
|  |