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

Side by Side Diff: talk/libjingle.gyp

Issue 1151943005: Ability to specify KeyType (RSA, ECDSA) for SSLIdentity generation in libjingle (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Addressing ASAN, LSAN issues in unittests Created 5 years, 6 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 686 matching lines...) Expand 10 before | Expand all | Expand 10 after
697 'libjingle_p2p', 697 'libjingle_p2p',
698 ], 698 ],
699 'sources': [ 699 'sources': [
700 'app/webrtc/audiotrack.cc', 700 'app/webrtc/audiotrack.cc',
701 'app/webrtc/audiotrack.h', 701 'app/webrtc/audiotrack.h',
702 'app/webrtc/audiotrackrenderer.cc', 702 'app/webrtc/audiotrackrenderer.cc',
703 'app/webrtc/audiotrackrenderer.h', 703 'app/webrtc/audiotrackrenderer.h',
704 'app/webrtc/datachannel.cc', 704 'app/webrtc/datachannel.cc',
705 'app/webrtc/datachannel.h', 705 'app/webrtc/datachannel.h',
706 'app/webrtc/datachannelinterface.h', 706 'app/webrtc/datachannelinterface.h',
707 'app/webrtc/dtlsidentityservice.cc',
708 'app/webrtc/dtlsidentityservice.h',
709 'app/webrtc/dtlsidentitystore.cc', 707 'app/webrtc/dtlsidentitystore.cc',
710 'app/webrtc/dtlsidentitystore.h', 708 'app/webrtc/dtlsidentitystore.h',
711 'app/webrtc/dtmfsender.cc', 709 'app/webrtc/dtmfsender.cc',
712 'app/webrtc/dtmfsender.h', 710 'app/webrtc/dtmfsender.h',
713 'app/webrtc/dtmfsenderinterface.h', 711 'app/webrtc/dtmfsenderinterface.h',
714 'app/webrtc/fakeportallocatorfactory.h', 712 'app/webrtc/fakeportallocatorfactory.h',
715 'app/webrtc/jsep.h', 713 'app/webrtc/jsep.h',
716 'app/webrtc/jsepicecandidate.cc', 714 'app/webrtc/jsepicecandidate.cc',
717 'app/webrtc/jsepicecandidate.h', 715 'app/webrtc/jsepicecandidate.h',
718 'app/webrtc/jsepsessiondescription.cc', 716 'app/webrtc/jsepsessiondescription.cc',
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
773 ['OS=="android" and build_with_chromium==0', { 771 ['OS=="android" and build_with_chromium==0', {
774 'sources': [ 772 'sources': [
775 'app/webrtc/androidvideocapturer.h', 773 'app/webrtc/androidvideocapturer.h',
776 'app/webrtc/androidvideocapturer.cc', 774 'app/webrtc/androidvideocapturer.cc',
777 ], 775 ],
778 }], 776 }],
779 ], 777 ],
780 }, # target libjingle_peerconnection 778 }, # target libjingle_peerconnection
781 ], 779 ],
782 } 780 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698