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 444 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
455 'sources': [ | 455 'sources': [ |
456 'base/codec_test.cc', | 456 'base/codec_test.cc', |
457 'base/codec_test.h', | 457 'base/codec_test.h', |
458 'base/compound_buffer_unittest.cc', | 458 'base/compound_buffer_unittest.cc', |
459 'base/compressor_zlib_unittest.cc', | 459 'base/compressor_zlib_unittest.cc', |
460 'base/decoder_vp8_unittest.cc', | 460 'base/decoder_vp8_unittest.cc', |
461 'base/decompressor_zlib_unittest.cc', | 461 'base/decompressor_zlib_unittest.cc', |
462 'base/encode_decode_unittest.cc', | 462 'base/encode_decode_unittest.cc', |
463 'base/encoder_vp8_unittest.cc', | 463 'base/encoder_vp8_unittest.cc', |
464 'base/encoder_row_based_unittest.cc', | 464 'base/encoder_row_based_unittest.cc', |
465 'base/mock_objects.h', | 465 'base/base_mock_objects.cc', |
| 466 'base/base_mock_objects.h', |
466 # BUG57351 'client/chromoting_view_unittest.cc', | 467 # BUG57351 'client/chromoting_view_unittest.cc', |
467 'client/mock_objects.h', | |
468 'host/access_verifier_unittest.cc', | 468 'host/access_verifier_unittest.cc', |
469 'host/chromoting_host_context_unittest.cc', | 469 'host/chromoting_host_context_unittest.cc', |
470 'host/chromoting_host_unittest.cc', | 470 'host/chromoting_host_unittest.cc', |
471 'host/differ_block_unittest.cc', | 471 'host/differ_block_unittest.cc', |
472 'host/differ_unittest.cc', | 472 'host/differ_unittest.cc', |
473 'host/heartbeat_sender_unittest.cc', | 473 'host/heartbeat_sender_unittest.cc', |
474 'host/host_key_pair_unittest.cc', | 474 'host/host_key_pair_unittest.cc', |
475 'host/host_mock_objects.cc', | 475 'host/host_mock_objects.cc', |
476 'host/host_mock_objects.h', | 476 'host/host_mock_objects.h', |
477 'host/json_host_config_unittest.cc', | 477 'host/json_host_config_unittest.cc', |
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
538 ], # end of 'conditions' | 538 ], # end of 'conditions' |
539 }, # end of target 'chromoting_unittests' | 539 }, # end of target 'chromoting_unittests' |
540 ], # end of targets | 540 ], # end of targets |
541 } | 541 } |
542 | 542 |
543 # Local Variables: | 543 # Local Variables: |
544 # tab-width:2 | 544 # tab-width:2 |
545 # indent-tabs-mode:nil | 545 # indent-tabs-mode:nil |
546 # End: | 546 # End: |
547 # vim: set expandtab tabstop=2 shiftwidth=2: | 547 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |