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

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

Issue 2400563002: Adds Mojo IDL. (Closed)
Patch Set: fixes modulename typo Created 4 years, 2 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 d683a9bb130f1dcb7fd2053bc30c39829a4e11a1..7deccbf12ffed87a0a33c81e21c381128d12934b 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/MojoInterfaceProvider.idl",
"observer/ResizeObserver.idl",
"observer/ResizeObserverCallback.idl",
"observer/ResizeObserverEntry.idl",

Powered by Google App Engine
This is Rietveld 408576698