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

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

Issue 1794483003: Add new files for VideoSourceBase to roll into Chrome in preparation for implementatin. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: 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/base/videosourcebase.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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 'base/videocapturer.cc', 67 'base/videocapturer.cc',
68 'base/videocapturer.h', 68 'base/videocapturer.h',
69 'base/videocapturerfactory.h', 69 'base/videocapturerfactory.h',
70 'base/videocommon.cc', 70 'base/videocommon.cc',
71 'base/videocommon.h', 71 'base/videocommon.h',
72 'base/videoframe.cc', 72 'base/videoframe.cc',
73 'base/videoframe.h', 73 'base/videoframe.h',
74 'base/videoframefactory.cc', 74 'base/videoframefactory.cc',
75 'base/videoframefactory.h', 75 'base/videoframefactory.h',
76 'base/videorenderer.h', 76 'base/videorenderer.h',
77 'base/videosourcebase.cc',
78 'base/videosourcebase.h',
77 'base/yuvframegenerator.cc', 79 'base/yuvframegenerator.cc',
78 'base/yuvframegenerator.h', 80 'base/yuvframegenerator.h',
79 'devices/deviceinfo.h', 81 'devices/deviceinfo.h',
80 'devices/videorendererfactory.h', 82 'devices/videorendererfactory.h',
81 'engine/nullwebrtcvideoengine.h', 83 'engine/nullwebrtcvideoengine.h',
82 'engine/simulcast.cc', 84 'engine/simulcast.cc',
83 'engine/simulcast.h', 85 'engine/simulcast.h',
84 'engine/webrtccommon.h', 86 'engine/webrtccommon.h',
85 'engine/webrtcmediaengine.cc', 87 'engine/webrtcmediaengine.cc',
86 'engine/webrtcmediaengine.h', 88 'engine/webrtcmediaengine.h',
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
292 }], 294 }],
293 ['OS=="android" and include_internal_device_management==1', { 295 ['OS=="android" and include_internal_device_management==1', {
294 'sources': [ 296 'sources': [
295 'devices/mobiledevicemanager.cc', 297 'devices/mobiledevicemanager.cc',
296 ], 298 ],
297 }], 299 }],
298 ], 300 ],
299 }, # target rtc_media 301 }, # target rtc_media
300 ], # targets. 302 ], # targets.
301 } 303 }
OLDNEW
« no previous file with comments | « webrtc/media/base/videosourcebase.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698