Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(124)

Side by Side Diff: talk/libjingle.gyp

Issue 1615153002: Change PeerConnectionFactory.setVideoHwAccelerationOptions to create shared Egl context for harware… (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Added eglbase_jni to avoid code duplication. Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # 1 #
2 # libjingle 2 # libjingle
3 # Copyright 2012 Google Inc. 3 # Copyright 2012 Google Inc.
4 # 4 #
5 # Redistribution and use in source and binary forms, with or without 5 # Redistribution and use in source and binary forms, with or without
6 # modification, are permitted provided that the following conditions are met: 6 # modification, are permitted provided that the following conditions are met:
7 # 7 #
8 # 1. Redistributions of source code must retain the above copyright notice, 8 # 1. Redistributions of source code must retain the above copyright notice,
9 # this list of conditions and the following disclaimer. 9 # this list of conditions and the following disclaimer.
10 # 2. Redistributions in binary form must reproduce the above copyright notice, 10 # 2. Redistributions in binary form must reproduce the above copyright notice,
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 'app/webrtc/androidvideocapturer.h', 82 'app/webrtc/androidvideocapturer.h',
83 'app/webrtc/java/jni/androidmediacodeccommon.h', 83 'app/webrtc/java/jni/androidmediacodeccommon.h',
84 'app/webrtc/java/jni/androidmediadecoder_jni.cc', 84 'app/webrtc/java/jni/androidmediadecoder_jni.cc',
85 'app/webrtc/java/jni/androidmediadecoder_jni.h', 85 'app/webrtc/java/jni/androidmediadecoder_jni.h',
86 'app/webrtc/java/jni/androidmediaencoder_jni.cc', 86 'app/webrtc/java/jni/androidmediaencoder_jni.cc',
87 'app/webrtc/java/jni/androidmediaencoder_jni.h', 87 'app/webrtc/java/jni/androidmediaencoder_jni.h',
88 'app/webrtc/java/jni/androidnetworkmonitor_jni.cc', 88 'app/webrtc/java/jni/androidnetworkmonitor_jni.cc',
89 'app/webrtc/java/jni/androidnetworkmonitor_jni.h', 89 'app/webrtc/java/jni/androidnetworkmonitor_jni.h',
90 'app/webrtc/java/jni/androidvideocapturer_jni.cc', 90 'app/webrtc/java/jni/androidvideocapturer_jni.cc',
91 'app/webrtc/java/jni/androidvideocapturer_jni.h', 91 'app/webrtc/java/jni/androidvideocapturer_jni.h',
92 'app/webrtc/java/jni/eglbase_jni.cc',
93 'app/webrtc/java/jni/eglbase_jni.h',
92 'app/webrtc/java/jni/surfacetexturehelper_jni.cc', 94 'app/webrtc/java/jni/surfacetexturehelper_jni.cc',
93 'app/webrtc/java/jni/surfacetexturehelper_jni.h', 95 'app/webrtc/java/jni/surfacetexturehelper_jni.h',
94 ] 96 ]
95 }], 97 }],
96 ], 98 ],
97 }, 99 },
98 { 100 {
99 'target_name': 'libjingle_peerconnection_so', 101 'target_name': 'libjingle_peerconnection_so',
100 'type': 'shared_library', 102 'type': 'shared_library',
101 'dependencies': [ 103 'dependencies': [
(...skipping 722 matching lines...) Expand 10 before | Expand all | Expand 10 after
824 'app/webrtc/webrtcsdp.cc', 826 'app/webrtc/webrtcsdp.cc',
825 'app/webrtc/webrtcsdp.h', 827 'app/webrtc/webrtcsdp.h',
826 'app/webrtc/webrtcsession.cc', 828 'app/webrtc/webrtcsession.cc',
827 'app/webrtc/webrtcsession.h', 829 'app/webrtc/webrtcsession.h',
828 'app/webrtc/webrtcsessiondescriptionfactory.cc', 830 'app/webrtc/webrtcsessiondescriptionfactory.cc',
829 'app/webrtc/webrtcsessiondescriptionfactory.h', 831 'app/webrtc/webrtcsessiondescriptionfactory.h',
830 ], 832 ],
831 }, # target libjingle_peerconnection 833 }, # target libjingle_peerconnection
832 ], 834 ],
833 } 835 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698