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

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

Issue 2145973003: Create empty PayloadTypeMapper files and add them to builds. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 5 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/payload_type_mapper.cc ('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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 'base/videocommon.cc', 62 'base/videocommon.cc',
63 'base/videocommon.h', 63 'base/videocommon.h',
64 'base/videoframe.cc', 64 'base/videoframe.cc',
65 'base/videoframe.h', 65 'base/videoframe.h',
66 'base/videoframefactory.cc', 66 'base/videoframefactory.cc',
67 'base/videoframefactory.h', 67 'base/videoframefactory.h',
68 'base/videosourcebase.cc', 68 'base/videosourcebase.cc',
69 'base/videosourcebase.h', 69 'base/videosourcebase.h',
70 'devices/videorendererfactory.h', 70 'devices/videorendererfactory.h',
71 'engine/nullwebrtcvideoengine.h', 71 'engine/nullwebrtcvideoengine.h',
72 'engine/payload_type_mapper.cc',
73 'engine/payload_type_mapper.h',
72 'engine/simulcast.cc', 74 'engine/simulcast.cc',
73 'engine/simulcast.h', 75 'engine/simulcast.h',
74 'engine/webrtccommon.h', 76 'engine/webrtccommon.h',
75 'engine/webrtcmediaengine.cc', 77 'engine/webrtcmediaengine.cc',
76 'engine/webrtcmediaengine.h', 78 'engine/webrtcmediaengine.h',
77 'engine/webrtcmediaengine.cc', 79 'engine/webrtcmediaengine.cc',
78 'engine/webrtcvideocapturer.cc', 80 'engine/webrtcvideocapturer.cc',
79 'engine/webrtcvideocapturer.h', 81 'engine/webrtcvideocapturer.h',
80 'engine/webrtcvideocapturerfactory.h', 82 'engine/webrtcvideocapturerfactory.h',
81 'engine/webrtcvideocapturerfactory.cc', 83 'engine/webrtcvideocapturerfactory.cc',
(...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after
352 'sources': [ 354 'sources': [
353 'rtc_media_unittests.isolate', 355 'rtc_media_unittests.isolate',
354 ], 356 ],
355 }, 357 },
356 ], 358 ],
357 }], 359 }],
358 ], # conditions 360 ], # conditions
359 }], # include_tests==1 361 }], # include_tests==1
360 ], # conditions 362 ], # conditions
361 } 363 }
OLDNEW
« no previous file with comments | « webrtc/media/engine/payload_type_mapper.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698