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

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

Issue 1583773006: Remove fakewebrtccommon.h. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@wvoe_apm
Patch Set: removed include Created 4 years, 3 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/engine/fakewebrtcvoiceengine.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 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
237 'base/fakemediaengine.h', 237 'base/fakemediaengine.h',
238 'base/fakenetworkinterface.h', 238 'base/fakenetworkinterface.h',
239 'base/fakertp.h', 239 'base/fakertp.h',
240 'base/fakevideocapturer.h', 240 'base/fakevideocapturer.h',
241 'base/fakevideorenderer.h', 241 'base/fakevideorenderer.h',
242 'base/test/mock_mediachannel.h', 242 'base/test/mock_mediachannel.h',
243 'base/testutils.cc', 243 'base/testutils.cc',
244 'base/testutils.h', 244 'base/testutils.h',
245 'engine/fakewebrtccall.cc', 245 'engine/fakewebrtccall.cc',
246 'engine/fakewebrtccall.h', 246 'engine/fakewebrtccall.h',
247 'engine/fakewebrtccommon.h',
248 'engine/fakewebrtcdeviceinfo.h', 247 'engine/fakewebrtcdeviceinfo.h',
249 'engine/fakewebrtcvcmfactory.h', 248 'engine/fakewebrtcvcmfactory.h',
250 'engine/fakewebrtcvideocapturemodule.h', 249 'engine/fakewebrtcvideocapturemodule.h',
251 'engine/fakewebrtcvideoengine.h', 250 'engine/fakewebrtcvideoengine.h',
252 'engine/fakewebrtcvoiceengine.h', 251 'engine/fakewebrtcvoiceengine.h',
253 ], 252 ],
254 }, # target rtc_unittest_main 253 }, # target rtc_unittest_main
255 { 254 {
256 'target_name': 'rtc_media_unittests', 255 'target_name': 'rtc_media_unittests',
257 'type': 'executable', 256 'type': 'executable',
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
367 'sources': [ 366 'sources': [
368 'rtc_media_unittests.isolate', 367 'rtc_media_unittests.isolate',
369 ], 368 ],
370 }, 369 },
371 ], 370 ],
372 }], 371 }],
373 ], # conditions 372 ], # conditions
374 }], # include_tests==1 373 }], # include_tests==1
375 ], # conditions 374 ], # conditions
376 } 375 }
OLDNEW
« no previous file with comments | « webrtc/media/engine/fakewebrtcvoiceengine.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698