Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(514)

Side by Side Diff: talk/libjingle_tests.gyp

Issue 1481963002: Add header extension filtering for WebRtcVoiceEngine/MediaChannel. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: two more test cases Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | talk/media/base/mediachannel.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # 1 #
2 # libjingle 2 # libjingle
3 # Copyright 2012 Google Inc. 3 # Copyright 2012 Google Inc.
4 # 4 #
5 # Redistribution and use in source and binary forms, with or without 5 # Redistribution and use in source and binary forms, with or without
6 # modification, are permitted provided that the following conditions are met: 6 # modification, are permitted provided that the following conditions are met:
7 # 7 #
8 # 1. Redistributions of source code must retain the above copyright notice, 8 # 1. Redistributions of source code must retain the above copyright notice,
9 # this list of conditions and the following disclaimer. 9 # this list of conditions and the following disclaimer.
10 # 2. Redistributions in binary form must reproduce the above copyright notice, 10 # 2. Redistributions in binary form must reproduce the above copyright notice,
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 'media/base/rtpdataengine_unittest.cc', 84 'media/base/rtpdataengine_unittest.cc',
85 'media/base/rtpdump_unittest.cc', 85 'media/base/rtpdump_unittest.cc',
86 'media/base/rtputils_unittest.cc', 86 'media/base/rtputils_unittest.cc',
87 'media/base/streamparams_unittest.cc', 87 'media/base/streamparams_unittest.cc',
88 'media/base/testutils.cc', 88 'media/base/testutils.cc',
89 'media/base/testutils.h', 89 'media/base/testutils.h',
90 'media/base/videoadapter_unittest.cc', 90 'media/base/videoadapter_unittest.cc',
91 'media/base/videocapturer_unittest.cc', 91 'media/base/videocapturer_unittest.cc',
92 'media/base/videocommon_unittest.cc', 92 'media/base/videocommon_unittest.cc',
93 'media/base/videoengine_unittest.h', 93 'media/base/videoengine_unittest.h',
94 'media/base/videoframe_unittest.h',
94 'media/devices/dummydevicemanager_unittest.cc', 95 'media/devices/dummydevicemanager_unittest.cc',
95 'media/devices/filevideocapturer_unittest.cc', 96 'media/devices/filevideocapturer_unittest.cc',
96 'media/sctp/sctpdataengine_unittest.cc', 97 'media/sctp/sctpdataengine_unittest.cc',
97 'media/webrtc/simulcast_unittest.cc', 98 'media/webrtc/simulcast_unittest.cc',
99 'media/webrtc/webrtcmediaengine_unittest.cc',
98 'media/webrtc/webrtcvideocapturer_unittest.cc', 100 'media/webrtc/webrtcvideocapturer_unittest.cc',
99 'media/base/videoframe_unittest.h',
100 'media/webrtc/webrtcvideoframe_unittest.cc', 101 'media/webrtc/webrtcvideoframe_unittest.cc',
101 'media/webrtc/webrtcvideoframefactory_unittest.cc', 102 'media/webrtc/webrtcvideoframefactory_unittest.cc',
102
103 # Disabled because some tests fail. 103 # Disabled because some tests fail.
104 # TODO(ronghuawu): Reenable these tests. 104 # TODO(ronghuawu): Reenable these tests.
105 # 'media/devices/devicemanager_unittest.cc', 105 # 'media/devices/devicemanager_unittest.cc',
106 'media/webrtc/webrtcvideoengine2_unittest.cc', 106 'media/webrtc/webrtcvideoengine2_unittest.cc',
107 'media/webrtc/webrtcvoiceengine_unittest.cc', 107 'media/webrtc/webrtcvoiceengine_unittest.cc',
108 ], 108 ],
109 'conditions': [ 109 'conditions': [
110 ['OS=="win"', { 110 ['OS=="win"', {
111 'conditions': [ 111 'conditions': [
112 ['use_openssl==0', { 112 ['use_openssl==0', {
(...skipping 318 matching lines...) Expand 10 before | Expand all | Expand 10 after
431 'build/isolate.gypi', 431 'build/isolate.gypi',
432 ], 432 ],
433 'sources': [ 433 'sources': [
434 'libjingle_peerconnection_unittest.isolate', 434 'libjingle_peerconnection_unittest.isolate',
435 ], 435 ],
436 }, 436 },
437 ], 437 ],
438 }], 438 }],
439 ], 439 ],
440 } 440 }
OLDNEW
« no previous file with comments | « no previous file | talk/media/base/mediachannel.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698