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

Side by Side Diff: mojo/mojo.gyp

Issue 216893005: Mojo: Move the handle table details out of CoreImpl into its own class. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix compile assert 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/test_embedder.cc ('k') | mojo/system/core_impl.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 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 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 'system/core_impl.cc', 119 'system/core_impl.cc',
120 'system/core_impl.h', 120 'system/core_impl.h',
121 'system/data_pipe.cc', 121 'system/data_pipe.cc',
122 'system/data_pipe.h', 122 'system/data_pipe.h',
123 'system/data_pipe_consumer_dispatcher.cc', 123 'system/data_pipe_consumer_dispatcher.cc',
124 'system/data_pipe_consumer_dispatcher.h', 124 'system/data_pipe_consumer_dispatcher.h',
125 'system/data_pipe_producer_dispatcher.cc', 125 'system/data_pipe_producer_dispatcher.cc',
126 'system/data_pipe_producer_dispatcher.h', 126 'system/data_pipe_producer_dispatcher.h',
127 'system/dispatcher.cc', 127 'system/dispatcher.cc',
128 'system/dispatcher.h', 128 'system/dispatcher.h',
129 'system/handle_table.cc',
130 'system/handle_table.h',
129 'system/local_data_pipe.cc', 131 'system/local_data_pipe.cc',
130 'system/local_data_pipe.h', 132 'system/local_data_pipe.h',
131 'system/local_message_pipe_endpoint.cc', 133 'system/local_message_pipe_endpoint.cc',
132 'system/local_message_pipe_endpoint.h', 134 'system/local_message_pipe_endpoint.h',
133 'system/memory.cc', 135 'system/memory.cc',
134 'system/memory.h', 136 'system/memory.h',
135 'system/message_in_transit.cc', 137 'system/message_in_transit.cc',
136 'system/message_in_transit.h', 138 'system/message_in_transit.h',
137 'system/message_in_transit_queue.cc', 139 'system/message_in_transit_queue.cc',
138 'system/message_in_transit_queue.h', 140 'system/message_in_transit_queue.h',
(...skipping 465 matching lines...) Expand 10 before | Expand all | Expand 10 after
604 'mojo_js_unittests.isolate', 606 'mojo_js_unittests.isolate',
605 ], 607 ],
606 'sources': [ 608 'sources': [
607 'mojo_js_unittests.isolate', 609 'mojo_js_unittests.isolate',
608 ], 610 ],
609 }, 611 },
610 ], 612 ],
611 }], 613 }],
612 ], 614 ],
613 } 615 }
OLDNEW
« no previous file with comments | « mojo/embedder/test_embedder.cc ('k') | mojo/system/core_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698