aboutsummaryrefslogtreecommitdiff
path: root/talk
diff options
context:
space:
mode:
authorPeter Boström <pbos@webrtc.org>2016-01-04 22:36:38 +0100
committerPeter Boström <pbos@webrtc.org>2016-01-04 21:36:49 +0000
commit13f61dfea59a546e4e0081eb79e38c542ec51cf6 (patch)
treec95ac86d5b13a0b2cdb6a47885b6fe2a8d94e3a8 /talk
parent523702136f39cdbf0ac32d7173834ccf06744461 (diff)
downloadwebrtc-13f61dfea59a546e4e0081eb79e38c542ec51cf6.tar.gz
Move fake-handle frame creation into test target.
Renames CreateFakeNativeHandleFrame to FakeNativeHandle::CreateFrame and moves into test.gyp target 'fake_video_frames' which contains previous frame_generator target. Removes unused warnings from includers of webrtc/test/fake_texture_frame.h which did not use the function above. BUG=webrtc:5398 R=kjellander@webrtc.org TBR=stefan@webrtc.org Review URL: https://codereview.webrtc.org/1554223002 . Cr-Commit-Position: refs/heads/master@{#11149}
Diffstat (limited to 'talk')
-rwxr-xr-xtalk/libjingle_tests.gyp10
1 files changed, 0 insertions, 10 deletions
diff --git a/talk/libjingle_tests.gyp b/talk/libjingle_tests.gyp
index 078b43bf21..e7b354b126 100755
--- a/talk/libjingle_tests.gyp
+++ b/talk/libjingle_tests.gyp
@@ -139,16 +139,6 @@
},
},
},],
- ['clang==1', {
- # Disabled due to failing when compiled with -Wall, see
- # https://bugs.chromium.org/p/webrtc/issues/detail?id=5398
- 'cflags': [
- '-Wno-unused-function',
- ],
- 'xcode_settings': {
- 'WARNING_CFLAGS': ['-Wno-unused-function'],
- },
- },],
['OS=="ios"', {
'sources!': [
'media/sctp/sctpdataengine_unittest.cc',