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

Side by Side Diff: talk/libjingle.gyp

Issue 1269863005: MediaController/Call instantiation. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: nullptr Created 5 years, 3 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 706 matching lines...) Expand 10 before | Expand all | Expand 10 after
717 'app/webrtc/fakeportallocatorfactory.h', 717 'app/webrtc/fakeportallocatorfactory.h',
718 'app/webrtc/jsep.h', 718 'app/webrtc/jsep.h',
719 'app/webrtc/jsepicecandidate.cc', 719 'app/webrtc/jsepicecandidate.cc',
720 'app/webrtc/jsepicecandidate.h', 720 'app/webrtc/jsepicecandidate.h',
721 'app/webrtc/jsepsessiondescription.cc', 721 'app/webrtc/jsepsessiondescription.cc',
722 'app/webrtc/jsepsessiondescription.h', 722 'app/webrtc/jsepsessiondescription.h',
723 'app/webrtc/localaudiosource.cc', 723 'app/webrtc/localaudiosource.cc',
724 'app/webrtc/localaudiosource.h', 724 'app/webrtc/localaudiosource.h',
725 'app/webrtc/mediaconstraintsinterface.cc', 725 'app/webrtc/mediaconstraintsinterface.cc',
726 'app/webrtc/mediaconstraintsinterface.h', 726 'app/webrtc/mediaconstraintsinterface.h',
727 'app/webrtc/mediacontroller.cc',
728 'app/webrtc/mediacontroller.h',
pthatcher1 2015/09/02 21:24:22 FYI, this will break the Chrome FYI bots. Be prep
the sun 2015/09/03 15:00:46 Right, thanks for the reminder!
727 'app/webrtc/mediastream.cc', 729 'app/webrtc/mediastream.cc',
728 'app/webrtc/mediastream.h', 730 'app/webrtc/mediastream.h',
729 'app/webrtc/mediastreamhandler.cc', 731 'app/webrtc/mediastreamhandler.cc',
730 'app/webrtc/mediastreamhandler.h', 732 'app/webrtc/mediastreamhandler.h',
731 'app/webrtc/mediastreaminterface.h', 733 'app/webrtc/mediastreaminterface.h',
732 'app/webrtc/mediastreamprovider.h', 734 'app/webrtc/mediastreamprovider.h',
733 'app/webrtc/mediastreamproxy.h', 735 'app/webrtc/mediastreamproxy.h',
734 'app/webrtc/mediastreamsignaling.cc', 736 'app/webrtc/mediastreamsignaling.cc',
735 'app/webrtc/mediastreamsignaling.h', 737 'app/webrtc/mediastreamsignaling.h',
736 'app/webrtc/mediastreamtrack.h', 738 'app/webrtc/mediastreamtrack.h',
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
776 ['OS=="android" and build_with_chromium==0', { 778 ['OS=="android" and build_with_chromium==0', {
777 'sources': [ 779 'sources': [
778 'app/webrtc/androidvideocapturer.h', 780 'app/webrtc/androidvideocapturer.h',
779 'app/webrtc/androidvideocapturer.cc', 781 'app/webrtc/androidvideocapturer.cc',
780 ], 782 ],
781 }], 783 }],
782 ], 784 ],
783 }, # target libjingle_peerconnection 785 }, # target libjingle_peerconnection
784 ], 786 ],
785 } 787 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698