OLD | NEW |
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 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
74 'base/videosourcebase.h', | 74 'base/videosourcebase.h', |
75 'base/yuvframegenerator.cc', | 75 'base/yuvframegenerator.cc', |
76 'base/yuvframegenerator.h', | 76 'base/yuvframegenerator.h', |
77 'devices/videorendererfactory.h', | 77 'devices/videorendererfactory.h', |
78 'engine/nullwebrtcvideoengine.h', | 78 'engine/nullwebrtcvideoengine.h', |
79 'engine/simulcast.cc', | 79 'engine/simulcast.cc', |
80 'engine/simulcast.h', | 80 'engine/simulcast.h', |
81 'engine/webrtccommon.h', | 81 'engine/webrtccommon.h', |
82 'engine/webrtcmediaengine.cc', | 82 'engine/webrtcmediaengine.cc', |
83 'engine/webrtcmediaengine.h', | 83 'engine/webrtcmediaengine.h', |
| 84 'engine/webrtcmediaengine.cc', |
84 'engine/webrtcvideocapturer.cc', | 85 'engine/webrtcvideocapturer.cc', |
85 'engine/webrtcvideocapturer.h', | 86 'engine/webrtcvideocapturer.h', |
86 'engine/webrtcvideocapturerfactory.h', | 87 'engine/webrtcvideocapturerfactory.h', |
87 'engine/webrtcvideocapturerfactory.cc', | 88 'engine/webrtcvideocapturerfactory.cc', |
88 'engine/webrtcvideodecoderfactory.h', | 89 'engine/webrtcvideodecoderfactory.h', |
89 'engine/webrtcvideoencoderfactory.h', | 90 'engine/webrtcvideoencoderfactory.h', |
90 'engine/webrtcvideoengine2.cc', | 91 'engine/webrtcvideoengine2.cc', |
91 'engine/webrtcvideoengine2.h', | 92 'engine/webrtcvideoengine2.h', |
92 'engine/webrtcvideoframe.cc', | 93 'engine/webrtcvideoframe.cc', |
93 'engine/webrtcvideoframe.h', | 94 'engine/webrtcvideoframe.h', |
(...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
376 'sources': [ | 377 'sources': [ |
377 'rtc_media_unittests.isolate', | 378 'rtc_media_unittests.isolate', |
378 ], | 379 ], |
379 }, | 380 }, |
380 ], | 381 ], |
381 }], | 382 }], |
382 ], # conditions | 383 ], # conditions |
383 }], # include_tests==1 | 384 }], # include_tests==1 |
384 ], # conditions | 385 ], # conditions |
385 } | 386 } |
OLD | NEW |