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