OLD | NEW |
1 # Copyright (c) 2012 The WebRTC project authors. All Rights Reserved. | 1 # Copyright (c) 2012 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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
43 'video_frame.cc', | 43 'video_frame.cc', |
44 'incoming_video_stream.cc', | 44 'incoming_video_stream.cc', |
45 'interface/i420_buffer_pool.h', | 45 'interface/i420_buffer_pool.h', |
46 'interface/incoming_video_stream.h', | 46 'interface/incoming_video_stream.h', |
47 'interface/video_frame_buffer.h', | 47 'interface/video_frame_buffer.h', |
48 'libyuv/include/scaler.h', | 48 'libyuv/include/scaler.h', |
49 'libyuv/include/webrtc_libyuv.h', | 49 'libyuv/include/webrtc_libyuv.h', |
50 'libyuv/scaler.cc', | 50 'libyuv/scaler.cc', |
51 'libyuv/webrtc_libyuv.cc', | 51 'libyuv/webrtc_libyuv.cc', |
52 'video_frame_buffer.cc', | 52 'video_frame_buffer.cc', |
53 'video_render_frames.cc', | |
54 'video_render_frames.h', | |
55 ], | 53 ], |
56 }, | 54 }, |
57 ], # targets | 55 ], # targets |
58 } | 56 } |
OLD | NEW |