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

Side by Side Diff: talk/libjingle.gyp

Issue 1460483005: Removed dummy "mediastreamsignaling.h" (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 5 years, 1 month 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
« no previous file with comments | « talk/app/webrtc/webrtcsession_unittest.cc ('k') | talk/libjingle_tests.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 725 matching lines...) Expand 10 before | Expand all | Expand 10 after
736 'app/webrtc/localaudiosource.h', 736 'app/webrtc/localaudiosource.h',
737 'app/webrtc/mediaconstraintsinterface.cc', 737 'app/webrtc/mediaconstraintsinterface.cc',
738 'app/webrtc/mediaconstraintsinterface.h', 738 'app/webrtc/mediaconstraintsinterface.h',
739 'app/webrtc/mediacontroller.cc', 739 'app/webrtc/mediacontroller.cc',
740 'app/webrtc/mediacontroller.h', 740 'app/webrtc/mediacontroller.h',
741 'app/webrtc/mediastream.cc', 741 'app/webrtc/mediastream.cc',
742 'app/webrtc/mediastream.h', 742 'app/webrtc/mediastream.h',
743 'app/webrtc/mediastreaminterface.h', 743 'app/webrtc/mediastreaminterface.h',
744 'app/webrtc/mediastreamprovider.h', 744 'app/webrtc/mediastreamprovider.h',
745 'app/webrtc/mediastreamproxy.h', 745 'app/webrtc/mediastreamproxy.h',
746 'app/webrtc/mediastreamsignaling.cc',
747 'app/webrtc/mediastreamsignaling.h',
748 'app/webrtc/mediastreamtrack.h', 746 'app/webrtc/mediastreamtrack.h',
749 'app/webrtc/mediastreamtrackproxy.h', 747 'app/webrtc/mediastreamtrackproxy.h',
750 'app/webrtc/notifier.h', 748 'app/webrtc/notifier.h',
751 'app/webrtc/peerconnection.cc', 749 'app/webrtc/peerconnection.cc',
752 'app/webrtc/peerconnection.h', 750 'app/webrtc/peerconnection.h',
753 'app/webrtc/peerconnectionfactory.cc', 751 'app/webrtc/peerconnectionfactory.cc',
754 'app/webrtc/peerconnectionfactory.h', 752 'app/webrtc/peerconnectionfactory.h',
755 'app/webrtc/peerconnectionfactoryproxy.h', 753 'app/webrtc/peerconnectionfactoryproxy.h',
756 'app/webrtc/peerconnectioninterface.h', 754 'app/webrtc/peerconnectioninterface.h',
757 'app/webrtc/peerconnectionproxy.h', 755 'app/webrtc/peerconnectionproxy.h',
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
794 ['OS=="android" and build_with_chromium==0', { 792 ['OS=="android" and build_with_chromium==0', {
795 'sources': [ 793 'sources': [
796 'app/webrtc/androidvideocapturer.h', 794 'app/webrtc/androidvideocapturer.h',
797 'app/webrtc/androidvideocapturer.cc', 795 'app/webrtc/androidvideocapturer.cc',
798 ], 796 ],
799 }], 797 }],
800 ], 798 ],
801 }, # target libjingle_peerconnection 799 }, # target libjingle_peerconnection
802 ], 800 ],
803 } 801 }
OLDNEW
« no previous file with comments | « talk/app/webrtc/webrtcsession_unittest.cc ('k') | talk/libjingle_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698