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

Side by Side Diff: mojo/mojo.gyp

Issue 226263005: Mojo: Abstract out write/writev vs send/sendmsg (for Unix domain sockets). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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_channel_utils_posix.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 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 'defines': [ 104 'defines': [
105 'MOJO_SYSTEM_IMPL_IMPLEMENTATION', 105 'MOJO_SYSTEM_IMPL_IMPLEMENTATION',
106 ], 106 ],
107 'sources': [ 107 'sources': [
108 'embedder/embedder.cc', 108 'embedder/embedder.cc',
109 'embedder/embedder.h', 109 'embedder/embedder.h',
110 'embedder/platform_channel_pair.cc', 110 'embedder/platform_channel_pair.cc',
111 'embedder/platform_channel_pair.h', 111 'embedder/platform_channel_pair.h',
112 'embedder/platform_channel_pair_posix.cc', 112 'embedder/platform_channel_pair_posix.cc',
113 'embedder/platform_channel_pair_win.cc', 113 'embedder/platform_channel_pair_win.cc',
114 'embedder/platform_channel_utils_posix.cc',
115 'embedder/platform_channel_utils_posix.h',
114 'embedder/platform_handle.cc', 116 'embedder/platform_handle.cc',
115 'embedder/platform_handle.h', 117 'embedder/platform_handle.h',
116 'embedder/scoped_platform_handle.h', 118 'embedder/scoped_platform_handle.h',
117 'system/channel.cc', 119 'system/channel.cc',
118 'system/channel.h', 120 'system/channel.h',
119 'system/constants.h', 121 'system/constants.h',
120 'system/core_impl.cc', 122 'system/core_impl.cc',
121 'system/core_impl.h', 123 'system/core_impl.h',
122 'system/data_pipe.cc', 124 'system/data_pipe.cc',
123 'system/data_pipe.h', 125 'system/data_pipe.h',
(...skipping 505 matching lines...) Expand 10 before | Expand all | Expand 10 after
629 'mojo_js_unittests.isolate', 631 'mojo_js_unittests.isolate',
630 ], 632 ],
631 'sources': [ 633 'sources': [
632 'mojo_js_unittests.isolate', 634 'mojo_js_unittests.isolate',
633 ], 635 ],
634 }, 636 },
635 ], 637 ],
636 }], 638 }],
637 ], 639 ],
638 } 640 }
OLDNEW
« no previous file with comments | « mojo/embedder/platform_channel_utils_posix.cc ('k') | mojo/system/raw_channel_posix.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698