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

Side by Side Diff: mojo/mojo.gyp

Issue 103113002: Mojo: (POSIX) Pass channel handle to child. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 7 years 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.cc » ('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 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 'system/message_in_transit.cc', 85 'system/message_in_transit.cc',
86 'system/message_in_transit.h', 86 'system/message_in_transit.h',
87 'system/message_pipe.cc', 87 'system/message_pipe.cc',
88 'system/message_pipe.h', 88 'system/message_pipe.h',
89 'system/message_pipe_dispatcher.cc', 89 'system/message_pipe_dispatcher.cc',
90 'system/message_pipe_dispatcher.h', 90 'system/message_pipe_dispatcher.h',
91 'system/message_pipe_endpoint.cc', 91 'system/message_pipe_endpoint.cc',
92 'system/message_pipe_endpoint.h', 92 'system/message_pipe_endpoint.h',
93 'system/platform_channel.cc', 93 'system/platform_channel.cc',
94 'system/platform_channel.h', 94 'system/platform_channel.h',
95 'system/platform_channel_handle.cc',
95 'system/platform_channel_handle.h', 96 'system/platform_channel_handle.h',
96 'system/platform_channel_posix.cc', 97 'system/platform_channel_posix.cc',
97 'system/proxy_message_pipe_endpoint.cc', 98 'system/proxy_message_pipe_endpoint.cc',
98 'system/proxy_message_pipe_endpoint.h', 99 'system/proxy_message_pipe_endpoint.h',
99 'system/raw_channel.h', 100 'system/raw_channel.h',
100 'system/raw_channel_posix.cc', 101 'system/raw_channel_posix.cc',
101 'system/raw_channel_win.cc', 102 'system/raw_channel_win.cc',
102 'system/simple_dispatcher.cc', 103 'system/simple_dispatcher.cc',
103 'system/simple_dispatcher.h', 104 'system/simple_dispatcher.h',
104 'system/waiter.cc', 105 'system/waiter.cc',
(...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
338 'java_in_dir': '<(DEPTH)/mojo/shell/android/apk', 339 'java_in_dir': '<(DEPTH)/mojo/shell/android/apk',
339 'resource_dir': '<(DEPTH)/mojo/shell/android/apk/res', 340 'resource_dir': '<(DEPTH)/mojo/shell/android/apk/res',
340 'native_lib_target': 'libmojo_shell', 341 'native_lib_target': 'libmojo_shell',
341 }, 342 },
342 'includes': [ '../build/java_apk.gypi' ], 343 'includes': [ '../build/java_apk.gypi' ],
343 } 344 }
344 ], 345 ],
345 }], 346 }],
346 ], 347 ],
347 } 348 }
OLDNEW
« no previous file with comments | « mojo/common/test/multiprocess_test_base_unittest.cc ('k') | mojo/system/platform_channel.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698