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 25 matching lines...) Expand all Loading... |
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/androidnetworkmonitor_jni.cc', | 42 'java/jni/androidnetworkmonitor_jni.cc', |
43 'java/jni/androidnetworkmonitor_jni.h', | 43 'java/jni/androidnetworkmonitor_jni.h', |
44 'java/jni/androidvideocapturer_jni.cc', | 44 'java/jni/androidvideocapturer_jni.cc', |
45 'java/jni/androidvideocapturer_jni.h', | 45 'java/jni/androidvideocapturer_jni.h', |
46 'java/jni/eglbase_jni.cc', | |
47 'java/jni/eglbase_jni.h', | |
48 'java/jni/surfacetexturehelper_jni.cc', | 46 'java/jni/surfacetexturehelper_jni.cc', |
49 'java/jni/surfacetexturehelper_jni.h', | 47 'java/jni/surfacetexturehelper_jni.h', |
50 'java/jni/classreferenceholder.cc', | 48 'java/jni/classreferenceholder.cc', |
51 'java/jni/classreferenceholder.h', | 49 'java/jni/classreferenceholder.h', |
52 'java/jni/jni_helpers.cc', | 50 'java/jni/jni_helpers.cc', |
53 'java/jni/jni_helpers.h', | 51 'java/jni/jni_helpers.h', |
54 'java/jni/native_handle_impl.cc', | 52 'java/jni/native_handle_impl.cc', |
55 'java/jni/native_handle_impl.h', | 53 'java/jni/native_handle_impl.h', |
56 'java/jni/peerconnection_jni.cc', | 54 'java/jni/peerconnection_jni.cc', |
57 ], | 55 ], |
(...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
365 'AdditionalOptions': [ | 363 'AdditionalOptions': [ |
366 '-Wno-sign-compare', | 364 '-Wno-sign-compare', |
367 ], | 365 ], |
368 }, | 366 }, |
369 }, | 367 }, |
370 }], | 368 }], |
371 ], | 369 ], |
372 }, # target libjingle_peerconnection | 370 }, # target libjingle_peerconnection |
373 ], # targets | 371 ], # targets |
374 } | 372 } |
OLD | NEW |