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: //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 Loading... |
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 } |
OLD | NEW |