Move the webrtc/test/test_support/metrics sources into test_support[_unittests] targets. This is essentially reverting https://webrtc-codereview.appspot.com/5789004 and moving these sources back to the right target. Add missing foreman_cif.yuv resource needed for these tests. For MIPS, a compile error was surfacing for logcat_trace_context.h when flipping bot to GN, which was fixed. BUG=webrtc:5949 NOTRY=True Review-Url: https://codereview.webrtc.org/2267113002 Cr-Commit-Position: refs/heads/master@{#13860}
38 lines
1.4 KiB
Plaintext
38 lines
1.4 KiB
Plaintext
# Copyright (c) 2013 The WebRTC project authors. All Rights Reserved.
|
|
#
|
|
# Use of this source code is governed by a BSD-style license
|
|
# that can be found in the LICENSE file in the root of the source
|
|
# tree. An additional intellectual property rights grant can be found
|
|
# in the file PATENTS. All contributing project authors may
|
|
# be found in the AUTHORS file in the root of the source tree.
|
|
{
|
|
'conditions': [
|
|
['OS=="linux" or OS=="mac" or OS=="win" or OS=="android"', {
|
|
'variables': {
|
|
'files': [
|
|
'<(DEPTH)/resources/foreman_cif_short.yuv',
|
|
'<(DEPTH)/resources/video_coding/frame-ethernet-ii.pcap',
|
|
'<(DEPTH)/resources/video_coding/frame-loopback.pcap',
|
|
'<(DEPTH)/resources/video_coding/pltype103.rtp',
|
|
'<(DEPTH)/resources/video_coding/pltype103_header_only.rtp',
|
|
'<(DEPTH)/resources/video_coding/ssrcs-2.pcap',
|
|
'<(DEPTH)/resources/video_coding/ssrcs-3.pcap',
|
|
],
|
|
},
|
|
}],
|
|
['OS=="linux" or OS=="mac" or OS=="win"', {
|
|
'variables': {
|
|
'command': [
|
|
'<(DEPTH)/testing/test_env.py',
|
|
'<(PRODUCT_DIR)/test_support_unittests<(EXECUTABLE_SUFFIX)',
|
|
],
|
|
'files': [
|
|
'<(DEPTH)/DEPS',
|
|
'<(DEPTH)/testing/test_env.py',
|
|
'<(PRODUCT_DIR)/test_support_unittests<(EXECUTABLE_SUFFIX)',
|
|
],
|
|
},
|
|
}],
|
|
],
|
|
}
|