| 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',
|
| ],
|
|
|