Chromium Code Reviews| 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 # GN version: //remoting:test_support | 8 # GN version: //remoting:test_support |
| 9 'target_name': 'remoting_test_support', | 9 'target_name': 'remoting_test_support', |
| 10 'type': 'static_library', | 10 'type': 'static_library', |
| (...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 225 'base/compound_buffer_unittest.cc', | 225 'base/compound_buffer_unittest.cc', |
| 226 'base/rate_counter_unittest.cc', | 226 'base/rate_counter_unittest.cc', |
| 227 'base/rsa_key_pair_unittest.cc', | 227 'base/rsa_key_pair_unittest.cc', |
| 228 'base/run_all_unittests.cc', | 228 'base/run_all_unittests.cc', |
| 229 'base/running_average_unittest.cc', | 229 'base/running_average_unittest.cc', |
| 230 'base/test_rsa_key_pair.h', | 230 'base/test_rsa_key_pair.h', |
| 231 'base/typed_buffer_unittest.cc', | 231 'base/typed_buffer_unittest.cc', |
| 232 'base/util_unittest.cc', | 232 'base/util_unittest.cc', |
| 233 'client/audio_player_unittest.cc', | 233 'client/audio_player_unittest.cc', |
| 234 'client/client_status_logger_unittest.cc', | 234 'client/client_status_logger_unittest.cc', |
| 235 'client/chromoting_client_runtime_unittest.cc', | |
|
Lambros
2016/03/09 00:06:18
nit: swap with previous line
nicholss
2016/03/09 16:54:28
Done.
| |
| 235 'client/empty_cursor_filter_unittest.cc', | 236 'client/empty_cursor_filter_unittest.cc', |
| 236 'client/key_event_mapper_unittest.cc', | 237 'client/key_event_mapper_unittest.cc', |
| 237 'client/normalizing_input_filter_cros_unittest.cc', | 238 'client/normalizing_input_filter_cros_unittest.cc', |
| 238 'client/normalizing_input_filter_mac_unittest.cc', | 239 'client/normalizing_input_filter_mac_unittest.cc', |
| 239 'client/normalizing_input_filter_win_unittest.cc', | 240 'client/normalizing_input_filter_win_unittest.cc', |
| 240 'client/server_log_entry_client_unittest.cc', | 241 'client/server_log_entry_client_unittest.cc', |
| 241 'client/software_video_renderer_unittest.cc', | 242 'client/software_video_renderer_unittest.cc', |
| 242 'client/touch_input_scaler_unittest.cc', | 243 'client/touch_input_scaler_unittest.cc', |
| 243 'codec/audio_encoder_opus_unittest.cc', | 244 'codec/audio_encoder_opus_unittest.cc', |
| 244 'codec/codec_test.cc', | 245 'codec/codec_test.cc', |
| (...skipping 369 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 614 '../build/isolate.gypi', | 615 '../build/isolate.gypi', |
| 615 ], | 616 ], |
| 616 'sources': [ | 617 'sources': [ |
| 617 'remoting_unittests.isolate', | 618 'remoting_unittests.isolate', |
| 618 ], | 619 ], |
| 619 }, | 620 }, |
| 620 ], | 621 ], |
| 621 }], | 622 }], |
| 622 ] # end of 'conditions' | 623 ] # end of 'conditions' |
| 623 } | 624 } |
| OLD | NEW |