OLD | NEW |
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 | 9 |
10 'target_defaults': { | 10 'target_defaults': { |
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
190 'host/capturer_fake.cc', | 190 'host/capturer_fake.cc', |
191 'host/capturer_fake.h', | 191 'host/capturer_fake.h', |
192 'host/chromoting_host.cc', | 192 'host/chromoting_host.cc', |
193 'host/chromoting_host.h', | 193 'host/chromoting_host.h', |
194 'host/chromoting_host_context.cc', | 194 'host/chromoting_host_context.cc', |
195 'host/chromoting_host_context.h', | 195 'host/chromoting_host_context.h', |
196 'host/differ.h', | 196 'host/differ.h', |
197 'host/differ.cc', | 197 'host/differ.cc', |
198 'host/differ_block.h', | 198 'host/differ_block.h', |
199 'host/differ_block.cc', | 199 'host/differ_block.cc', |
200 'host/event_executor.h', | |
201 'host/session_manager.cc', | 200 'host/session_manager.cc', |
202 'host/session_manager.h', | 201 'host/session_manager.h', |
203 'host/heartbeat_sender.cc', | 202 'host/heartbeat_sender.cc', |
204 'host/heartbeat_sender.h', | 203 'host/heartbeat_sender.h', |
205 'host/host_config.cc', | 204 'host/host_config.cc', |
206 'host/host_config.h', | 205 'host/host_config.h', |
207 'host/host_key_pair.cc', | 206 'host/host_key_pair.cc', |
208 'host/host_key_pair.h', | 207 'host/host_key_pair.h', |
209 'host/json_host_config.cc', | 208 'host/json_host_config.cc', |
210 'host/json_host_config.h', | 209 'host/json_host_config.h', |
(...skipping 309 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
520 ], # end of 'conditions' | 519 ], # end of 'conditions' |
521 }, # end of target 'chromoting_unittests' | 520 }, # end of target 'chromoting_unittests' |
522 ], # end of targets | 521 ], # end of targets |
523 } | 522 } |
524 | 523 |
525 # Local Variables: | 524 # Local Variables: |
526 # tab-width:2 | 525 # tab-width:2 |
527 # indent-tabs-mode:nil | 526 # indent-tabs-mode:nil |
528 # End: | 527 # End: |
529 # vim: set expandtab tabstop=2 shiftwidth=2: | 528 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |