| 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 20 matching lines...) Expand all Loading... |
| 31 'MOJO_SYSTEM_IMPL_IMPLEMENTATION', | 31 'MOJO_SYSTEM_IMPL_IMPLEMENTATION', |
| 32 'MOJO_SYSTEM_IMPLEMENTATION', | 32 'MOJO_SYSTEM_IMPLEMENTATION', |
| 33 'MOJO_USE_SYSTEM_IMPL', | 33 'MOJO_USE_SYSTEM_IMPL', |
| 34 ], | 34 ], |
| 35 'sources': [ | 35 'sources': [ |
| 36 'edk/embedder/configuration.h', | 36 'edk/embedder/configuration.h', |
| 37 'edk/embedder/embedder.cc', | 37 'edk/embedder/embedder.cc', |
| 38 'edk/embedder/embedder.h', | 38 'edk/embedder/embedder.h', |
| 39 'edk/embedder/embedder_internal.h', | 39 'edk/embedder/embedder_internal.h', |
| 40 'edk/embedder/entrypoints.cc', | 40 'edk/embedder/entrypoints.cc', |
| 41 'edk/embedder/named_platform_channel_pair_win.cc', |
| 42 'edk/embedder/named_platform_channel_pair_win.h', |
| 41 'edk/embedder/platform_channel_pair.cc', | 43 'edk/embedder/platform_channel_pair.cc', |
| 42 'edk/embedder/platform_channel_pair.h', | 44 'edk/embedder/platform_channel_pair.h', |
| 43 'edk/embedder/platform_channel_pair_posix.cc', | 45 'edk/embedder/platform_channel_pair_posix.cc', |
| 44 'edk/embedder/platform_channel_pair_win.cc', | 46 'edk/embedder/platform_channel_pair_win.cc', |
| 45 'edk/embedder/platform_channel_utils_posix.cc', | 47 'edk/embedder/platform_channel_utils_posix.cc', |
| 46 'edk/embedder/platform_channel_utils_posix.h', | 48 'edk/embedder/platform_channel_utils_posix.h', |
| 47 'edk/embedder/platform_handle.cc', | 49 'edk/embedder/platform_handle.cc', |
| 48 'edk/embedder/platform_handle.h', | 50 'edk/embedder/platform_handle.h', |
| 49 'edk/embedder/platform_handle_utils.h', | 51 'edk/embedder/platform_handle_utils.h', |
| 50 'edk/embedder/platform_handle_utils_posix.cc', | 52 'edk/embedder/platform_handle_utils_posix.cc', |
| (...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 259 'mojo_public.gyp:mojo_public_test_support', | 261 'mojo_public.gyp:mojo_public_test_support', |
| 260 'mojo_system_impl', | 262 'mojo_system_impl', |
| 261 'mojo_test_support_impl', | 263 'mojo_test_support_impl', |
| 262 ], | 264 ], |
| 263 'sources': [ | 265 'sources': [ |
| 264 'edk/test/run_all_perftests.cc', | 266 'edk/test/run_all_perftests.cc', |
| 265 ], | 267 ], |
| 266 }, | 268 }, |
| 267 ], | 269 ], |
| 268 } | 270 } |
| OLD | NEW |