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

Side by Side Diff: mojo/mojo.gyp

Issue 133533007: Mojo: Move PlatformChannelPair to its own files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « mojo/common/test/multiprocess_test_base_unittest.cc ('k') | mojo/system/platform_channel.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 'mojo_apps.gypi', 10 'mojo_apps.gypi',
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 'system/message_pipe.cc', 105 'system/message_pipe.cc',
106 'system/message_pipe.h', 106 'system/message_pipe.h',
107 'system/message_pipe_dispatcher.cc', 107 'system/message_pipe_dispatcher.cc',
108 'system/message_pipe_dispatcher.h', 108 'system/message_pipe_dispatcher.h',
109 'system/message_pipe_endpoint.cc', 109 'system/message_pipe_endpoint.cc',
110 'system/message_pipe_endpoint.h', 110 'system/message_pipe_endpoint.h',
111 'system/platform_channel.cc', 111 'system/platform_channel.cc',
112 'system/platform_channel.h', 112 'system/platform_channel.h',
113 'system/platform_channel_handle.cc', 113 'system/platform_channel_handle.cc',
114 'system/platform_channel_handle.h', 114 'system/platform_channel_handle.h',
115 'system/platform_channel_posix.cc', 115 'system/platform_channel_pair.cc',
116 'system/platform_channel_pair.h',
117 'system/platform_channel_pair_posix.cc',
116 'system/proxy_message_pipe_endpoint.cc', 118 'system/proxy_message_pipe_endpoint.cc',
117 'system/proxy_message_pipe_endpoint.h', 119 'system/proxy_message_pipe_endpoint.h',
118 'system/raw_channel.h', 120 'system/raw_channel.h',
119 'system/raw_channel_posix.cc', 121 'system/raw_channel_posix.cc',
120 'system/raw_channel_win.cc', 122 'system/raw_channel_win.cc',
121 'system/simple_dispatcher.cc', 123 'system/simple_dispatcher.cc',
122 'system/simple_dispatcher.h', 124 'system/simple_dispatcher.h',
123 'system/waiter.cc', 125 'system/waiter.cc',
124 'system/waiter.h', 126 'system/waiter.h',
125 'system/waiter_list.cc', 127 'system/waiter_list.cc',
(...skipping 292 matching lines...) Expand 10 before | Expand all | Expand 10 after
418 'java_in_dir': '<(DEPTH)/mojo/shell/android/apk', 420 'java_in_dir': '<(DEPTH)/mojo/shell/android/apk',
419 'resource_dir': '<(DEPTH)/mojo/shell/android/apk/res', 421 'resource_dir': '<(DEPTH)/mojo/shell/android/apk/res',
420 'native_lib_target': 'libmojo_shell', 422 'native_lib_target': 'libmojo_shell',
421 }, 423 },
422 'includes': [ '../build/java_apk.gypi' ], 424 'includes': [ '../build/java_apk.gypi' ],
423 } 425 }
424 ], 426 ],
425 }], 427 }],
426 ], 428 ],
427 } 429 }
OLDNEW
« no previous file with comments | « mojo/common/test/multiprocess_test_base_unittest.cc ('k') | mojo/system/platform_channel.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698