OLD | NEW |
1 # Copyright (c) 2013 The WebRTC project authors. All Rights Reserved. | 1 # Copyright (c) 2013 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 'variables': { | 9 'variables': { |
10 'webrtc_video_dependencies': [ | 10 'webrtc_video_dependencies': [ |
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
45 'video_engine/overuse_frame_detector.cc', | 45 'video_engine/overuse_frame_detector.cc', |
46 'video_engine/overuse_frame_detector.h', | 46 'video_engine/overuse_frame_detector.h', |
47 'video_engine/payload_router.cc', | 47 'video_engine/payload_router.cc', |
48 'video_engine/payload_router.h', | 48 'video_engine/payload_router.h', |
49 'video_engine/report_block_stats.cc', | 49 'video_engine/report_block_stats.cc', |
50 'video_engine/report_block_stats.h', | 50 'video_engine/report_block_stats.h', |
51 'video_engine/stream_synchronization.cc', | 51 'video_engine/stream_synchronization.cc', |
52 'video_engine/stream_synchronization.h', | 52 'video_engine/stream_synchronization.h', |
53 'video_engine/vie_channel.cc', | 53 'video_engine/vie_channel.cc', |
54 'video_engine/vie_channel.h', | 54 'video_engine/vie_channel.h', |
55 'video_engine/vie_defines.h', | |
56 'video_engine/vie_encoder.cc', | 55 'video_engine/vie_encoder.cc', |
57 'video_engine/vie_encoder.h', | 56 'video_engine/vie_encoder.h', |
58 'video_engine/vie_receiver.cc', | 57 'video_engine/vie_receiver.cc', |
59 'video_engine/vie_receiver.h', | 58 'video_engine/vie_receiver.h', |
60 'video_engine/vie_remb.cc', | 59 'video_engine/vie_remb.cc', |
61 'video_engine/vie_remb.h', | 60 'video_engine/vie_remb.h', |
62 'video_engine/vie_sync_module.cc', | 61 'video_engine/vie_sync_module.cc', |
63 'video_engine/vie_sync_module.h', | 62 'video_engine/vie_sync_module.h', |
64 ], | 63 ], |
65 }, | 64 }, |
66 } | 65 } |
OLD | NEW |