Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(57)

Side by Side Diff: remoting/remoting_test.gypi

Issue 1821623003: Revert of Adding container class for chromoting client runtimes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « remoting/remoting_srcs.gypi ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
230 'base/capabilities_unittest.cc', 230 'base/capabilities_unittest.cc',
231 'base/compound_buffer_unittest.cc', 231 'base/compound_buffer_unittest.cc',
232 'base/rate_counter_unittest.cc', 232 'base/rate_counter_unittest.cc',
233 'base/rsa_key_pair_unittest.cc', 233 'base/rsa_key_pair_unittest.cc',
234 'base/run_all_unittests.cc', 234 'base/run_all_unittests.cc',
235 'base/running_average_unittest.cc', 235 'base/running_average_unittest.cc',
236 'base/test_rsa_key_pair.h', 236 'base/test_rsa_key_pair.h',
237 'base/typed_buffer_unittest.cc', 237 'base/typed_buffer_unittest.cc',
238 'base/util_unittest.cc', 238 'base/util_unittest.cc',
239 'client/audio_player_unittest.cc', 239 'client/audio_player_unittest.cc',
240 'client/chromoting_client_runtime_unittest.cc',
241 'client/client_status_logger_unittest.cc', 240 'client/client_status_logger_unittest.cc',
242 'client/empty_cursor_filter_unittest.cc', 241 'client/empty_cursor_filter_unittest.cc',
243 'client/key_event_mapper_unittest.cc', 242 'client/key_event_mapper_unittest.cc',
244 'client/normalizing_input_filter_cros_unittest.cc', 243 'client/normalizing_input_filter_cros_unittest.cc',
245 'client/normalizing_input_filter_mac_unittest.cc', 244 'client/normalizing_input_filter_mac_unittest.cc',
246 'client/normalizing_input_filter_win_unittest.cc', 245 'client/normalizing_input_filter_win_unittest.cc',
247 'client/server_log_entry_client_unittest.cc', 246 'client/server_log_entry_client_unittest.cc',
248 'client/software_video_renderer_unittest.cc', 247 'client/software_video_renderer_unittest.cc',
249 'client/touch_input_scaler_unittest.cc', 248 'client/touch_input_scaler_unittest.cc',
250 'codec/audio_encoder_opus_unittest.cc', 249 'codec/audio_encoder_opus_unittest.cc',
(...skipping 373 matching lines...) Expand 10 before | Expand all | Expand 10 after
624 '../build/isolate.gypi', 623 '../build/isolate.gypi',
625 ], 624 ],
626 'sources': [ 625 'sources': [
627 'remoting_unittests.isolate', 626 'remoting_unittests.isolate',
628 ], 627 ],
629 }, 628 },
630 ], 629 ],
631 }], 630 }],
632 ] # end of 'conditions' 631 ] # end of 'conditions'
633 } 632 }
OLDNEW
« no previous file with comments | « remoting/remoting_srcs.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698