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 21 matching lines...) Expand all Loading... |
32 'libjingle_peerconnection', | 32 'libjingle_peerconnection', |
33 ], | 33 ], |
34 'sources': [ | 34 'sources': [ |
35 'androidvideocapturer.cc', | 35 'androidvideocapturer.cc', |
36 'androidvideocapturer.h', | 36 'androidvideocapturer.h', |
37 'java/jni/androidmediacodeccommon.h', | 37 'java/jni/androidmediacodeccommon.h', |
38 'java/jni/androidmediadecoder_jni.cc', | 38 'java/jni/androidmediadecoder_jni.cc', |
39 'java/jni/androidmediadecoder_jni.h', | 39 'java/jni/androidmediadecoder_jni.h', |
40 'java/jni/androidmediaencoder_jni.cc', | 40 'java/jni/androidmediaencoder_jni.cc', |
41 'java/jni/androidmediaencoder_jni.h', | 41 'java/jni/androidmediaencoder_jni.h', |
| 42 'java/jni/androidmetrics_jni.cc', |
42 'java/jni/androidnetworkmonitor_jni.cc', | 43 'java/jni/androidnetworkmonitor_jni.cc', |
43 'java/jni/androidnetworkmonitor_jni.h', | 44 'java/jni/androidnetworkmonitor_jni.h', |
44 'java/jni/androidvideocapturer_jni.cc', | 45 'java/jni/androidvideocapturer_jni.cc', |
45 'java/jni/androidvideocapturer_jni.h', | 46 'java/jni/androidvideocapturer_jni.h', |
46 'java/jni/surfacetexturehelper_jni.cc', | 47 'java/jni/surfacetexturehelper_jni.cc', |
47 'java/jni/surfacetexturehelper_jni.h', | 48 'java/jni/surfacetexturehelper_jni.h', |
48 'java/jni/classreferenceholder.cc', | 49 'java/jni/classreferenceholder.cc', |
49 'java/jni/classreferenceholder.h', | 50 'java/jni/classreferenceholder.h', |
50 'java/jni/jni_helpers.cc', | 51 'java/jni/jni_helpers.cc', |
51 'java/jni/jni_helpers.h', | 52 'java/jni/jni_helpers.h', |
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
249 'quicdatatransport.h', | 250 'quicdatatransport.h', |
250 ], | 251 ], |
251 'export_dependent_settings': [ | 252 'export_dependent_settings': [ |
252 '<(DEPTH)/third_party/libquic/libquic.gyp:libquic', | 253 '<(DEPTH)/third_party/libquic/libquic.gyp:libquic', |
253 ], | 254 ], |
254 }], | 255 }], |
255 ], | 256 ], |
256 }, # target libjingle_peerconnection | 257 }, # target libjingle_peerconnection |
257 ], # targets | 258 ], # targets |
258 } | 259 } |
OLD | NEW |