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

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

Issue 2720873002: Implements JS bindings for mojo shared buffer. (Closed)
Patch Set: adds layout tests 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
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 8130a5cda3f28b750e77e2d9912dd4185fd75c58..1ab00b669b539aa3a3ef2d08e2ea22ad8b4dd0d1 100644
--- a/third_party/WebKit/Source/core/core_idl_files.gni
+++ b/third_party/WebKit/Source/core/core_idl_files.gni
@@ -565,8 +565,11 @@ core_dictionary_idl_files =
"html/track/TrackEventInit.idl",
"imagebitmap/ImageBitmapOptions.idl",
"input/InputDeviceCapabilitiesInit.idl",
+ "mojo/MojoCloneBufferHandleFlags.idl",
"mojo/MojoCreateMessagePipeResult.idl",
+ "mojo/MojoCreateSharedBufferResult.idl",
"mojo/MojoHandleSignals.idl",
+ "mojo/MojoMapBufferResult.idl",
"mojo/MojoReadMessageFlags.idl",
"mojo/MojoReadMessageResult.idl",
"offscreencanvas/ImageEncodeOptions.idl",

Powered by Google App Engine
This is Rietveld 408576698