OLD | NEW |
1 # Copyright (c) 2014 The WebRTC project authors. All Rights Reserved. | 1 # Copyright (c) 2014 The WebRTC project authors. All Rights Reserved. |
2 # | 2 # |
3 # Use of this source code is governed by a BSD-style license | 3 # Use of this source code is governed by a BSD-style license |
4 # that can be found in the LICENSE file in the root of the source | 4 # that can be found in the LICENSE file in the root of the source |
5 # tree. An additional intellectual property rights grant can be found | 5 # tree. An additional intellectual property rights grant can be found |
6 # in the file PATENTS. All contributing project authors may | 6 # in the file PATENTS. All contributing project authors may |
7 # be found in the AUTHORS file in the root of the source tree. | 7 # be found in the AUTHORS file in the root of the source tree. |
8 | 8 |
9 import("//build/config/ui.gni") | 9 import("//build/config/ui.gni") |
10 import("//testing/test.gni") | 10 import("//testing/test.gni") |
(...skipping 300 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
311 # See http://code.google.com/p/webrtc/issues/detail?id=163 for details. | 311 # See http://code.google.com/p/webrtc/issues/detail?id=163 for details. |
312 configs -= [ "//build/config/clang:find_bad_constructs" ] | 312 configs -= [ "//build/config/clang:find_bad_constructs" ] |
313 } | 313 } |
314 | 314 |
315 if (is_android) { | 315 if (is_android) { |
316 deps += [ "//testing/android/native_test:native_test_support" ] | 316 deps += [ "//testing/android/native_test:native_test_support" ] |
317 | 317 |
318 # This needs to be kept in sync with the test_support_unittests.isolate file
. | 318 # This needs to be kept in sync with the test_support_unittests.isolate file
. |
319 # TODO(kjellander); Move this to android_assets targets instead. | 319 # TODO(kjellander); Move this to android_assets targets instead. |
320 data = [ | 320 data = [ |
| 321 "//resources/foreman_cif_short.yuv", |
321 "//resources/video_coding/frame-ethernet-ii.pcap", | 322 "//resources/video_coding/frame-ethernet-ii.pcap", |
322 "//resources/video_coding/frame-loopback.pcap", | 323 "//resources/video_coding/frame-loopback.pcap", |
323 "//resources/video_coding/pltype103.rtp", | 324 "//resources/video_coding/pltype103.rtp", |
324 "//resources/video_coding/pltype103_header_only.rtp", | 325 "//resources/video_coding/pltype103_header_only.rtp", |
325 "//resources/video_coding/ssrcs-2.pcap", | 326 "//resources/video_coding/ssrcs-2.pcap", |
326 "//resources/video_coding/ssrcs-3.pcap", | 327 "//resources/video_coding/ssrcs-3.pcap", |
327 ] | 328 ] |
328 | 329 |
329 shard_timeout = 900 | 330 shard_timeout = 900 |
330 } | 331 } |
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
481 configs -= [ "//build/config/clang:find_bad_constructs" ] | 482 configs -= [ "//build/config/clang:find_bad_constructs" ] |
482 } | 483 } |
483 | 484 |
484 deps = [ | 485 deps = [ |
485 ":test_support", | 486 ":test_support", |
486 ":video_test_common", | 487 ":video_test_common", |
487 "../modules/media_file", | 488 "../modules/media_file", |
488 "//testing/gtest", | 489 "//testing/gtest", |
489 ] | 490 ] |
490 } | 491 } |
OLD | NEW |