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

Unified Diff: mojo/mojo_public.gyp

Issue 1995753002: [mojo-edk] Expose portable API for platform handle wrapping (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nits Created 4 years, 7 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 | « mojo/mojo_platform_handle.gyp ('k') | mojo/platform_handle/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo_public.gyp
diff --git a/mojo/mojo_public.gyp b/mojo/mojo_public.gyp
index a9a13715f2df5491800be11db7f36cec817b3b8d..1ced77e95a0a9ec0d0552aed650920e52ecb41ea 100644
--- a/mojo/mojo_public.gyp
+++ b/mojo/mojo_public.gyp
@@ -85,6 +85,7 @@
'public/c/system/functions.h',
'public/c/system/macros.h',
'public/c/system/message_pipe.h',
+ 'public/c/system/platform_handle.h',
'public/c/system/system_export.h',
'public/c/system/types.h',
'public/c/system/wait_set.h',
@@ -102,6 +103,8 @@
'public/cpp/system/handle.h',
'public/cpp/system/message.h',
'public/cpp/system/message_pipe.h',
+ 'public/cpp/system/platform_handle.cc',
+ 'public/cpp/system/platform_handle.h',
'public/cpp/system/watcher.cc',
'public/cpp/system/watcher.h',
],
« no previous file with comments | « mojo/mojo_platform_handle.gyp ('k') | mojo/platform_handle/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698