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 163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
174 'system/core.h', | 174 'system/core.h', |
175 'system/data_pipe.cc', | 175 'system/data_pipe.cc', |
176 'system/data_pipe.h', | 176 'system/data_pipe.h', |
177 'system/data_pipe_consumer_dispatcher.cc', | 177 'system/data_pipe_consumer_dispatcher.cc', |
178 'system/data_pipe_consumer_dispatcher.h', | 178 'system/data_pipe_consumer_dispatcher.h', |
179 'system/data_pipe_producer_dispatcher.cc', | 179 'system/data_pipe_producer_dispatcher.cc', |
180 'system/data_pipe_producer_dispatcher.h', | 180 'system/data_pipe_producer_dispatcher.h', |
181 'system/dispatcher.cc', | 181 'system/dispatcher.cc', |
182 'system/dispatcher.h', | 182 'system/dispatcher.h', |
183 'system/entrypoints.cc', | 183 'system/entrypoints.cc', |
| 184 'system/handle_signals_state.h', |
184 'system/handle_table.cc', | 185 'system/handle_table.cc', |
185 'system/handle_table.h', | 186 'system/handle_table.h', |
186 'system/local_data_pipe.cc', | 187 'system/local_data_pipe.cc', |
187 'system/local_data_pipe.h', | 188 'system/local_data_pipe.h', |
188 'system/local_message_pipe_endpoint.cc', | 189 'system/local_message_pipe_endpoint.cc', |
189 'system/local_message_pipe_endpoint.h', | 190 'system/local_message_pipe_endpoint.h', |
190 'system/mapping_table.cc', | 191 'system/mapping_table.cc', |
191 'system/mapping_table.h', | 192 'system/mapping_table.h', |
192 'system/memory.cc', | 193 'system/memory.cc', |
193 'system/memory.h', | 194 'system/memory.h', |
(...skipping 19 matching lines...) Expand all Loading... |
213 'system/raw_shared_buffer.cc', | 214 'system/raw_shared_buffer.cc', |
214 'system/raw_shared_buffer.h', | 215 'system/raw_shared_buffer.h', |
215 'system/raw_shared_buffer_posix.cc', | 216 'system/raw_shared_buffer_posix.cc', |
216 'system/raw_shared_buffer_win.cc', | 217 'system/raw_shared_buffer_win.cc', |
217 'system/shared_buffer_dispatcher.cc', | 218 'system/shared_buffer_dispatcher.cc', |
218 'system/shared_buffer_dispatcher.h', | 219 'system/shared_buffer_dispatcher.h', |
219 'system/simple_dispatcher.cc', | 220 'system/simple_dispatcher.cc', |
220 'system/simple_dispatcher.h', | 221 'system/simple_dispatcher.h', |
221 'system/transport_data.cc', | 222 'system/transport_data.cc', |
222 'system/transport_data.h', | 223 'system/transport_data.h', |
223 'system/wait_flags_state.h', | |
224 'system/waiter.cc', | 224 'system/waiter.cc', |
225 'system/waiter.h', | 225 'system/waiter.h', |
226 'system/waiter_list.cc', | 226 'system/waiter_list.cc', |
227 'system/waiter_list.h', | 227 'system/waiter_list.h', |
228 # Test-only code: | 228 # Test-only code: |
229 # TODO(vtl): It's a little unfortunate that these end up in the same | 229 # TODO(vtl): It's a little unfortunate that these end up in the same |
230 # component as non-test-only code. In the static build, this code should | 230 # component as non-test-only code. In the static build, this code should |
231 # hopefully be dead-stripped. | 231 # hopefully be dead-stripped. |
232 'embedder/test_embedder.cc', | 232 'embedder/test_embedder.cc', |
233 'embedder/test_embedder.h', | 233 'embedder/test_embedder.h', |
(...skipping 709 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
943 'views/native_widget_view_manager.cc', | 943 'views/native_widget_view_manager.cc', |
944 'views/native_widget_view_manager.h', | 944 'views/native_widget_view_manager.h', |
945 'views/views_init.cc', | 945 'views/views_init.cc', |
946 'views/views_init.h', | 946 'views/views_init.h', |
947 ], | 947 ], |
948 }, | 948 }, |
949 ], | 949 ], |
950 }], | 950 }], |
951 ], | 951 ], |
952 } | 952 } |
OLD | NEW |