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

Side by Side Diff: media/cast/cast_testing.gypi

Issue 906403006: [Cast] Size-Adaptable platform video encoders. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed hubbe's comments. Created 5 years, 10 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 | « media/cast/cast_sender_impl.cc ('k') | media/cast/sender/external_video_encoder.h » ('j') | 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: //media/cast:test_support 8 # GN version: //media/cast:test_support
9 'target_name': 'cast_test_utility', 9 'target_name': 'cast_test_utility',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 'net/rtp/rtp_parser_unittest.cc', 108 'net/rtp/rtp_parser_unittest.cc',
109 'net/rtp/rtp_packetizer_unittest.cc', 109 'net/rtp/rtp_packetizer_unittest.cc',
110 'net/rtp/rtp_receiver_defines.h', 110 'net/rtp/rtp_receiver_defines.h',
111 'net/udp_transport_unittest.cc', 111 'net/udp_transport_unittest.cc',
112 'receiver/audio_decoder_unittest.cc', 112 'receiver/audio_decoder_unittest.cc',
113 'receiver/frame_receiver_unittest.cc', 113 'receiver/frame_receiver_unittest.cc',
114 'receiver/video_decoder_unittest.cc', 114 'receiver/video_decoder_unittest.cc',
115 'sender/audio_encoder_unittest.cc', 115 'sender/audio_encoder_unittest.cc',
116 'sender/audio_sender_unittest.cc', 116 'sender/audio_sender_unittest.cc',
117 'sender/congestion_control_unittest.cc', 117 'sender/congestion_control_unittest.cc',
118 'sender/external_video_encoder_unittest.cc',
119 'sender/fake_video_encode_accelerator_factory.cc', 118 'sender/fake_video_encode_accelerator_factory.cc',
120 'sender/fake_video_encode_accelerator_factory.h', 119 'sender/fake_video_encode_accelerator_factory.h',
121 'sender/video_encoder_impl_unittest.cc', 120 'sender/video_encoder_unittest.cc',
122 'sender/video_sender_unittest.cc', 121 'sender/video_sender_unittest.cc',
123 'test/end2end_unittest.cc', 122 'test/end2end_unittest.cc',
124 'test/fake_receiver_time_offset_estimator.cc', 123 'test/fake_receiver_time_offset_estimator.cc',
125 'test/fake_receiver_time_offset_estimator.h', 124 'test/fake_receiver_time_offset_estimator.h',
126 'test/fake_single_thread_task_runner.cc', 125 'test/fake_single_thread_task_runner.cc',
127 'test/fake_single_thread_task_runner.h', 126 'test/fake_single_thread_task_runner.h',
128 'test/utility/audio_utility_unittest.cc', 127 'test/utility/audio_utility_unittest.cc',
129 'test/utility/barcode_unittest.cc', 128 'test/utility/barcode_unittest.cc',
130 ], # source 129 ], # source
131 }, 130 },
(...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
359 '<(DEPTH)/testing/gtest.gyp:gtest', 358 '<(DEPTH)/testing/gtest.gyp:gtest',
360 '<(DEPTH)/third_party/ffmpeg/ffmpeg.gyp:ffmpeg', 359 '<(DEPTH)/third_party/ffmpeg/ffmpeg.gyp:ffmpeg',
361 ], 360 ],
362 'sources': [ 361 'sources': [
363 'sender/h264_vt_encoder_unittest.cc', 362 'sender/h264_vt_encoder_unittest.cc',
364 ], 363 ],
365 }], # targets 364 }], # targets
366 }], # OS=="ios" or OS=="mac" 365 }], # OS=="ios" or OS=="mac"
367 ], # conditions 366 ], # conditions
368 } 367 }
OLDNEW
« no previous file with comments | « media/cast/cast_sender_impl.cc ('k') | media/cast/sender/external_video_encoder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698