| OLD | NEW |
| 1 # Copyright 2016 The Chromium Authors. All rights reserved. | 1 # Copyright 2016 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 'variables': { | 6 'variables': { |
| 7 'mojo_edk_ports_sources': [ | 7 'mojo_edk_ports_sources': [ |
| 8 'edk/system/ports/event.cc', | 8 'edk/system/ports/event.cc', |
| 9 'edk/system/ports/event.h', | 9 'edk/system/ports/event.h', |
| 10 'edk/system/ports/message.cc', | 10 'edk/system/ports/message.cc', |
| (...skipping 27 matching lines...) Expand all Loading... |
| 38 'edk/embedder/platform_channel_utils_posix.cc', | 38 'edk/embedder/platform_channel_utils_posix.cc', |
| 39 'edk/embedder/platform_channel_utils_posix.h', | 39 'edk/embedder/platform_channel_utils_posix.h', |
| 40 'edk/embedder/platform_handle.cc', | 40 'edk/embedder/platform_handle.cc', |
| 41 'edk/embedder/platform_handle.h', | 41 'edk/embedder/platform_handle.h', |
| 42 'edk/embedder/platform_handle_utils.h', | 42 'edk/embedder/platform_handle_utils.h', |
| 43 'edk/embedder/platform_handle_utils_posix.cc', | 43 'edk/embedder/platform_handle_utils_posix.cc', |
| 44 'edk/embedder/platform_handle_utils_win.cc', | 44 'edk/embedder/platform_handle_utils_win.cc', |
| 45 'edk/embedder/platform_handle_vector.h', | 45 'edk/embedder/platform_handle_vector.h', |
| 46 'edk/embedder/platform_shared_buffer.cc', | 46 'edk/embedder/platform_shared_buffer.cc', |
| 47 'edk/embedder/platform_shared_buffer.h', | 47 'edk/embedder/platform_shared_buffer.h', |
| 48 'edk/embedder/scoped_ipc_support.cc', |
| 49 'edk/embedder/scoped_ipc_support.h', |
| 48 'edk/embedder/scoped_platform_handle.h', | 50 'edk/embedder/scoped_platform_handle.h', |
| 49 'edk/system/awakable.h', | 51 'edk/system/awakable.h', |
| 50 'edk/system/awakable_list.cc', | 52 'edk/system/awakable_list.cc', |
| 51 'edk/system/awakable_list.h', | 53 'edk/system/awakable_list.h', |
| 52 'edk/system/async_waiter.cc', | 54 'edk/system/async_waiter.cc', |
| 53 'edk/system/async_waiter.h', | 55 'edk/system/async_waiter.h', |
| 54 'edk/system/atomic_flag.h', | 56 'edk/system/atomic_flag.h', |
| 55 'edk/system/broker.h', | 57 'edk/system/broker.h', |
| 56 'edk/system/broker_host.h', | 58 'edk/system/broker_host.h', |
| 57 'edk/system/channel.cc', | 59 'edk/system/channel.cc', |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 106 'edk/embedder/test_embedder.h', | 108 'edk/embedder/test_embedder.h', |
| 107 ], | 109 ], |
| 108 'mojo_edk_system_impl_non_nacl_sources': [ | 110 'mojo_edk_system_impl_non_nacl_sources': [ |
| 109 'edk/system/broker_host_posix.cc', | 111 'edk/system/broker_host_posix.cc', |
| 110 'edk/system/broker_posix.cc', | 112 'edk/system/broker_posix.cc', |
| 111 'edk/system/channel_posix.cc', | 113 'edk/system/channel_posix.cc', |
| 112 'edk/system/remote_message_pipe_bootstrap.cc', | 114 'edk/system/remote_message_pipe_bootstrap.cc', |
| 113 ], | 115 ], |
| 114 }, | 116 }, |
| 115 } | 117 } |
| OLD | NEW |