| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 47 'embedder/simple_platform_shared_buffer.cc', | 47 'embedder/simple_platform_shared_buffer.cc', |
| 48 'embedder/simple_platform_shared_buffer.h', | 48 'embedder/simple_platform_shared_buffer.h', |
| 49 'embedder/simple_platform_shared_buffer_posix.cc', | 49 'embedder/simple_platform_shared_buffer_posix.cc', |
| 50 'embedder/simple_platform_shared_buffer_win.cc', | 50 'embedder/simple_platform_shared_buffer_win.cc', |
| 51 'embedder/simple_platform_support.cc', | 51 'embedder/simple_platform_support.cc', |
| 52 'embedder/simple_platform_support.h', | 52 'embedder/simple_platform_support.h', |
| 53 'system/channel.cc', | 53 'system/channel.cc', |
| 54 'system/channel.h', | 54 'system/channel.h', |
| 55 'system/channel_endpoint.cc', | 55 'system/channel_endpoint.cc', |
| 56 'system/channel_endpoint.h', | 56 'system/channel_endpoint.h', |
| 57 'system/channel_endpoint_client.h', |
| 57 'system/channel_endpoint_id.cc', | 58 'system/channel_endpoint_id.cc', |
| 58 'system/channel_endpoint_id.h', | 59 'system/channel_endpoint_id.h', |
| 59 'system/channel_info.cc', | 60 'system/channel_info.cc', |
| 60 'system/channel_info.h', | 61 'system/channel_info.h', |
| 61 'system/channel_manager.cc', | 62 'system/channel_manager.cc', |
| 62 'system/channel_manager.h', | 63 'system/channel_manager.h', |
| 63 'system/configuration.cc', | 64 'system/configuration.cc', |
| 64 'system/configuration.h', | 65 'system/configuration.h', |
| 65 'system/core.cc', | 66 'system/core.cc', |
| 66 'system/core.h', | 67 'system/core.h', |
| (...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 218 'mojo_edk.gyp:mojo_system_impl', | 219 'mojo_edk.gyp:mojo_system_impl', |
| 219 'mojo_test_support_impl', | 220 'mojo_test_support_impl', |
| 220 '../public/mojo_public.gyp:mojo_test_support', | 221 '../public/mojo_public.gyp:mojo_test_support', |
| 221 ], | 222 ], |
| 222 'sources': [ | 223 'sources': [ |
| 223 'test/run_all_perftests.cc', | 224 'test/run_all_perftests.cc', |
| 224 ], | 225 ], |
| 225 }, | 226 }, |
| 226 ], | 227 ], |
| 227 } | 228 } |
| OLD | NEW |