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

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

Issue 2449993003: Replace WebRtcVideoEncoderFactory::VideoCodec with cricket::VideoCodec (Closed)
Patch Set: Created 4 years, 1 month 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
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 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 'engine/simulcast.h', 69 'engine/simulcast.h',
70 'engine/webrtccommon.h', 70 'engine/webrtccommon.h',
71 'engine/webrtcmediaengine.cc', 71 'engine/webrtcmediaengine.cc',
72 'engine/webrtcmediaengine.h', 72 'engine/webrtcmediaengine.h',
73 'engine/webrtcmediaengine.cc', 73 'engine/webrtcmediaengine.cc',
74 'engine/webrtcvideocapturer.cc', 74 'engine/webrtcvideocapturer.cc',
75 'engine/webrtcvideocapturer.h', 75 'engine/webrtcvideocapturer.h',
76 'engine/webrtcvideocapturerfactory.h', 76 'engine/webrtcvideocapturerfactory.h',
77 'engine/webrtcvideocapturerfactory.cc', 77 'engine/webrtcvideocapturerfactory.cc',
78 'engine/webrtcvideodecoderfactory.h', 78 'engine/webrtcvideodecoderfactory.h',
79 'engine/webrtcvideoencoderfactory.cc',
79 'engine/webrtcvideoencoderfactory.h', 80 'engine/webrtcvideoencoderfactory.h',
80 'engine/webrtcvideoengine2.cc', 81 'engine/webrtcvideoengine2.cc',
81 'engine/webrtcvideoengine2.h', 82 'engine/webrtcvideoengine2.h',
82 'engine/webrtcvideoframe.h', 83 'engine/webrtcvideoframe.h',
83 'engine/webrtcvoe.h', 84 'engine/webrtcvoe.h',
84 'engine/webrtcvoiceengine.cc', 85 'engine/webrtcvoiceengine.cc',
85 'engine/webrtcvoiceengine.h', 86 'engine/webrtcvoiceengine.h',
86 'sctp/sctpdataengine.cc', 87 'sctp/sctpdataengine.cc',
87 'sctp/sctpdataengine.h', 88 'sctp/sctpdataengine.h',
88 ], 89 ],
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 'gdi32.lib', 162 'gdi32.lib',
162 'strmiids.lib', 163 'strmiids.lib',
163 ], 164 ],
164 }, 165 },
165 }, 166 },
166 }], 167 }],
167 ], 168 ],
168 }, # target rtc_media 169 }, # target rtc_media
169 ], # targets. 170 ], # targets.
170 } 171 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698