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

Side by Side Diff: mojo/mojo_edk.gyp

Issue 1488853002: Add multiplexing of message pipes in the new EDK. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tsepez review comments Created 5 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
« no previous file with comments | « mojo/edk/test/run_all_perftests.cc ('k') | mojo/public/c/system/message_pipe.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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 'includes': [ 6 'includes': [
7 '../third_party/mojo/mojo_variables.gypi', 7 '../third_party/mojo/mojo_variables.gypi',
8 ], 8 ],
9 'target_defaults' : { 9 'target_defaults' : {
10 'include_dirs': [ 10 'include_dirs': [
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 'edk/system/message_pipe_dispatcher.h', 98 'edk/system/message_pipe_dispatcher.h',
99 'edk/system/options_validation.h', 99 'edk/system/options_validation.h',
100 'edk/system/child_broker.cc', 100 'edk/system/child_broker.cc',
101 'edk/system/child_broker.h', 101 'edk/system/child_broker.h',
102 'edk/system/platform_handle_dispatcher.cc', 102 'edk/system/platform_handle_dispatcher.cc',
103 'edk/system/platform_handle_dispatcher.h', 103 'edk/system/platform_handle_dispatcher.h',
104 'edk/system/raw_channel.cc', 104 'edk/system/raw_channel.cc',
105 'edk/system/raw_channel.h', 105 'edk/system/raw_channel.h',
106 'edk/system/raw_channel_posix.cc', 106 'edk/system/raw_channel_posix.cc',
107 'edk/system/raw_channel_win.cc', 107 'edk/system/raw_channel_win.cc',
108 'edk/system/routed_raw_channel.cc',
109 'edk/system/routed_raw_channel.h',
108 'edk/system/shared_buffer_dispatcher.cc', 110 'edk/system/shared_buffer_dispatcher.cc',
109 'edk/system/shared_buffer_dispatcher.h', 111 'edk/system/shared_buffer_dispatcher.h',
110 'edk/system/simple_dispatcher.cc', 112 'edk/system/simple_dispatcher.cc',
111 'edk/system/simple_dispatcher.h', 113 'edk/system/simple_dispatcher.h',
112 'edk/system/transport_data.cc', 114 'edk/system/transport_data.cc',
113 'edk/system/transport_data.h', 115 'edk/system/transport_data.h',
114 'edk/system/waiter.cc', 116 'edk/system/waiter.cc',
115 'edk/system/waiter.h', 117 'edk/system/waiter.h',
116 # Test-only code: 118 # Test-only code:
117 # TODO(vtl): It's a little unfortunate that these end up in the same 119 # TODO(vtl): It's a little unfortunate that these end up in the same
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
222 '../third_party/mojo/mojo_public.gyp:mojo_public_test_support', 224 '../third_party/mojo/mojo_public.gyp:mojo_public_test_support',
223 'mojo_system_impl2', 225 'mojo_system_impl2',
224 'mojo_test_support_impl2', 226 'mojo_test_support_impl2',
225 ], 227 ],
226 'sources': [ 228 'sources': [
227 'edk/test/run_all_unittests.cc', 229 'edk/test/run_all_unittests.cc',
228 ], 230 ],
229 }, 231 },
230 ], 232 ],
231 } 233 }
OLDNEW
« no previous file with comments | « mojo/edk/test/run_all_perftests.cc ('k') | mojo/public/c/system/message_pipe.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698