| OLD | NEW |
| 1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 'target_defaults': { | 6 'target_defaults': { |
| 7 'conditions': [ | 7 'conditions': [ |
| 8 ['mojo_shell_debug_url != ""', { | 8 ['mojo_shell_debug_url != ""', { |
| 9 'defines': [ | 9 'defines': [ |
| 10 'MOJO_SHELL_DEBUG=1', | 10 'MOJO_SHELL_DEBUG=1', |
| (...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 104 'defines': [ | 104 'defines': [ |
| 105 'MOJO_SYSTEM_IMPL_IMPLEMENTATION', | 105 'MOJO_SYSTEM_IMPL_IMPLEMENTATION', |
| 106 ], | 106 ], |
| 107 'sources': [ | 107 'sources': [ |
| 108 'embedder/embedder.cc', | 108 'embedder/embedder.cc', |
| 109 'embedder/embedder.h', | 109 'embedder/embedder.h', |
| 110 'embedder/platform_channel_pair.cc', | 110 'embedder/platform_channel_pair.cc', |
| 111 'embedder/platform_channel_pair.h', | 111 'embedder/platform_channel_pair.h', |
| 112 'embedder/platform_channel_pair_posix.cc', | 112 'embedder/platform_channel_pair_posix.cc', |
| 113 'embedder/platform_channel_pair_win.cc', | 113 'embedder/platform_channel_pair_win.cc', |
| 114 'embedder/platform_channel_utils_posix.cc', |
| 115 'embedder/platform_channel_utils_posix.h', |
| 114 'embedder/platform_handle.cc', | 116 'embedder/platform_handle.cc', |
| 115 'embedder/platform_handle.h', | 117 'embedder/platform_handle.h', |
| 116 'embedder/scoped_platform_handle.h', | 118 'embedder/scoped_platform_handle.h', |
| 117 'system/channel.cc', | 119 'system/channel.cc', |
| 118 'system/channel.h', | 120 'system/channel.h', |
| 119 'system/constants.h', | 121 'system/constants.h', |
| 120 'system/core_impl.cc', | 122 'system/core_impl.cc', |
| 121 'system/core_impl.h', | 123 'system/core_impl.h', |
| 122 'system/data_pipe.cc', | 124 'system/data_pipe.cc', |
| 123 'system/data_pipe.h', | 125 'system/data_pipe.h', |
| (...skipping 505 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 629 'mojo_js_unittests.isolate', | 631 'mojo_js_unittests.isolate', |
| 630 ], | 632 ], |
| 631 'sources': [ | 633 'sources': [ |
| 632 'mojo_js_unittests.isolate', | 634 'mojo_js_unittests.isolate', |
| 633 ], | 635 ], |
| 634 }, | 636 }, |
| 635 ], | 637 ], |
| 636 }], | 638 }], |
| 637 ], | 639 ], |
| 638 } | 640 } |
| OLD | NEW |