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

Unified Diff: mojo/mojo.gyp

Issue 137273003: Mojo: Rename PlatformChannelHandle to PlatformHandle, etc. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 6 years, 11 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/common/test/multiprocess_test_base_unittest.cc ('k') | mojo/system/channel.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « mojo/common/test/multiprocess_test_base_unittest.cc ('k') | mojo/system/channel.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698