| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 'target_name': 'remoting_test_common', | 8 'target_name': 'remoting_test_common', |
| 9 'type': 'static_library', | 9 'type': 'static_library', |
| 10 'dependencies': [ | 10 'dependencies': [ |
| (...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 117 'base/running_average_unittest.cc', | 117 'base/running_average_unittest.cc', |
| 118 'base/test_rsa_key_pair.h', | 118 'base/test_rsa_key_pair.h', |
| 119 'base/typed_buffer_unittest.cc', | 119 'base/typed_buffer_unittest.cc', |
| 120 'base/util_unittest.cc', | 120 'base/util_unittest.cc', |
| 121 'client/audio_player_unittest.cc', | 121 'client/audio_player_unittest.cc', |
| 122 'client/client_status_logger_unittest.cc', | 122 'client/client_status_logger_unittest.cc', |
| 123 'client/key_event_mapper_unittest.cc', | 123 'client/key_event_mapper_unittest.cc', |
| 124 'client/plugin/empty_cursor_filter_unittest.cc', | 124 'client/plugin/empty_cursor_filter_unittest.cc', |
| 125 'client/plugin/normalizing_input_filter_cros_unittest.cc', | 125 'client/plugin/normalizing_input_filter_cros_unittest.cc', |
| 126 'client/plugin/normalizing_input_filter_mac_unittest.cc', | 126 'client/plugin/normalizing_input_filter_mac_unittest.cc', |
| 127 'client/plugin/touch_input_scaler_unittest.cc', |
| 127 'client/server_log_entry_client_unittest.cc', | 128 'client/server_log_entry_client_unittest.cc', |
| 128 'codec/audio_encoder_opus_unittest.cc', | 129 'codec/audio_encoder_opus_unittest.cc', |
| 129 'codec/codec_test.cc', | 130 'codec/codec_test.cc', |
| 130 'codec/codec_test.h', | 131 'codec/codec_test.h', |
| 131 'codec/video_decoder_vpx_unittest.cc', | 132 'codec/video_decoder_vpx_unittest.cc', |
| 132 'codec/video_encoder_helper_unittest.cc', | 133 'codec/video_encoder_helper_unittest.cc', |
| 133 'codec/video_encoder_verbatim_unittest.cc', | 134 'codec/video_encoder_verbatim_unittest.cc', |
| 134 'codec/video_encoder_vpx_unittest.cc', | 135 'codec/video_encoder_vpx_unittest.cc', |
| 135 'host/audio_silence_detector_unittest.cc', | 136 'host/audio_silence_detector_unittest.cc', |
| 136 'host/branding.cc', | 137 'host/branding.cc', |
| (...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 444 'dependencies': [ | 445 'dependencies': [ |
| 445 '../base/allocator/allocator.gyp:allocator', | 446 '../base/allocator/allocator.gyp:allocator', |
| 446 ], | 447 ], |
| 447 }], | 448 }], |
| 448 ], # end of 'conditions' | 449 ], # end of 'conditions' |
| 449 }, # end of target 'remoting_perftests' | 450 }, # end of target 'remoting_perftests' |
| 450 ] | 451 ] |
| 451 }] | 452 }] |
| 452 ] | 453 ] |
| 453 } | 454 } |
| OLD | NEW |