| 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 43532352ddce071d862b4e35b581c8b8348676df..c16ab1a1718f93ecc288e13db62d64f6dca10216 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",
|
| @@ -561,6 +564,9 @@ core_dictionary_idl_files =
|
| "html/track/TrackEventInit.idl",
|
| "imagebitmap/ImageBitmapOptions.idl",
|
| "input/InputDeviceCapabilitiesInit.idl",
|
| + "mojo/MojoCreateMessagePipeOptions.idl",
|
| + "mojo/MojoCreateMessagePipeResult.idl",
|
| + "mojo/MojoReadMessageResult.idl",
|
| "page/scrolling/ScrollStateInit.idl",
|
| "timing/PerformanceObserverInit.idl",
|
| ],
|
|
|