OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 # TODO(dmaclach): can we pick this up some other way? Right now it's | 7 # TODO(dmaclach): can we pick this up some other way? Right now it's |
8 # duplicated from chrome.gyp | 8 # duplicated from chrome.gyp |
9 'chromium_code': 1, | 9 'chromium_code': 1, |
10 | 10 |
(...skipping 2477 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2488 'include_dirs': [ | 2488 'include_dirs': [ |
2489 '../testing/gmock/include', | 2489 '../testing/gmock/include', |
2490 ], | 2490 ], |
2491 'sources': [ | 2491 'sources': [ |
2492 '../chrome/test/base/run_all_remoting_unittests.cc', | 2492 '../chrome/test/base/run_all_remoting_unittests.cc', |
2493 'base/auth_token_util_unittest.cc', | 2493 'base/auth_token_util_unittest.cc', |
2494 'base/auto_thread_task_runner_unittest.cc', | 2494 'base/auto_thread_task_runner_unittest.cc', |
2495 'base/auto_thread_unittest.cc', | 2495 'base/auto_thread_unittest.cc', |
2496 'base/breakpad_win_unittest.cc', | 2496 'base/breakpad_win_unittest.cc', |
2497 'base/compound_buffer_unittest.cc', | 2497 'base/compound_buffer_unittest.cc', |
| 2498 'base/rate_counter_unittest.cc', |
2498 'base/resources_unittest.cc', | 2499 'base/resources_unittest.cc', |
2499 'base/rsa_key_pair_unittest.cc', | 2500 'base/rsa_key_pair_unittest.cc', |
| 2501 'base/running_average_unittest.cc', |
2500 'base/test_rsa_key_pair.h', | 2502 'base/test_rsa_key_pair.h', |
2501 'base/typed_buffer_unittest.cc', | 2503 'base/typed_buffer_unittest.cc', |
2502 'base/util_unittest.cc', | 2504 'base/util_unittest.cc', |
2503 'client/audio_player_unittest.cc', | 2505 'client/audio_player_unittest.cc', |
2504 'client/key_event_mapper_unittest.cc', | 2506 'client/key_event_mapper_unittest.cc', |
2505 'client/plugin/mac_key_event_processor_unittest.cc', | 2507 'client/plugin/mac_key_event_processor_unittest.cc', |
2506 'codec/audio_encoder_opus_unittest.cc', | 2508 'codec/audio_encoder_opus_unittest.cc', |
2507 'codec/codec_test.cc', | 2509 'codec/codec_test.cc', |
2508 'codec/codec_test.h', | 2510 'codec/codec_test.h', |
2509 'codec/video_decoder_vp8_unittest.cc', | 2511 'codec/video_decoder_vp8_unittest.cc', |
2510 'codec/video_encoder_verbatim_unittest.cc', | 2512 'codec/video_encoder_verbatim_unittest.cc', |
2511 'codec/video_encoder_vp8_unittest.cc', | 2513 'codec/video_encoder_vp8_unittest.cc', |
2512 'host/audio_silence_detector_unittest.cc', | 2514 'host/audio_silence_detector_unittest.cc', |
2513 'host/branding.cc', | 2515 'host/branding.cc', |
2514 'host/branding.h', | 2516 'host/branding.h', |
| 2517 'host/capture_scheduler_unittest.cc', |
2515 'host/chromoting_host_context_unittest.cc', | 2518 'host/chromoting_host_context_unittest.cc', |
2516 'host/chromoting_host_unittest.cc', | 2519 'host/chromoting_host_unittest.cc', |
2517 'host/client_session_unittest.cc', | 2520 'host/client_session_unittest.cc', |
2518 'host/config_file_watcher_unittest.cc', | 2521 'host/config_file_watcher_unittest.cc', |
2519 'host/daemon_process.cc', | 2522 'host/daemon_process.cc', |
2520 'host/daemon_process.h', | 2523 'host/daemon_process.h', |
2521 'host/daemon_process_unittest.cc', | 2524 'host/daemon_process_unittest.cc', |
2522 'host/desktop_process.cc', | 2525 'host/desktop_process.cc', |
2523 'host/desktop_process.h', | 2526 'host/desktop_process.h', |
2524 'host/desktop_process_unittest.cc', | 2527 'host/desktop_process_unittest.cc', |
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2663 '../base/allocator/allocator.gyp:allocator', | 2666 '../base/allocator/allocator.gyp:allocator', |
2664 ], | 2667 ], |
2665 }, | 2668 }, |
2666 ], | 2669 ], |
2667 ], | 2670 ], |
2668 }], # end of 'toolkit_uses_gtk == 1' | 2671 }], # end of 'toolkit_uses_gtk == 1' |
2669 ], # end of 'conditions' | 2672 ], # end of 'conditions' |
2670 }, # end of target 'remoting_unittests' | 2673 }, # end of target 'remoting_unittests' |
2671 ], # end of targets | 2674 ], # end of targets |
2672 } | 2675 } |
OLD | NEW |