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 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
61 'MOJO_SYSTEM_IMPL_IMPLEMENTATION', | 61 'MOJO_SYSTEM_IMPL_IMPLEMENTATION', |
62 'MOJO_SYSTEM_IMPLEMENTATION', | 62 'MOJO_SYSTEM_IMPLEMENTATION', |
63 'MOJO_USE_SYSTEM_IMPL', | 63 'MOJO_USE_SYSTEM_IMPL', |
64 ], | 64 ], |
65 'sources': [ | 65 'sources': [ |
66 'edk/embedder/configuration.h', | 66 'edk/embedder/configuration.h', |
67 'edk/embedder/embedder.cc', | 67 'edk/embedder/embedder.cc', |
68 'edk/embedder/embedder.h', | 68 'edk/embedder/embedder.h', |
69 'edk/embedder/embedder_internal.h', | 69 'edk/embedder/embedder_internal.h', |
70 'edk/embedder/entrypoints.cc', | 70 'edk/embedder/entrypoints.cc', |
71 'edk/embedder/named_platform_channel_pair_win.cc', | |
72 'edk/embedder/named_platform_channel_pair_win.h', | |
73 'edk/embedder/platform_channel_pair.cc', | 71 'edk/embedder/platform_channel_pair.cc', |
74 'edk/embedder/platform_channel_pair.h', | 72 'edk/embedder/platform_channel_pair.h', |
75 'edk/embedder/platform_channel_pair_posix.cc', | 73 'edk/embedder/platform_channel_pair_posix.cc', |
76 'edk/embedder/platform_channel_pair_win.cc', | 74 'edk/embedder/platform_channel_pair_win.cc', |
77 'edk/embedder/platform_channel_utils_posix.cc', | 75 'edk/embedder/platform_channel_utils_posix.cc', |
78 'edk/embedder/platform_channel_utils_posix.h', | 76 'edk/embedder/platform_channel_utils_posix.h', |
79 'edk/embedder/platform_handle.cc', | 77 'edk/embedder/platform_handle.cc', |
80 'edk/embedder/platform_handle.h', | 78 'edk/embedder/platform_handle.h', |
81 'edk/embedder/platform_handle_utils.h', | 79 'edk/embedder/platform_handle_utils.h', |
82 'edk/embedder/platform_handle_utils_posix.cc', | 80 'edk/embedder/platform_handle_utils_posix.cc', |
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
273 'mojo_public.gyp:mojo_public_test_support', | 271 'mojo_public.gyp:mojo_public_test_support', |
274 'mojo_system_impl', | 272 'mojo_system_impl', |
275 'mojo_test_support_impl', | 273 'mojo_test_support_impl', |
276 ], | 274 ], |
277 'sources': [ | 275 'sources': [ |
278 'edk/test/run_all_perftests.cc', | 276 'edk/test/run_all_perftests.cc', |
279 ], | 277 ], |
280 }, | 278 }, |
281 ], | 279 ], |
282 } | 280 } |
OLD | NEW |