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

Side by Side Diff: webrtc/media/media_tests.gypi

Issue 1715883002: Remove DeviceManager and DeviceInfo. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: rebase Created 4 years, 9 months 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 | « webrtc/media/media.gyp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 { 9 {
10 'includes': [ '../build/common.gypi', ], 10 'includes': [ '../build/common.gypi', ],
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 '<(DEPTH)/testing/gtest', 44 '<(DEPTH)/testing/gtest',
45 ], 45 ],
46 'sources': [ 46 'sources': [
47 'base/fakemediaengine.h', 47 'base/fakemediaengine.h',
48 'base/fakenetworkinterface.h', 48 'base/fakenetworkinterface.h',
49 'base/fakertp.h', 49 'base/fakertp.h',
50 'base/fakevideocapturer.h', 50 'base/fakevideocapturer.h',
51 'base/fakevideorenderer.h', 51 'base/fakevideorenderer.h',
52 'base/testutils.cc', 52 'base/testutils.cc',
53 'base/testutils.h', 53 'base/testutils.h',
54 'devices/fakedevicemanager.h',
55 'engine/fakewebrtccall.cc', 54 'engine/fakewebrtccall.cc',
56 'engine/fakewebrtccall.h', 55 'engine/fakewebrtccall.h',
57 'engine/fakewebrtccommon.h', 56 'engine/fakewebrtccommon.h',
58 'engine/fakewebrtcdeviceinfo.h', 57 'engine/fakewebrtcdeviceinfo.h',
59 'engine/fakewebrtcvcmfactory.h', 58 'engine/fakewebrtcvcmfactory.h',
60 'engine/fakewebrtcvideocapturemodule.h', 59 'engine/fakewebrtcvideocapturemodule.h',
61 'engine/fakewebrtcvideoengine.h', 60 'engine/fakewebrtcvideoengine.h',
62 'engine/fakewebrtcvoiceengine.h', 61 'engine/fakewebrtcvoiceengine.h',
63 ], 62 ],
64 # TODO(kjellander): Make the code compile without disabling these flags. 63 # TODO(kjellander): Make the code compile without disabling these flags.
(...skipping 16 matching lines...) Expand all
81 'base/rtpdump_unittest.cc', 80 'base/rtpdump_unittest.cc',
82 'base/rtputils_unittest.cc', 81 'base/rtputils_unittest.cc',
83 'base/streamparams_unittest.cc', 82 'base/streamparams_unittest.cc',
84 'base/turnutils_unittest.cc', 83 'base/turnutils_unittest.cc',
85 'base/videoadapter_unittest.cc', 84 'base/videoadapter_unittest.cc',
86 'base/videobroadcaster_unittest.cc', 85 'base/videobroadcaster_unittest.cc',
87 'base/videocapturer_unittest.cc', 86 'base/videocapturer_unittest.cc',
88 'base/videocommon_unittest.cc', 87 'base/videocommon_unittest.cc',
89 'base/videoengine_unittest.h', 88 'base/videoengine_unittest.h',
90 'base/videoframe_unittest.h', 89 'base/videoframe_unittest.h',
91 'devices/dummydevicemanager_unittest.cc',
92 'engine/nullwebrtcvideoengine_unittest.cc', 90 'engine/nullwebrtcvideoengine_unittest.cc',
93 'engine/simulcast_unittest.cc', 91 'engine/simulcast_unittest.cc',
94 'engine/webrtcmediaengine_unittest.cc', 92 'engine/webrtcmediaengine_unittest.cc',
95 'engine/webrtcvideocapturer_unittest.cc', 93 'engine/webrtcvideocapturer_unittest.cc',
96 'engine/webrtcvideoframe_unittest.cc', 94 'engine/webrtcvideoframe_unittest.cc',
97 'engine/webrtcvideoframefactory_unittest.cc', 95 'engine/webrtcvideoframefactory_unittest.cc',
98 # Disabled because some tests fail.
99 # TODO(ronghuawu): Reenable these tests.
100 # 'devices/devicemanager_unittest.cc',
101 'engine/webrtcvideoengine2_unittest.cc', 96 'engine/webrtcvideoengine2_unittest.cc',
102 'engine/webrtcvoiceengine_unittest.cc', 97 'engine/webrtcvoiceengine_unittest.cc',
103 'sctp/sctpdataengine_unittest.cc', 98 'sctp/sctpdataengine_unittest.cc',
104 ], 99 ],
105 # TODO(kjellander): Make the code compile without disabling these flags. 100 # TODO(kjellander): Make the code compile without disabling these flags.
106 # See https://bugs.chromium.org/p/webrtc/issues/detail?id=3307 101 # See https://bugs.chromium.org/p/webrtc/issues/detail?id=3307
107 'cflags': [ 102 'cflags': [
108 '-Wno-sign-compare', 103 '-Wno-sign-compare',
109 ], 104 ],
110 'cflags_cc!': [ 105 'cflags_cc!': [
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 '<(DEPTH)/resources/media/faces_I422.jpg', 165 '<(DEPTH)/resources/media/faces_I422.jpg',
171 '<(DEPTH)/resources/media/faces_I444.jpg', 166 '<(DEPTH)/resources/media/faces_I444.jpg',
172 '<(DEPTH)/resources/media/faces_I411.jpg', 167 '<(DEPTH)/resources/media/faces_I411.jpg',
173 '<(DEPTH)/resources/media/faces_I400.jpg', 168 '<(DEPTH)/resources/media/faces_I400.jpg',
174 ], 169 ],
175 }], 170 }],
176 ], 171 ],
177 }, # target rtc_media_unittests 172 }, # target rtc_media_unittests
178 ], 173 ],
179 } 174 }
OLDNEW
« no previous file with comments | « webrtc/media/media.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698