| 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 'target_name': 'cast_test_utility', | 9 'target_name': 'cast_test_utility', |
| 9 'type': 'static_library', | 10 'type': 'static_library', |
| 10 'include_dirs': [ | 11 'include_dirs': [ |
| 11 '<(DEPTH)/', | 12 '<(DEPTH)/', |
| 12 ], | 13 ], |
| 13 'dependencies': [ | 14 'dependencies': [ |
| 14 'cast_net', | 15 'cast_net', |
| 15 'cast_receiver', | 16 'cast_receiver', |
| 16 '<(DEPTH)/testing/gtest.gyp:gtest', | 17 '<(DEPTH)/testing/gtest.gyp:gtest', |
| 17 '<(DEPTH)/third_party/ffmpeg/ffmpeg.gyp:ffmpeg', | 18 '<(DEPTH)/third_party/ffmpeg/ffmpeg.gyp:ffmpeg', |
| (...skipping 26 matching lines...) Expand all Loading... |
| 44 'test/utility/net_utility.h', | 45 'test/utility/net_utility.h', |
| 45 'test/utility/standalone_cast_environment.cc', | 46 'test/utility/standalone_cast_environment.cc', |
| 46 'test/utility/standalone_cast_environment.h', | 47 'test/utility/standalone_cast_environment.h', |
| 47 'test/utility/video_utility.cc', | 48 'test/utility/video_utility.cc', |
| 48 'test/utility/video_utility.h', | 49 'test/utility/video_utility.h', |
| 49 'test/utility/udp_proxy.cc', | 50 'test/utility/udp_proxy.cc', |
| 50 'test/utility/udp_proxy.h', | 51 'test/utility/udp_proxy.h', |
| 51 ], # source | 52 ], # source |
| 52 }, | 53 }, |
| 53 { | 54 { |
| 55 # GN version: //media/cast:cast_unittests |
| 54 'target_name': 'cast_unittests', | 56 'target_name': 'cast_unittests', |
| 55 'type': '<(gtest_target_type)', | 57 'type': '<(gtest_target_type)', |
| 56 'include_dirs': [ | 58 'include_dirs': [ |
| 57 '<(DEPTH)/', | 59 '<(DEPTH)/', |
| 58 ], | 60 ], |
| 59 'dependencies': [ | 61 'dependencies': [ |
| 60 'cast_base', | 62 'cast_base', |
| 61 'cast_net', | 63 'cast_net', |
| 62 'cast_receiver', | 64 'cast_receiver', |
| 63 'cast_sender', | 65 'cast_sender', |
| (...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 261 'sources': [ | 263 'sources': [ |
| 262 'test/proto/network_simulation_model.proto', | 264 'test/proto/network_simulation_model.proto', |
| 263 ], | 265 ], |
| 264 'variables': { | 266 'variables': { |
| 265 'proto_in_dir': 'test/proto', | 267 'proto_in_dir': 'test/proto', |
| 266 'proto_out_dir': 'media/cast/test/proto', | 268 'proto_out_dir': 'media/cast/test/proto', |
| 267 }, | 269 }, |
| 268 'includes': ['../../build/protoc.gypi'], | 270 'includes': ['../../build/protoc.gypi'], |
| 269 }, | 271 }, |
| 270 { | 272 { |
| 273 # GN version: //media/cast:generate_barcode_video |
| 271 'target_name': 'generate_barcode_video', | 274 'target_name': 'generate_barcode_video', |
| 272 'type': 'executable', | 275 'type': 'executable', |
| 273 'include_dirs': [ | 276 'include_dirs': [ |
| 274 '<(DEPTH)/', | 277 '<(DEPTH)/', |
| 275 ], | 278 ], |
| 276 'dependencies': [ | 279 'dependencies': [ |
| 277 'cast_test_utility', | 280 'cast_test_utility', |
| 278 '<(DEPTH)/base/base.gyp:base', | 281 '<(DEPTH)/base/base.gyp:base', |
| 279 '<(DEPTH)/media/media.gyp:media', | 282 '<(DEPTH)/media/media.gyp:media', |
| 280 ], | 283 ], |
| 281 'sources': [ | 284 'sources': [ |
| 282 'test/utility/generate_barcode_video.cc', | 285 'test/utility/generate_barcode_video.cc', |
| 283 ], | 286 ], |
| 284 }, | 287 }, |
| 285 { | 288 { |
| 289 # GN version: //media/cast:generate_timecode_audio |
| 286 'target_name': 'generate_timecode_audio', | 290 'target_name': 'generate_timecode_audio', |
| 287 'type': 'executable', | 291 'type': 'executable', |
| 288 'include_dirs': [ | 292 'include_dirs': [ |
| 289 '<(DEPTH)/', | 293 '<(DEPTH)/', |
| 290 ], | 294 ], |
| 291 'dependencies': [ | 295 'dependencies': [ |
| 292 'cast_base', | 296 'cast_base', |
| 293 'cast_net', | 297 'cast_net', |
| 294 'cast_test_utility', | 298 'cast_test_utility', |
| 295 '<(DEPTH)/base/base.gyp:base', | 299 '<(DEPTH)/base/base.gyp:base', |
| 296 '<(DEPTH)/media/media.gyp:media', | 300 '<(DEPTH)/media/media.gyp:media', |
| 297 ], | 301 ], |
| 298 'sources': [ | 302 'sources': [ |
| 299 'test/utility/generate_timecode_audio.cc', | 303 'test/utility/generate_timecode_audio.cc', |
| 300 ], | 304 ], |
| 301 }, | 305 }, |
| 302 { | 306 { |
| 307 # GN version: //media/cast:udp_proxy |
| 303 'target_name': 'udp_proxy', | 308 'target_name': 'udp_proxy', |
| 304 'type': 'executable', | 309 'type': 'executable', |
| 305 'include_dirs': [ | 310 'include_dirs': [ |
| 306 '<(DEPTH)/', | 311 '<(DEPTH)/', |
| 307 ], | 312 ], |
| 308 'dependencies': [ | 313 'dependencies': [ |
| 309 'cast_test_utility', | 314 'cast_test_utility', |
| 310 '<(DEPTH)/base/base.gyp:base', | 315 '<(DEPTH)/base/base.gyp:base', |
| 311 '<(DEPTH)/media/media.gyp:media', | 316 '<(DEPTH)/media/media.gyp:media', |
| 312 ], | 317 ], |
| 313 'sources': [ | 318 'sources': [ |
| 314 'test/utility/udp_proxy_main.cc', | 319 'test/utility/udp_proxy_main.cc', |
| 315 ], | 320 ], |
| 316 } | 321 } |
| 317 ], # targets | 322 ], # targets |
| 318 } | 323 } |
| OLD | NEW |