| Index: mojo/mojo.gyp
|
| diff --git a/mojo/mojo.gyp b/mojo/mojo.gyp
|
| index 415ab6689ad9fc4bac4d10275223a071ba174349..432249bead9548c53c5bc2c68817c2457a28eb93 100644
|
| --- a/mojo/mojo.gyp
|
| +++ b/mojo/mojo.gyp
|
| @@ -122,18 +122,17 @@
|
| 'system/message_pipe_dispatcher.h',
|
| 'system/message_pipe_endpoint.cc',
|
| 'system/message_pipe_endpoint.h',
|
| - 'system/platform_channel.cc',
|
| - 'system/platform_channel.h',
|
| - 'system/platform_channel_handle.cc',
|
| - 'system/platform_channel_handle.h',
|
| 'system/platform_channel_pair.cc',
|
| 'system/platform_channel_pair.h',
|
| 'system/platform_channel_pair_posix.cc',
|
| + 'system/platform_handle.cc',
|
| + 'system/platform_handle.h',
|
| 'system/proxy_message_pipe_endpoint.cc',
|
| 'system/proxy_message_pipe_endpoint.h',
|
| 'system/raw_channel.h',
|
| 'system/raw_channel_posix.cc',
|
| 'system/raw_channel_win.cc',
|
| + 'system/scoped_platform_handle.h',
|
| 'system/simple_dispatcher.cc',
|
| 'system/simple_dispatcher.h',
|
| 'system/waiter.cc',
|
|
|