Home | History | Annotate | Download | only in video
      1 # Copyright (c) 2013 The WebRTC project authors. All Rights Reserved.
      2 #
      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
      5 # tree. An additional intellectual property rights grant can be found
      6 # in the file PATENTS.  All contributing project authors may
      7 # be found in the AUTHORS file in the root of the source tree.
      8 {
      9   'variables': {
     10     'webrtc_video_dependencies': [
     11       '<(webrtc_root)/video_engine/video_engine.gyp:video_engine_core',
     12     ],
     13     'webrtc_video_sources': [
     14       'video/call.cc',
     15       'video/encoded_frame_callback_adapter.cc',
     16       'video/encoded_frame_callback_adapter.h',
     17       'video/send_statistics_proxy.cc',
     18       'video/send_statistics_proxy.h',
     19       'video/receive_statistics_proxy.cc',
     20       'video/receive_statistics_proxy.h',
     21       'video/transport_adapter.cc',
     22       'video/transport_adapter.h',
     23       'video/video_receive_stream.cc',
     24       'video/video_receive_stream.h',
     25       'video/video_send_stream.cc',
     26       'video/video_send_stream.h',
     27     ],
     28   },
     29 }
     30