OLD | NEW |
1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 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 'includes': [ | 6 'includes': [ |
7 'mojo_variables.gypi', | 7 'mojo_variables.gypi', |
8 ], | 8 ], |
9 'target_defaults' : { | 9 'target_defaults' : { |
10 'include_dirs': [ | 10 'include_dirs': [ |
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
76 'edk/system/data_pipe_control_message.h', | 76 'edk/system/data_pipe_control_message.h', |
77 'edk/system/data_pipe_producer_dispatcher.cc', | 77 'edk/system/data_pipe_producer_dispatcher.cc', |
78 'edk/system/data_pipe_producer_dispatcher.h', | 78 'edk/system/data_pipe_producer_dispatcher.h', |
79 'edk/system/dispatcher.cc', | 79 'edk/system/dispatcher.cc', |
80 'edk/system/dispatcher.h', | 80 'edk/system/dispatcher.h', |
81 'edk/system/handle_signals_state.h', | 81 'edk/system/handle_signals_state.h', |
82 'edk/system/handle_table.cc', | 82 'edk/system/handle_table.cc', |
83 'edk/system/handle_table.h', | 83 'edk/system/handle_table.h', |
84 'edk/system/mapping_table.cc', | 84 'edk/system/mapping_table.cc', |
85 'edk/system/mapping_table.h', | 85 'edk/system/mapping_table.h', |
| 86 'edk/system/message_for_transit.cc', |
| 87 'edk/system/message_for_transit.h', |
86 'edk/system/message_pipe_dispatcher.cc', | 88 'edk/system/message_pipe_dispatcher.cc', |
87 'edk/system/message_pipe_dispatcher.h', | 89 'edk/system/message_pipe_dispatcher.h', |
88 'edk/system/node_channel.cc', | 90 'edk/system/node_channel.cc', |
89 'edk/system/node_channel.h', | 91 'edk/system/node_channel.h', |
90 'edk/system/node_controller.cc', | 92 'edk/system/node_controller.cc', |
91 'edk/system/node_controller.h', | 93 'edk/system/node_controller.h', |
92 'edk/system/options_validation.h', | 94 'edk/system/options_validation.h', |
93 'edk/system/platform_handle_dispatcher.cc', | 95 'edk/system/platform_handle_dispatcher.cc', |
94 'edk/system/platform_handle_dispatcher.h', | 96 'edk/system/platform_handle_dispatcher.h', |
95 'edk/system/ports/event.cc', | 97 'edk/system/ports/event.cc', |
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
257 'mojo_public.gyp:mojo_public_test_support', | 259 'mojo_public.gyp:mojo_public_test_support', |
258 'mojo_system_impl', | 260 'mojo_system_impl', |
259 'mojo_test_support_impl', | 261 'mojo_test_support_impl', |
260 ], | 262 ], |
261 'sources': [ | 263 'sources': [ |
262 'edk/test/run_all_perftests.cc', | 264 'edk/test/run_all_perftests.cc', |
263 ], | 265 ], |
264 }, | 266 }, |
265 ], | 267 ], |
266 } | 268 } |
OLD | NEW |