| 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': [ | 
| 11       '<(webrtc_root)/video_engine/video_engine.gyp:video_engine_core', | 11       '<(webrtc_root)/base/base.gyp:rtc_base_approved', | 
|  | 12       '<(webrtc_root)/common.gyp:webrtc_common', | 
|  | 13       '<(webrtc_root)/common_video/common_video.gyp:common_video', | 
|  | 14       '<(webrtc_root)/modules/modules.gyp:bitrate_controller', | 
|  | 15       '<(webrtc_root)/modules/modules.gyp:rtp_rtcp', | 
|  | 16       '<(webrtc_root)/modules/modules.gyp:video_capture_module', | 
|  | 17       '<(webrtc_root)/modules/modules.gyp:video_processing', | 
|  | 18       '<(webrtc_root)/modules/modules.gyp:video_render_module', | 
|  | 19       '<(webrtc_root)/modules/modules.gyp:webrtc_utility', | 
|  | 20       '<(webrtc_root)/modules/modules.gyp:webrtc_video_coding', | 
|  | 21       '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers', | 
|  | 22       '<(webrtc_root)/voice_engine/voice_engine.gyp:voice_engine', | 
| 12     ], | 23     ], | 
| 13     'webrtc_video_sources': [ | 24     'webrtc_video_sources': [ | 
| 14       'video/audio_receive_stream.cc', | 25       'video/audio_receive_stream.cc', | 
| 15       'video/audio_receive_stream.h', | 26       'video/audio_receive_stream.h', | 
| 16       'video/call.cc', | 27       'video/call.cc', | 
| 17       'video/encoded_frame_callback_adapter.cc', | 28       'video/encoded_frame_callback_adapter.cc', | 
| 18       'video/encoded_frame_callback_adapter.h', | 29       'video/encoded_frame_callback_adapter.h', | 
|  | 30       'video/receive_statistics_proxy.cc', | 
|  | 31       'video/receive_statistics_proxy.h', | 
| 19       'video/send_statistics_proxy.cc', | 32       'video/send_statistics_proxy.cc', | 
| 20       'video/send_statistics_proxy.h', | 33       'video/send_statistics_proxy.h', | 
| 21       'video/receive_statistics_proxy.cc', |  | 
| 22       'video/receive_statistics_proxy.h', |  | 
| 23       'video/transport_adapter.cc', | 34       'video/transport_adapter.cc', | 
| 24       'video/transport_adapter.h', | 35       'video/transport_adapter.h', | 
| 25       'video/video_decoder.cc', | 36       'video/video_decoder.cc', | 
| 26       'video/video_encoder.cc', | 37       'video/video_encoder.cc', | 
| 27       'video/video_receive_stream.cc', | 38       'video/video_receive_stream.cc', | 
| 28       'video/video_receive_stream.h', | 39       'video/video_receive_stream.h', | 
| 29       'video/video_send_stream.cc', | 40       'video/video_send_stream.cc', | 
| 30       'video/video_send_stream.h', | 41       'video/video_send_stream.h', | 
|  | 42       'video_engine/call_stats.cc', | 
|  | 43       'video_engine/call_stats.h', | 
|  | 44       'video_engine/encoder_state_feedback.cc', | 
|  | 45       'video_engine/encoder_state_feedback.h', | 
|  | 46       'video_engine/overuse_frame_detector.cc', | 
|  | 47       'video_engine/overuse_frame_detector.h', | 
|  | 48       'video_engine/payload_router.cc', | 
|  | 49       'video_engine/payload_router.h', | 
|  | 50       'video_engine/report_block_stats.cc', | 
|  | 51       'video_engine/report_block_stats.h', | 
|  | 52       'video_engine/stream_synchronization.cc', | 
|  | 53       'video_engine/stream_synchronization.h', | 
|  | 54       'video_engine/vie_capturer.cc', | 
|  | 55       'video_engine/vie_capturer.h', | 
|  | 56       'video_engine/vie_channel.cc', | 
|  | 57       'video_engine/vie_channel.h', | 
|  | 58       'video_engine/vie_channel_group.cc', | 
|  | 59       'video_engine/vie_channel_group.h', | 
|  | 60       'video_engine/vie_defines.h', | 
|  | 61       'video_engine/vie_encoder.cc', | 
|  | 62       'video_engine/vie_encoder.h', | 
|  | 63       'video_engine/vie_receiver.cc', | 
|  | 64       'video_engine/vie_receiver.h', | 
|  | 65       'video_engine/vie_remb.cc', | 
|  | 66       'video_engine/vie_remb.h', | 
|  | 67       'video_engine/vie_sync_module.cc', | 
|  | 68       'video_engine/vie_sync_module.h', | 
| 31     ], | 69     ], | 
| 32   }, | 70   }, | 
| 33 } | 71 } | 
| OLD | NEW | 
|---|