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

Side by Side Diff: talk/libjingle.gyp

Issue 1368143002: Java binding for RtpSender/RtpReceiver. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Getting rid of updateSenders. Instead, getSenders will update the stored list and dispose of old ob… Created 5 years, 2 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 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 'app/webrtc/java/src/org/webrtc/AudioTrack.java', 127 'app/webrtc/java/src/org/webrtc/AudioTrack.java',
128 'app/webrtc/java/src/org/webrtc/CallSessionFileRotatingLogSink .java', 128 'app/webrtc/java/src/org/webrtc/CallSessionFileRotatingLogSink .java',
129 'app/webrtc/java/src/org/webrtc/DataChannel.java', 129 'app/webrtc/java/src/org/webrtc/DataChannel.java',
130 'app/webrtc/java/src/org/webrtc/IceCandidate.java', 130 'app/webrtc/java/src/org/webrtc/IceCandidate.java',
131 'app/webrtc/java/src/org/webrtc/MediaConstraints.java', 131 'app/webrtc/java/src/org/webrtc/MediaConstraints.java',
132 'app/webrtc/java/src/org/webrtc/MediaSource.java', 132 'app/webrtc/java/src/org/webrtc/MediaSource.java',
133 'app/webrtc/java/src/org/webrtc/MediaStream.java', 133 'app/webrtc/java/src/org/webrtc/MediaStream.java',
134 'app/webrtc/java/src/org/webrtc/MediaStreamTrack.java', 134 'app/webrtc/java/src/org/webrtc/MediaStreamTrack.java',
135 'app/webrtc/java/src/org/webrtc/PeerConnectionFactory.java', 135 'app/webrtc/java/src/org/webrtc/PeerConnectionFactory.java',
136 'app/webrtc/java/src/org/webrtc/PeerConnection.java', 136 'app/webrtc/java/src/org/webrtc/PeerConnection.java',
137 'app/webrtc/java/src/org/webrtc/RtpReceiver.java',
138 'app/webrtc/java/src/org/webrtc/RtpSender.java',
137 'app/webrtc/java/src/org/webrtc/SdpObserver.java', 139 'app/webrtc/java/src/org/webrtc/SdpObserver.java',
138 'app/webrtc/java/src/org/webrtc/StatsObserver.java', 140 'app/webrtc/java/src/org/webrtc/StatsObserver.java',
139 'app/webrtc/java/src/org/webrtc/StatsReport.java', 141 'app/webrtc/java/src/org/webrtc/StatsReport.java',
140 'app/webrtc/java/src/org/webrtc/SessionDescription.java', 142 'app/webrtc/java/src/org/webrtc/SessionDescription.java',
141 'app/webrtc/java/src/org/webrtc/VideoCapturer.java', 143 'app/webrtc/java/src/org/webrtc/VideoCapturer.java',
142 'app/webrtc/java/src/org/webrtc/VideoRenderer.java', 144 'app/webrtc/java/src/org/webrtc/VideoRenderer.java',
143 'app/webrtc/java/src/org/webrtc/VideoSource.java', 145 'app/webrtc/java/src/org/webrtc/VideoSource.java',
144 'app/webrtc/java/src/org/webrtc/VideoTrack.java', 146 'app/webrtc/java/src/org/webrtc/VideoTrack.java',
145 '<(webrtc_base_dir)/java/src/org/webrtc/Logging.java', 147 '<(webrtc_base_dir)/java/src/org/webrtc/Logging.java',
146 ], 148 ],
(...skipping 641 matching lines...) Expand 10 before | Expand all | Expand 10 after
788 ['OS=="android" and build_with_chromium==0', { 790 ['OS=="android" and build_with_chromium==0', {
789 'sources': [ 791 'sources': [
790 'app/webrtc/androidvideocapturer.h', 792 'app/webrtc/androidvideocapturer.h',
791 'app/webrtc/androidvideocapturer.cc', 793 'app/webrtc/androidvideocapturer.cc',
792 ], 794 ],
793 }], 795 }],
794 ], 796 ],
795 }, # target libjingle_peerconnection 797 }, # target libjingle_peerconnection
796 ], 798 ],
797 } 799 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698