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 189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
200 'host/access_verifier.cc', | 200 'host/access_verifier.cc', |
201 'host/access_verifier.h', | 201 'host/access_verifier.h', |
202 'host/capturer.cc', | 202 'host/capturer.cc', |
203 'host/capturer.h', | 203 'host/capturer.h', |
204 'host/capturer_fake.cc', | 204 'host/capturer_fake.cc', |
205 'host/capturer_fake.h', | 205 'host/capturer_fake.h', |
206 'host/chromoting_host.cc', | 206 'host/chromoting_host.cc', |
207 'host/chromoting_host.h', | 207 'host/chromoting_host.h', |
208 'host/chromoting_host_context.cc', | 208 'host/chromoting_host_context.cc', |
209 'host/chromoting_host_context.h', | 209 'host/chromoting_host_context.h', |
| 210 'host/client_session.cc', |
| 211 'host/client_session.h', |
210 'host/desktop_environment.cc', | 212 'host/desktop_environment.cc', |
211 'host/desktop_environment.h', | 213 'host/desktop_environment.h', |
212 'host/differ.h', | 214 'host/differ.h', |
213 'host/differ.cc', | 215 'host/differ.cc', |
214 'host/screen_recorder.cc', | 216 'host/screen_recorder.cc', |
215 'host/screen_recorder.h', | 217 'host/screen_recorder.h', |
216 'host/heartbeat_sender.cc', | 218 'host/heartbeat_sender.cc', |
217 'host/heartbeat_sender.h', | 219 'host/heartbeat_sender.h', |
218 'host/host_config.cc', | 220 'host/host_config.cc', |
219 'host/host_config.h', | 221 'host/host_config.h', |
(...skipping 308 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
528 'base/decompressor_zlib_unittest.cc', | 530 'base/decompressor_zlib_unittest.cc', |
529 'base/encode_decode_unittest.cc', | 531 'base/encode_decode_unittest.cc', |
530 'base/encoder_vp8_unittest.cc', | 532 'base/encoder_vp8_unittest.cc', |
531 'base/encoder_row_based_unittest.cc', | 533 'base/encoder_row_based_unittest.cc', |
532 'base/base_mock_objects.cc', | 534 'base/base_mock_objects.cc', |
533 'base/base_mock_objects.h', | 535 'base/base_mock_objects.h', |
534 # BUG57351 'client/chromoting_view_unittest.cc', | 536 # BUG57351 'client/chromoting_view_unittest.cc', |
535 'host/access_verifier_unittest.cc', | 537 'host/access_verifier_unittest.cc', |
536 'host/chromoting_host_context_unittest.cc', | 538 'host/chromoting_host_context_unittest.cc', |
537 'host/chromoting_host_unittest.cc', | 539 'host/chromoting_host_unittest.cc', |
538 'host/desktop_environment_fake.cc', | |
539 'host/desktop_environment_fake.h', | |
540 'host/differ_block_unittest.cc', | 540 'host/differ_block_unittest.cc', |
541 'host/differ_unittest.cc', | 541 'host/differ_unittest.cc', |
542 'host/heartbeat_sender_unittest.cc', | 542 'host/heartbeat_sender_unittest.cc', |
543 'host/host_key_pair_unittest.cc', | 543 'host/host_key_pair_unittest.cc', |
544 'host/host_mock_objects.cc', | 544 'host/host_mock_objects.cc', |
545 'host/host_mock_objects.h', | 545 'host/host_mock_objects.h', |
546 'host/json_host_config_unittest.cc', | 546 'host/json_host_config_unittest.cc', |
547 'host/screen_recorder_unittest.cc', | 547 'host/screen_recorder_unittest.cc', |
548 'host/test_key_pair.h', | 548 'host/test_key_pair.h', |
549 'jingle_glue/channel_socket_adapter_unittest.cc', | 549 'jingle_glue/channel_socket_adapter_unittest.cc', |
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
608 ], # end of 'conditions' | 608 ], # end of 'conditions' |
609 }, # end of target 'chromoting_unittests' | 609 }, # end of target 'chromoting_unittests' |
610 ], # end of targets | 610 ], # end of targets |
611 } | 611 } |
612 | 612 |
613 # Local Variables: | 613 # Local Variables: |
614 # tab-width:2 | 614 # tab-width:2 |
615 # indent-tabs-mode:nil | 615 # indent-tabs-mode:nil |
616 # End: | 616 # End: |
617 # vim: set expandtab tabstop=2 shiftwidth=2: | 617 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |