| 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 655387bc4db0cdd5c2a8c9a0ca8cc6dfabf312bf..8c4a74ff2f50a916d72a1be36f96b559e257d735 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/MojoMessagePipeHandle.idl",
|
| "observer/ResizeObserver.idl",
|
| "observer/ResizeObserverCallback.idl",
|
| "observer/ResizeObserverEntry.idl",
|
| @@ -560,6 +563,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",
|
| ],
|
|
|