OLD | NEW |
1 # Copyright (c) 2015 The WebRTC project authors. All Rights Reserved. | 1 # Copyright (c) 2015 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 28 matching lines...) Expand all Loading... |
39 'android/jni/androidmediadecoder_jni.cc', | 39 'android/jni/androidmediadecoder_jni.cc', |
40 'android/jni/androidmediadecoder_jni.h', | 40 'android/jni/androidmediadecoder_jni.h', |
41 'android/jni/androidmediaencoder_jni.cc', | 41 'android/jni/androidmediaencoder_jni.cc', |
42 'android/jni/androidmediaencoder_jni.h', | 42 'android/jni/androidmediaencoder_jni.h', |
43 'android/jni/androidmetrics_jni.cc', | 43 'android/jni/androidmetrics_jni.cc', |
44 'android/jni/androidnetworkmonitor_jni.cc', | 44 'android/jni/androidnetworkmonitor_jni.cc', |
45 'android/jni/androidnetworkmonitor_jni.h', | 45 'android/jni/androidnetworkmonitor_jni.h', |
46 'android/jni/androidvideotracksource_jni.cc', | 46 'android/jni/androidvideotracksource_jni.cc', |
47 'android/jni/classreferenceholder.cc', | 47 'android/jni/classreferenceholder.cc', |
48 'android/jni/classreferenceholder.h', | 48 'android/jni/classreferenceholder.h', |
| 49 'android/jni/eglrenderer_jni.cc', |
49 'android/jni/jni_helpers.cc', | 50 'android/jni/jni_helpers.cc', |
50 'android/jni/jni_helpers.h', | 51 'android/jni/jni_helpers.h', |
51 'android/jni/native_handle_impl.cc', | 52 'android/jni/native_handle_impl.cc', |
52 'android/jni/native_handle_impl.h', | 53 'android/jni/native_handle_impl.h', |
53 'android/jni/peerconnection_jni.cc', | 54 'android/jni/peerconnection_jni.cc', |
54 'android/jni/surfacetexturehelper_jni.cc', | 55 'android/jni/surfacetexturehelper_jni.cc', |
55 'android/jni/surfacetexturehelper_jni.h', | 56 'android/jni/surfacetexturehelper_jni.h', |
56 'androidvideotracksource.cc', | 57 'androidvideotracksource.cc', |
57 'androidvideotracksource.h', | 58 'androidvideotracksource.h', |
58 ], | 59 ], |
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
239 'type': 'static_library', | 240 'type': 'static_library', |
240 'dependencies': [ | 241 'dependencies': [ |
241 '<(webrtc_root)/base/base.gyp:rtc_base_approved', | 242 '<(webrtc_root)/base/base.gyp:rtc_base_approved', |
242 ], | 243 ], |
243 'sources': [ | 244 'sources': [ |
244 'audio/audio_mixer.h', | 245 'audio/audio_mixer.h', |
245 ], | 246 ], |
246 }, # target rtc_stats_api | 247 }, # target rtc_stats_api |
247 ], # targets | 248 ], # targets |
248 } | 249 } |
OLD | NEW |