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 314 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
534 'base/decompressor_zlib_unittest.cc', | 536 'base/decompressor_zlib_unittest.cc', |
535 'base/encode_decode_unittest.cc', | 537 'base/encode_decode_unittest.cc', |
536 'base/encoder_vp8_unittest.cc', | 538 'base/encoder_vp8_unittest.cc', |
537 'base/encoder_row_based_unittest.cc', | 539 'base/encoder_row_based_unittest.cc', |
538 'base/base_mock_objects.cc', | 540 'base/base_mock_objects.cc', |
539 'base/base_mock_objects.h', | 541 'base/base_mock_objects.h', |
540 # BUG57351 'client/chromoting_view_unittest.cc', | 542 # BUG57351 'client/chromoting_view_unittest.cc', |
541 'host/access_verifier_unittest.cc', | 543 'host/access_verifier_unittest.cc', |
542 'host/chromoting_host_context_unittest.cc', | 544 'host/chromoting_host_context_unittest.cc', |
543 'host/chromoting_host_unittest.cc', | 545 'host/chromoting_host_unittest.cc', |
544 'host/desktop_environment_fake.cc', | |
545 'host/desktop_environment_fake.h', | |
546 'host/differ_block_unittest.cc', | 546 'host/differ_block_unittest.cc', |
547 'host/differ_unittest.cc', | 547 'host/differ_unittest.cc', |
548 'host/heartbeat_sender_unittest.cc', | 548 'host/heartbeat_sender_unittest.cc', |
549 'host/host_key_pair_unittest.cc', | 549 'host/host_key_pair_unittest.cc', |
550 'host/host_mock_objects.cc', | 550 'host/host_mock_objects.cc', |
551 'host/host_mock_objects.h', | 551 'host/host_mock_objects.h', |
552 'host/json_host_config_unittest.cc', | 552 'host/json_host_config_unittest.cc', |
553 'host/screen_recorder_unittest.cc', | 553 'host/screen_recorder_unittest.cc', |
554 'host/test_key_pair.h', | 554 'host/test_key_pair.h', |
555 'jingle_glue/channel_socket_adapter_unittest.cc', | 555 'jingle_glue/channel_socket_adapter_unittest.cc', |
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
614 ], # end of 'conditions' | 614 ], # end of 'conditions' |
615 }, # end of target 'chromoting_unittests' | 615 }, # end of target 'chromoting_unittests' |
616 ], # end of targets | 616 ], # end of targets |
617 } | 617 } |
618 | 618 |
619 # Local Variables: | 619 # Local Variables: |
620 # tab-width:2 | 620 # tab-width:2 |
621 # indent-tabs-mode:nil | 621 # indent-tabs-mode:nil |
622 # End: | 622 # End: |
623 # vim: set expandtab tabstop=2 shiftwidth=2: | 623 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |