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

Side by Side Diff: mojo/mojo.gyp

Issue 292983007: Mojo: Make PlatformChannelRecvmsg() append handles to a deque instead. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review comments Created 6 years, 7 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/embedder/platform_handle_vector.cc ('k') | mojo/system/raw_channel_posix.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 'target_defaults': { 6 'target_defaults': {
7 'conditions': [ 7 'conditions': [
8 ['mojo_shell_debug_url != ""', { 8 ['mojo_shell_debug_url != ""', {
9 'defines': [ 9 'defines': [
10 'MOJO_SHELL_DEBUG=1', 10 'MOJO_SHELL_DEBUG=1',
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 'embedder/embedder.cc', 145 'embedder/embedder.cc',
146 'embedder/embedder.h', 146 'embedder/embedder.h',
147 'embedder/platform_channel_pair.cc', 147 'embedder/platform_channel_pair.cc',
148 'embedder/platform_channel_pair.h', 148 'embedder/platform_channel_pair.h',
149 'embedder/platform_channel_pair_posix.cc', 149 'embedder/platform_channel_pair_posix.cc',
150 'embedder/platform_channel_pair_win.cc', 150 'embedder/platform_channel_pair_win.cc',
151 'embedder/platform_channel_utils_posix.cc', 151 'embedder/platform_channel_utils_posix.cc',
152 'embedder/platform_channel_utils_posix.h', 152 'embedder/platform_channel_utils_posix.h',
153 'embedder/platform_handle.cc', 153 'embedder/platform_handle.cc',
154 'embedder/platform_handle.h', 154 'embedder/platform_handle.h',
155 'embedder/platform_handle_vector.cc', 155 'embedder/platform_handle_utils.h',
156 'embedder/platform_handle_vector.h', 156 'embedder/platform_handle_vector.h',
157 'embedder/scoped_platform_handle.h', 157 'embedder/scoped_platform_handle.h',
158 'system/channel.cc', 158 'system/channel.cc',
159 'system/channel.h', 159 'system/channel.h',
160 'system/constants.h', 160 'system/constants.h',
161 'system/core.cc', 161 'system/core.cc',
162 'system/core.h', 162 'system/core.h',
163 'system/data_pipe.cc', 163 'system/data_pipe.cc',
164 'system/data_pipe.h', 164 'system/data_pipe.h',
165 'system/data_pipe_consumer_dispatcher.cc', 165 'system/data_pipe_consumer_dispatcher.cc',
(...skipping 716 matching lines...) Expand 10 before | Expand all | Expand 10 after
882 'aura/screen_mojo.cc', 882 'aura/screen_mojo.cc',
883 'aura/screen_mojo.h', 883 'aura/screen_mojo.h',
884 'aura/window_tree_host_mojo.cc', 884 'aura/window_tree_host_mojo.cc',
885 'aura/window_tree_host_mojo.h', 885 'aura/window_tree_host_mojo.h',
886 ], 886 ],
887 }, 887 },
888 ], 888 ],
889 }], 889 }],
890 ], 890 ],
891 } 891 }
OLDNEW
« no previous file with comments | « mojo/embedder/platform_handle_vector.cc ('k') | mojo/system/raw_channel_posix.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698