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

Side by Side Diff: talk/libjingle.gyp

Issue 1176383004: DtlsIdentityStore[Interface/Impl] updated, DtlsIdentityService to be removed (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Merge w master AFTER the landing of 1268363002. "CreatePC(service,store)" using store instead of service. Created 5 years, 4 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
« no previous file with comments | « talk/app/webrtc/webrtcsessiondescriptionfactory.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 690 matching lines...) Expand 10 before | Expand all | Expand 10 after
701 'libjingle_p2p', 701 'libjingle_p2p',
702 ], 702 ],
703 'sources': [ 703 'sources': [
704 'app/webrtc/audiotrack.cc', 704 'app/webrtc/audiotrack.cc',
705 'app/webrtc/audiotrack.h', 705 'app/webrtc/audiotrack.h',
706 'app/webrtc/audiotrackrenderer.cc', 706 'app/webrtc/audiotrackrenderer.cc',
707 'app/webrtc/audiotrackrenderer.h', 707 'app/webrtc/audiotrackrenderer.h',
708 'app/webrtc/datachannel.cc', 708 'app/webrtc/datachannel.cc',
709 'app/webrtc/datachannel.h', 709 'app/webrtc/datachannel.h',
710 'app/webrtc/datachannelinterface.h', 710 'app/webrtc/datachannelinterface.h',
711 'app/webrtc/dtlsidentityservice.cc',
712 'app/webrtc/dtlsidentityservice.h',
713 'app/webrtc/dtlsidentitystore.cc', 711 'app/webrtc/dtlsidentitystore.cc',
714 'app/webrtc/dtlsidentitystore.h', 712 'app/webrtc/dtlsidentitystore.h',
715 'app/webrtc/dtmfsender.cc', 713 'app/webrtc/dtmfsender.cc',
716 'app/webrtc/dtmfsender.h', 714 'app/webrtc/dtmfsender.h',
717 'app/webrtc/dtmfsenderinterface.h', 715 'app/webrtc/dtmfsenderinterface.h',
718 'app/webrtc/fakeportallocatorfactory.h', 716 'app/webrtc/fakeportallocatorfactory.h',
719 'app/webrtc/jsep.h', 717 'app/webrtc/jsep.h',
720 'app/webrtc/jsepicecandidate.cc', 718 'app/webrtc/jsepicecandidate.cc',
721 'app/webrtc/jsepicecandidate.h', 719 'app/webrtc/jsepicecandidate.h',
722 'app/webrtc/jsepsessiondescription.cc', 720 'app/webrtc/jsepsessiondescription.cc',
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
777 ['OS=="android" and build_with_chromium==0', { 775 ['OS=="android" and build_with_chromium==0', {
778 'sources': [ 776 'sources': [
779 'app/webrtc/androidvideocapturer.h', 777 'app/webrtc/androidvideocapturer.h',
780 'app/webrtc/androidvideocapturer.cc', 778 'app/webrtc/androidvideocapturer.cc',
781 ], 779 ],
782 }], 780 }],
783 ], 781 ],
784 }, # target libjingle_peerconnection 782 }, # target libjingle_peerconnection
785 ], 783 ],
786 } 784 }
OLDNEW
« no previous file with comments | « talk/app/webrtc/webrtcsessiondescriptionfactory.cc ('k') | talk/libjingle_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698