Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(203)

Unified Diff: third_party/WebKit/Source/core/core_idl_files.gni

Issue 2400563002: Adds Mojo IDL. (Closed)
Patch Set: uses WebTaskRunner Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/core/BUILD.gn ('k') | third_party/WebKit/Source/core/mojo/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 e6a0ab4e91f6613a4b6d25be6bcc6309c8a07b65..5cf4523787cec8f57b22ae7873f8509cf134514c 100644
--- a/third_party/WebKit/Source/core/core_idl_files.gni
+++ b/third_party/WebKit/Source/core/core_idl_files.gni
@@ -289,6 +289,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",
"page/PagePopupController.idl",
"page/scrolling/ScrollState.idl",
"page/scrolling/ScrollStateCallback.idl",
@@ -563,6 +566,10 @@ core_dictionary_idl_files =
"html/track/TrackEventInit.idl",
"imagebitmap/ImageBitmapOptions.idl",
"input/InputDeviceCapabilitiesInit.idl",
+ "mojo/MojoCreateMessagePipeResult.idl",
+ "mojo/MojoHandleSignals.idl",
+ "mojo/MojoReadMessageFlags.idl",
+ "mojo/MojoReadMessageResult.idl",
"offscreencanvas/ImageEncodeOptions.idl",
"page/scrolling/ScrollStateInit.idl",
"timing/PerformanceObserverInit.idl",
« no previous file with comments | « third_party/WebKit/Source/core/BUILD.gn ('k') | third_party/WebKit/Source/core/mojo/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698