| 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 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 100 'edk/system/child_broker.cc', | 100 'edk/system/child_broker.cc', |
| 101 'edk/system/child_broker.h', | 101 'edk/system/child_broker.h', |
| 102 'edk/system/platform_handle_dispatcher.cc', | 102 'edk/system/platform_handle_dispatcher.cc', |
| 103 'edk/system/platform_handle_dispatcher.h', | 103 'edk/system/platform_handle_dispatcher.h', |
| 104 'edk/system/raw_channel.cc', | 104 'edk/system/raw_channel.cc', |
| 105 'edk/system/raw_channel.h', | 105 'edk/system/raw_channel.h', |
| 106 'edk/system/raw_channel_posix.cc', | 106 'edk/system/raw_channel_posix.cc', |
| 107 'edk/system/raw_channel_win.cc', | 107 'edk/system/raw_channel_win.cc', |
| 108 'edk/system/shared_buffer_dispatcher.cc', | 108 'edk/system/shared_buffer_dispatcher.cc', |
| 109 'edk/system/shared_buffer_dispatcher.h', | 109 'edk/system/shared_buffer_dispatcher.h', |
| 110 'edk/system/simple_broker.cc', | |
| 111 'edk/system/simple_broker.h', | |
| 112 'edk/system/simple_dispatcher.cc', | 110 'edk/system/simple_dispatcher.cc', |
| 113 'edk/system/simple_dispatcher.h', | 111 'edk/system/simple_dispatcher.h', |
| 114 'edk/system/transport_data.cc', | 112 'edk/system/transport_data.cc', |
| 115 'edk/system/transport_data.h', | 113 'edk/system/transport_data.h', |
| 116 'edk/system/waiter.cc', | 114 'edk/system/waiter.cc', |
| 117 'edk/system/waiter.h', | 115 'edk/system/waiter.h', |
| 118 # Test-only code: | 116 # Test-only code: |
| 119 # TODO(vtl): It's a little unfortunate that these end up in the same | 117 # TODO(vtl): It's a little unfortunate that these end up in the same |
| 120 # component as non-test-only code. In the static build, this code | 118 # component as non-test-only code. In the static build, this code |
| 121 # should hopefully be dead-stripped. | 119 # should hopefully be dead-stripped. |
| (...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 224 '../third_party/mojo/mojo_public.gyp:mojo_public_test_support', | 222 '../third_party/mojo/mojo_public.gyp:mojo_public_test_support', |
| 225 'mojo_system_impl2', | 223 'mojo_system_impl2', |
| 226 'mojo_test_support_impl2', | 224 'mojo_test_support_impl2', |
| 227 ], | 225 ], |
| 228 'sources': [ | 226 'sources': [ |
| 229 'edk/test/run_all_unittests.cc', | 227 'edk/test/run_all_unittests.cc', |
| 230 ], | 228 ], |
| 231 }, | 229 }, |
| 232 ], | 230 ], |
| 233 } | 231 } |
| OLD | NEW |