OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |