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

Side by Side Diff: mojo/mojo.gyp

Issue 265753006: Mojo: Factor MessageInTransit secondary buffer stuff out into a separate class. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: oops 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 | « no previous file | mojo/system/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 '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 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
185 'system/raw_channel_posix.cc', 185 'system/raw_channel_posix.cc',
186 'system/raw_channel_win.cc', 186 'system/raw_channel_win.cc',
187 'system/raw_shared_buffer.cc', 187 'system/raw_shared_buffer.cc',
188 'system/raw_shared_buffer.h', 188 'system/raw_shared_buffer.h',
189 'system/raw_shared_buffer_posix.cc', 189 'system/raw_shared_buffer_posix.cc',
190 'system/raw_shared_buffer_win.cc', 190 'system/raw_shared_buffer_win.cc',
191 'system/shared_buffer_dispatcher.cc', 191 'system/shared_buffer_dispatcher.cc',
192 'system/shared_buffer_dispatcher.h', 192 'system/shared_buffer_dispatcher.h',
193 'system/simple_dispatcher.cc', 193 'system/simple_dispatcher.cc',
194 'system/simple_dispatcher.h', 194 'system/simple_dispatcher.h',
195 'system/transport_data.cc',
196 'system/transport_data.h',
195 'system/waiter.cc', 197 'system/waiter.cc',
196 'system/waiter.h', 198 'system/waiter.h',
197 'system/waiter_list.cc', 199 'system/waiter_list.cc',
198 'system/waiter_list.h', 200 'system/waiter_list.h',
199 # Test-only code: 201 # Test-only code:
200 # TODO(vtl): It's a little unfortunate that these end up in the same 202 # TODO(vtl): It's a little unfortunate that these end up in the same
201 # component as non-test-only code. In the static build, this code should 203 # component as non-test-only code. In the static build, this code should
202 # hopefully be dead-stripped. 204 # hopefully be dead-stripped.
203 'embedder/test_embedder.cc', 205 'embedder/test_embedder.cc',
204 'embedder/test_embedder.h', 206 'embedder/test_embedder.h',
(...skipping 606 matching lines...) Expand 10 before | Expand all | Expand 10 after
811 'mojo_js_unittests.isolate', 813 'mojo_js_unittests.isolate',
812 ], 814 ],
813 'sources': [ 815 'sources': [
814 'mojo_js_unittests.isolate', 816 'mojo_js_unittests.isolate',
815 ], 817 ],
816 }, 818 },
817 ], 819 ],
818 }], 820 }],
819 ], 821 ],
820 } 822 }
OLDNEW
« no previous file with comments | « no previous file | mojo/system/channel.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698