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

Side by Side Diff: webrtc/media/media.gyp

Issue 2238933002: Moving mock classes around so that they may be reused in other unittests (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Underscore in filenames Created 4 years, 4 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/base/test/mock_mediachannel.h ('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) 2016 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2016 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 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
227 'include_dirs': [ 227 'include_dirs': [
228 '<(DEPTH)/testing/gtest/include', 228 '<(DEPTH)/testing/gtest/include',
229 '<(DEPTH)/testing/gtest', 229 '<(DEPTH)/testing/gtest',
230 ], 230 ],
231 'sources': [ 231 'sources': [
232 'base/fakemediaengine.h', 232 'base/fakemediaengine.h',
233 'base/fakenetworkinterface.h', 233 'base/fakenetworkinterface.h',
234 'base/fakertp.h', 234 'base/fakertp.h',
235 'base/fakevideocapturer.h', 235 'base/fakevideocapturer.h',
236 'base/fakevideorenderer.h', 236 'base/fakevideorenderer.h',
237 'base/test/mock_mediachannel.h',
237 'base/testutils.cc', 238 'base/testutils.cc',
238 'base/testutils.h', 239 'base/testutils.h',
239 'engine/fakewebrtccall.cc', 240 'engine/fakewebrtccall.cc',
240 'engine/fakewebrtccall.h', 241 'engine/fakewebrtccall.h',
241 'engine/fakewebrtccommon.h', 242 'engine/fakewebrtccommon.h',
242 'engine/fakewebrtcdeviceinfo.h', 243 'engine/fakewebrtcdeviceinfo.h',
243 'engine/fakewebrtcvcmfactory.h', 244 'engine/fakewebrtcvcmfactory.h',
244 'engine/fakewebrtcvideocapturemodule.h', 245 'engine/fakewebrtcvideocapturemodule.h',
245 'engine/fakewebrtcvideoengine.h', 246 'engine/fakewebrtcvideoengine.h',
246 'engine/fakewebrtcvoiceengine.h', 247 'engine/fakewebrtcvoiceengine.h',
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
354 'sources': [ 355 'sources': [
355 'rtc_media_unittests.isolate', 356 'rtc_media_unittests.isolate',
356 ], 357 ],
357 }, 358 },
358 ], 359 ],
359 }], 360 }],
360 ], # conditions 361 ], # conditions
361 }], # include_tests==1 362 }], # include_tests==1
362 ], # conditions 363 ], # conditions
363 } 364 }
OLDNEW
« no previous file with comments | « webrtc/media/base/test/mock_mediachannel.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698