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

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

Issue 450693006: VideoToolbox encoder for cast senders. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove useless include and clean up in unit tests. Created 6 years, 1 month 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/h264_vt_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 322 matching lines...) Expand 10 before | Expand all | Expand 10 after
333 'cast_test_utility', 333 'cast_test_utility',
334 '<(DEPTH)/base/base.gyp:base', 334 '<(DEPTH)/base/base.gyp:base',
335 '<(DEPTH)/media/media.gyp:media', 335 '<(DEPTH)/media/media.gyp:media',
336 ], 336 ],
337 'sources': [ 337 'sources': [
338 'test/utility/tap_proxy.cc', 338 'test/utility/tap_proxy.cc',
339 ], 339 ],
340 } 340 }
341 ] 341 ]
342 } 342 }
343 ] 343 ],
344 ], # targets 344 ['OS=="ios" or OS=="mac"', {
345 'targets': [
346 {
347 # GN version: //media/cast:cast_h264_vt_encoder_unittests
348 'target_name': 'cast_h264_vt_encoder_unittests',
349 'type': '<(gtest_target_type)',
350 'include_dirs': [
351 '<(DEPTH)/',
352 ],
353 'dependencies': [
354 'cast_base',
355 'cast_sender',
356 'cast_test_utility',
357 '<(DEPTH)/base/base.gyp:test_support_base',
358 '<(DEPTH)/testing/gmock.gyp:gmock',
359 '<(DEPTH)/testing/gtest.gyp:gtest',
360 '<(DEPTH)/third_party/ffmpeg/ffmpeg.gyp:ffmpeg',
361 ],
362 'sources': [
363 'sender/h264_vt_encoder_unittest.cc',
364 ],
365 }], # targets
366 }], # OS=="ios" or OS=="mac"
367 ], # conditions
345 } 368 }
OLDNEW
« no previous file with comments | « media/cast/cast_sender_impl.cc ('k') | media/cast/sender/h264_vt_encoder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698