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

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: 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 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 'app/webrtc/java/src/org/webrtc/AudioTrack.java', 124 'app/webrtc/java/src/org/webrtc/AudioTrack.java',
125 'app/webrtc/java/src/org/webrtc/CallSessionFileRotatingLogSink .java', 125 'app/webrtc/java/src/org/webrtc/CallSessionFileRotatingLogSink .java',
126 'app/webrtc/java/src/org/webrtc/DataChannel.java', 126 'app/webrtc/java/src/org/webrtc/DataChannel.java',
127 'app/webrtc/java/src/org/webrtc/IceCandidate.java', 127 'app/webrtc/java/src/org/webrtc/IceCandidate.java',
128 'app/webrtc/java/src/org/webrtc/MediaConstraints.java', 128 'app/webrtc/java/src/org/webrtc/MediaConstraints.java',
129 'app/webrtc/java/src/org/webrtc/MediaSource.java', 129 'app/webrtc/java/src/org/webrtc/MediaSource.java',
130 'app/webrtc/java/src/org/webrtc/MediaStream.java', 130 'app/webrtc/java/src/org/webrtc/MediaStream.java',
131 'app/webrtc/java/src/org/webrtc/MediaStreamTrack.java', 131 'app/webrtc/java/src/org/webrtc/MediaStreamTrack.java',
132 'app/webrtc/java/src/org/webrtc/PeerConnectionFactory.java', 132 'app/webrtc/java/src/org/webrtc/PeerConnectionFactory.java',
133 'app/webrtc/java/src/org/webrtc/PeerConnection.java', 133 'app/webrtc/java/src/org/webrtc/PeerConnection.java',
134 'app/webrtc/java/src/org/webrtc/RtpReceiver.java',
135 'app/webrtc/java/src/org/webrtc/RtpSender.java',
134 'app/webrtc/java/src/org/webrtc/SdpObserver.java', 136 'app/webrtc/java/src/org/webrtc/SdpObserver.java',
135 'app/webrtc/java/src/org/webrtc/StatsObserver.java', 137 'app/webrtc/java/src/org/webrtc/StatsObserver.java',
136 'app/webrtc/java/src/org/webrtc/StatsReport.java', 138 'app/webrtc/java/src/org/webrtc/StatsReport.java',
137 'app/webrtc/java/src/org/webrtc/SessionDescription.java', 139 'app/webrtc/java/src/org/webrtc/SessionDescription.java',
138 'app/webrtc/java/src/org/webrtc/VideoCapturer.java', 140 'app/webrtc/java/src/org/webrtc/VideoCapturer.java',
139 'app/webrtc/java/src/org/webrtc/VideoRenderer.java', 141 'app/webrtc/java/src/org/webrtc/VideoRenderer.java',
140 'app/webrtc/java/src/org/webrtc/VideoSource.java', 142 'app/webrtc/java/src/org/webrtc/VideoSource.java',
141 'app/webrtc/java/src/org/webrtc/VideoTrack.java', 143 'app/webrtc/java/src/org/webrtc/VideoTrack.java',
142 '<(webrtc_base_dir)/java/src/org/webrtc/Logging.java', 144 '<(webrtc_base_dir)/java/src/org/webrtc/Logging.java',
143 ], 145 ],
(...skipping 581 matching lines...) Expand 10 before | Expand all | Expand 10 after
725 'app/webrtc/jsepsessiondescription.cc', 727 'app/webrtc/jsepsessiondescription.cc',
726 'app/webrtc/jsepsessiondescription.h', 728 'app/webrtc/jsepsessiondescription.h',
727 'app/webrtc/localaudiosource.cc', 729 'app/webrtc/localaudiosource.cc',
728 'app/webrtc/localaudiosource.h', 730 'app/webrtc/localaudiosource.h',
729 'app/webrtc/mediaconstraintsinterface.cc', 731 'app/webrtc/mediaconstraintsinterface.cc',
730 'app/webrtc/mediaconstraintsinterface.h', 732 'app/webrtc/mediaconstraintsinterface.h',
731 'app/webrtc/mediacontroller.cc', 733 'app/webrtc/mediacontroller.cc',
732 'app/webrtc/mediacontroller.h', 734 'app/webrtc/mediacontroller.h',
733 'app/webrtc/mediastream.cc', 735 'app/webrtc/mediastream.cc',
734 'app/webrtc/mediastream.h', 736 'app/webrtc/mediastream.h',
735 'app/webrtc/mediastreamhandler.cc',
736 'app/webrtc/mediastreamhandler.h',
737 'app/webrtc/mediastreaminterface.h', 737 'app/webrtc/mediastreaminterface.h',
738 'app/webrtc/mediastreamprovider.h', 738 'app/webrtc/mediastreamprovider.h',
739 'app/webrtc/mediastreamproxy.h', 739 'app/webrtc/mediastreamproxy.h',
740 'app/webrtc/mediastreamsignaling.cc', 740 'app/webrtc/mediastreamsignaling.cc',
741 'app/webrtc/mediastreamsignaling.h', 741 'app/webrtc/mediastreamsignaling.h',
742 'app/webrtc/mediastreamtrack.h', 742 'app/webrtc/mediastreamtrack.h',
743 'app/webrtc/mediastreamtrackproxy.h', 743 'app/webrtc/mediastreamtrackproxy.h',
744 'app/webrtc/notifier.h', 744 'app/webrtc/notifier.h',
745 'app/webrtc/peerconnection.cc', 745 'app/webrtc/peerconnection.cc',
746 'app/webrtc/peerconnection.h', 746 'app/webrtc/peerconnection.h',
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
782 ['OS=="android" and build_with_chromium==0', { 782 ['OS=="android" and build_with_chromium==0', {
783 'sources': [ 783 'sources': [
784 'app/webrtc/androidvideocapturer.h', 784 'app/webrtc/androidvideocapturer.h',
785 'app/webrtc/androidvideocapturer.cc', 785 'app/webrtc/androidvideocapturer.cc',
786 ], 786 ],
787 }], 787 }],
788 ], 788 ],
789 }, # target libjingle_peerconnection 789 }, # target libjingle_peerconnection
790 ], 790 ],
791 } 791 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698