| 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 '../third_party/mojo/mojo_variables.gypi', | 7 '../third_party/mojo/mojo_variables.gypi', |
| 8 ], | 8 ], |
| 9 'target_defaults' : { | 9 'target_defaults' : { |
| 10 'include_dirs': [ | 10 'include_dirs': [ |
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 60 'edk/embedder/simple_platform_shared_buffer_android.cc', | 60 'edk/embedder/simple_platform_shared_buffer_android.cc', |
| 61 'edk/embedder/simple_platform_shared_buffer_posix.cc', | 61 'edk/embedder/simple_platform_shared_buffer_posix.cc', |
| 62 'edk/embedder/simple_platform_shared_buffer_win.cc', | 62 'edk/embedder/simple_platform_shared_buffer_win.cc', |
| 63 'edk/embedder/simple_platform_support.cc', | 63 'edk/embedder/simple_platform_support.cc', |
| 64 'edk/embedder/simple_platform_support.h', | 64 'edk/embedder/simple_platform_support.h', |
| 65 'edk/system/awakable.h', | 65 'edk/system/awakable.h', |
| 66 'edk/system/awakable_list.cc', | 66 'edk/system/awakable_list.cc', |
| 67 'edk/system/awakable_list.h', | 67 'edk/system/awakable_list.h', |
| 68 'edk/system/async_waiter.cc', | 68 'edk/system/async_waiter.cc', |
| 69 'edk/system/async_waiter.h', | 69 'edk/system/async_waiter.h', |
| 70 'edk/system/child_token_serializer_win.cc', |
| 71 'edk/system/child_token_serializer_win.h', |
| 70 'edk/system/configuration.cc', | 72 'edk/system/configuration.cc', |
| 71 'edk/system/configuration.h', | 73 'edk/system/configuration.h', |
| 72 'edk/system/core.cc', | 74 'edk/system/core.cc', |
| 73 'edk/system/core.h', | 75 'edk/system/core.h', |
| 74 'edk/system/data_pipe.cc', | 76 'edk/system/data_pipe.cc', |
| 75 'edk/system/data_pipe.h', | 77 'edk/system/data_pipe.h', |
| 76 'edk/system/data_pipe_consumer_dispatcher.cc', | 78 'edk/system/data_pipe_consumer_dispatcher.cc', |
| 77 'edk/system/data_pipe_consumer_dispatcher.h', | 79 'edk/system/data_pipe_consumer_dispatcher.h', |
| 78 'edk/system/data_pipe_producer_dispatcher.cc', | 80 'edk/system/data_pipe_producer_dispatcher.cc', |
| 79 'edk/system/data_pipe_producer_dispatcher.h', | 81 'edk/system/data_pipe_producer_dispatcher.h', |
| 82 'edk/system/default_token_serializer_win.cc', |
| 83 'edk/system/default_token_serializer_win.h', |
| 80 'edk/system/dispatcher.cc', | 84 'edk/system/dispatcher.cc', |
| 81 'edk/system/dispatcher.h', | 85 'edk/system/dispatcher.h', |
| 82 'edk/system/handle_signals_state.h', | 86 'edk/system/handle_signals_state.h', |
| 83 'edk/system/handle_table.cc', | 87 'edk/system/handle_table.cc', |
| 84 'edk/system/handle_table.h', | 88 'edk/system/handle_table.h', |
| 85 'edk/system/mapping_table.cc', | 89 'edk/system/mapping_table.cc', |
| 86 'edk/system/mapping_table.h', | 90 'edk/system/mapping_table.h', |
| 87 'edk/system/message_in_transit.cc', | 91 'edk/system/message_in_transit.cc', |
| 88 'edk/system/message_in_transit.h', | 92 'edk/system/message_in_transit.h', |
| 89 'edk/system/message_in_transit_queue.cc', | 93 'edk/system/message_in_transit_queue.cc', |
| 90 'edk/system/message_in_transit_queue.h', | 94 'edk/system/message_in_transit_queue.h', |
| 91 'edk/system/message_pipe_dispatcher.cc', | 95 'edk/system/message_pipe_dispatcher.cc', |
| 92 'edk/system/message_pipe_dispatcher.h', | 96 'edk/system/message_pipe_dispatcher.h', |
| 93 'edk/system/options_validation.h', | 97 'edk/system/options_validation.h', |
| 98 'edk/system/parent_token_serializer_state_win.cc', |
| 99 'edk/system/parent_token_serializer_state_win.h', |
| 100 'edk/system/parent_token_serializer_win.cc', |
| 101 'edk/system/parent_token_serializer_win.h', |
| 94 'edk/system/platform_handle_dispatcher.cc', | 102 'edk/system/platform_handle_dispatcher.cc', |
| 95 'edk/system/platform_handle_dispatcher.h', | 103 'edk/system/platform_handle_dispatcher.h', |
| 96 'edk/system/raw_channel.cc', | 104 'edk/system/raw_channel.cc', |
| 97 'edk/system/raw_channel.h', | 105 'edk/system/raw_channel.h', |
| 98 'edk/system/raw_channel_posix.cc', | 106 'edk/system/raw_channel_posix.cc', |
| 99 'edk/system/raw_channel_win.cc', | 107 'edk/system/raw_channel_win.cc', |
| 100 'edk/system/shared_buffer_dispatcher.cc', | 108 'edk/system/shared_buffer_dispatcher.cc', |
| 101 'edk/system/shared_buffer_dispatcher.h', | 109 'edk/system/shared_buffer_dispatcher.h', |
| 102 'edk/system/simple_dispatcher.cc', | 110 'edk/system/simple_dispatcher.cc', |
| 103 'edk/system/simple_dispatcher.h', | 111 'edk/system/simple_dispatcher.h', |
| 112 'edk/system/token_serializer_messages_win.h', |
| 113 'edk/system/token_serializer_win.h', |
| 104 'edk/system/transport_data.cc', | 114 'edk/system/transport_data.cc', |
| 105 'edk/system/transport_data.h', | 115 'edk/system/transport_data.h', |
| 106 'edk/system/waiter.cc', | 116 'edk/system/waiter.cc', |
| 107 'edk/system/waiter.h', | 117 'edk/system/waiter.h', |
| 108 # Test-only code: | 118 # Test-only code: |
| 109 # TODO(vtl): It's a little unfortunate that these end up in the same | 119 # TODO(vtl): It's a little unfortunate that these end up in the same |
| 110 # component as non-test-only code. In the static build, this code | 120 # component as non-test-only code. In the static build, this code |
| 111 # should hopefully be dead-stripped. | 121 # should hopefully be dead-stripped. |
| 112 'edk/embedder/test_embedder.cc', | 122 'edk/embedder/test_embedder.cc', |
| 113 'edk/embedder/test_embedder.h', | 123 'edk/embedder/test_embedder.h', |
| (...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 214 '../third_party/mojo/mojo_public.gyp:mojo_public_test_support', | 224 '../third_party/mojo/mojo_public.gyp:mojo_public_test_support', |
| 215 'mojo_system_impl2', | 225 'mojo_system_impl2', |
| 216 'mojo_test_support_impl2', | 226 'mojo_test_support_impl2', |
| 217 ], | 227 ], |
| 218 'sources': [ | 228 'sources': [ |
| 219 'edk/test/run_all_unittests.cc', | 229 'edk/test/run_all_unittests.cc', |
| 220 ], | 230 ], |
| 221 }, | 231 }, |
| 222 ], | 232 ], |
| 223 } | 233 } |
| OLD | NEW |