| 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 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 145 'embedder/embedder.cc', | 145 'embedder/embedder.cc', |
| 146 'embedder/embedder.h', | 146 'embedder/embedder.h', |
| 147 'embedder/platform_channel_pair.cc', | 147 'embedder/platform_channel_pair.cc', |
| 148 'embedder/platform_channel_pair.h', | 148 'embedder/platform_channel_pair.h', |
| 149 'embedder/platform_channel_pair_posix.cc', | 149 'embedder/platform_channel_pair_posix.cc', |
| 150 'embedder/platform_channel_pair_win.cc', | 150 'embedder/platform_channel_pair_win.cc', |
| 151 'embedder/platform_channel_utils_posix.cc', | 151 'embedder/platform_channel_utils_posix.cc', |
| 152 'embedder/platform_channel_utils_posix.h', | 152 'embedder/platform_channel_utils_posix.h', |
| 153 'embedder/platform_handle.cc', | 153 'embedder/platform_handle.cc', |
| 154 'embedder/platform_handle.h', | 154 'embedder/platform_handle.h', |
| 155 'embedder/platform_handle_vector.cc', | 155 'embedder/platform_handle_utils.h', |
| 156 'embedder/platform_handle_vector.h', | 156 'embedder/platform_handle_vector.h', |
| 157 'embedder/scoped_platform_handle.h', | 157 'embedder/scoped_platform_handle.h', |
| 158 'system/channel.cc', | 158 'system/channel.cc', |
| 159 'system/channel.h', | 159 'system/channel.h', |
| 160 'system/constants.h', | 160 'system/constants.h', |
| 161 'system/core.cc', | 161 'system/core.cc', |
| 162 'system/core.h', | 162 'system/core.h', |
| 163 'system/data_pipe.cc', | 163 'system/data_pipe.cc', |
| 164 'system/data_pipe.h', | 164 'system/data_pipe.h', |
| 165 'system/data_pipe_consumer_dispatcher.cc', | 165 'system/data_pipe_consumer_dispatcher.cc', |
| (...skipping 716 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 882 'aura/screen_mojo.cc', | 882 'aura/screen_mojo.cc', |
| 883 'aura/screen_mojo.h', | 883 'aura/screen_mojo.h', |
| 884 'aura/window_tree_host_mojo.cc', | 884 'aura/window_tree_host_mojo.cc', |
| 885 'aura/window_tree_host_mojo.h', | 885 'aura/window_tree_host_mojo.h', |
| 886 ], | 886 ], |
| 887 }, | 887 }, |
| 888 ], | 888 ], |
| 889 }], | 889 }], |
| 890 ], | 890 ], |
| 891 } | 891 } |
| OLD | NEW |