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

Side by Side Diff: remoting/remoting_test.gypi

Issue 2156713002: [Chromoting] Implement DualBufferFrameConsumer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reviewer's Feedback Created 4 years, 5 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 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
239 'base/run_all_unittests.cc', 239 'base/run_all_unittests.cc',
240 'base/running_samples_unittest.cc', 240 'base/running_samples_unittest.cc',
241 'base/telemetry_log_writer_unittest.cc', 241 'base/telemetry_log_writer_unittest.cc',
242 'base/test_rsa_key_pair.h', 242 'base/test_rsa_key_pair.h',
243 'base/typed_buffer_unittest.cc', 243 'base/typed_buffer_unittest.cc',
244 'base/util_unittest.cc', 244 'base/util_unittest.cc',
245 'client/audio_player_unittest.cc', 245 'client/audio_player_unittest.cc',
246 'client/chromoting_client_runtime_unittest.cc', 246 'client/chromoting_client_runtime_unittest.cc',
247 'client/client_status_logger_unittest.cc', 247 'client/client_status_logger_unittest.cc',
248 'client/client_telemetry_logger_unittest.cc', 248 'client/client_telemetry_logger_unittest.cc',
249 'client/dual_buffer_frame_consumer_unittest.cc',
249 'client/empty_cursor_filter_unittest.cc', 250 'client/empty_cursor_filter_unittest.cc',
250 'client/key_event_mapper_unittest.cc', 251 'client/key_event_mapper_unittest.cc',
251 'client/normalizing_input_filter_cros_unittest.cc', 252 'client/normalizing_input_filter_cros_unittest.cc',
252 'client/normalizing_input_filter_mac_unittest.cc', 253 'client/normalizing_input_filter_mac_unittest.cc',
253 'client/normalizing_input_filter_win_unittest.cc', 254 'client/normalizing_input_filter_win_unittest.cc',
254 'client/server_log_entry_client_unittest.cc', 255 'client/server_log_entry_client_unittest.cc',
255 'client/software_video_renderer_unittest.cc', 256 'client/software_video_renderer_unittest.cc',
256 'client/touch_input_scaler_unittest.cc', 257 'client/touch_input_scaler_unittest.cc',
257 'codec/audio_encoder_opus_unittest.cc', 258 'codec/audio_encoder_opus_unittest.cc',
258 'codec/codec_test.cc', 259 'codec/codec_test.cc',
(...skipping 370 matching lines...) Expand 10 before | Expand all | Expand 10 after
629 '../build/isolate.gypi', 630 '../build/isolate.gypi',
630 ], 631 ],
631 'sources': [ 632 'sources': [
632 'remoting_unittests.isolate', 633 'remoting_unittests.isolate',
633 ], 634 ],
634 }, 635 },
635 ], 636 ],
636 }], 637 }],
637 ] # end of 'conditions' 638 ] # end of 'conditions'
638 } 639 }
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