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 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
198 'host/differ_block.h', | 198 'host/differ_block.h', |
199 'host/differ_block.cc', | 199 'host/differ_block.cc', |
200 'host/session_manager.cc', | 200 'host/session_manager.cc', |
201 'host/session_manager.h', | 201 'host/session_manager.h', |
202 'host/heartbeat_sender.cc', | 202 'host/heartbeat_sender.cc', |
203 'host/heartbeat_sender.h', | 203 'host/heartbeat_sender.h', |
204 'host/host_config.cc', | 204 'host/host_config.cc', |
205 'host/host_config.h', | 205 'host/host_config.h', |
206 'host/host_key_pair.cc', | 206 'host/host_key_pair.cc', |
207 'host/host_key_pair.h', | 207 'host/host_key_pair.h', |
| 208 'host/host_stub_fake.cc', |
| 209 'host/host_stub_fake.h', |
208 'host/json_host_config.cc', | 210 'host/json_host_config.cc', |
209 'host/json_host_config.h', | 211 'host/json_host_config.h', |
210 'host/in_memory_host_config.cc', | 212 'host/in_memory_host_config.cc', |
211 'host/in_memory_host_config.h', | 213 'host/in_memory_host_config.h', |
212 ], | 214 ], |
213 'conditions': [ | 215 'conditions': [ |
214 ['OS=="win"', { | 216 ['OS=="win"', { |
215 'sources': [ | 217 'sources': [ |
216 'host/capturer_gdi.cc', | 218 'host/capturer_gdi.cc', |
217 'host/capturer_gdi.h', | 219 'host/capturer_gdi.h', |
(...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
519 ], # end of 'conditions' | 521 ], # end of 'conditions' |
520 }, # end of target 'chromoting_unittests' | 522 }, # end of target 'chromoting_unittests' |
521 ], # end of targets | 523 ], # end of targets |
522 } | 524 } |
523 | 525 |
524 # Local Variables: | 526 # Local Variables: |
525 # tab-width:2 | 527 # tab-width:2 |
526 # indent-tabs-mode:nil | 528 # indent-tabs-mode:nil |
527 # End: | 529 # End: |
528 # vim: set expandtab tabstop=2 shiftwidth=2: | 530 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |