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

Side by Side Diff: talk/libjingle.gyp

Issue 1343393003: Remove some dead code. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: 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
« no previous file with comments | « no previous file | 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 481 matching lines...) Expand 10 before | Expand all | Expand 10 after
492 'media/devices/yuvframescapturer.cc', 492 'media/devices/yuvframescapturer.cc',
493 'media/devices/yuvframescapturer.h', 493 'media/devices/yuvframescapturer.h',
494 'media/sctp/sctpdataengine.cc', 494 'media/sctp/sctpdataengine.cc',
495 'media/sctp/sctpdataengine.h', 495 'media/sctp/sctpdataengine.h',
496 'media/webrtc/simulcast.cc', 496 'media/webrtc/simulcast.cc',
497 'media/webrtc/simulcast.h', 497 'media/webrtc/simulcast.h',
498 'media/webrtc/webrtccommon.h', 498 'media/webrtc/webrtccommon.h',
499 'media/webrtc/webrtcmediaengine.cc', 499 'media/webrtc/webrtcmediaengine.cc',
500 'media/webrtc/webrtcmediaengine.h', 500 'media/webrtc/webrtcmediaengine.h',
501 'media/webrtc/webrtcmediaengine.cc', 501 'media/webrtc/webrtcmediaengine.cc',
502 'media/webrtc/webrtcpassthroughrender.cc',
503 'media/webrtc/webrtcpassthroughrender.h',
504 'media/webrtc/webrtcvideocapturer.cc', 502 'media/webrtc/webrtcvideocapturer.cc',
505 'media/webrtc/webrtcvideocapturer.h', 503 'media/webrtc/webrtcvideocapturer.h',
506 'media/webrtc/webrtcvideocapturerfactory.h', 504 'media/webrtc/webrtcvideocapturerfactory.h',
507 'media/webrtc/webrtcvideocapturerfactory.cc', 505 'media/webrtc/webrtcvideocapturerfactory.cc',
508 'media/webrtc/webrtcvideodecoderfactory.h', 506 'media/webrtc/webrtcvideodecoderfactory.h',
509 'media/webrtc/webrtcvideoencoderfactory.h', 507 'media/webrtc/webrtcvideoencoderfactory.h',
510 'media/webrtc/webrtcvideoengine2.cc', 508 'media/webrtc/webrtcvideoengine2.cc',
511 'media/webrtc/webrtcvideoengine2.h', 509 'media/webrtc/webrtcvideoengine2.h',
512 'media/webrtc/webrtcvideoframe.cc', 510 'media/webrtc/webrtcvideoframe.cc',
513 'media/webrtc/webrtcvideoframe.h', 511 'media/webrtc/webrtcvideoframe.h',
(...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after
782 ['OS=="android" and build_with_chromium==0', { 780 ['OS=="android" and build_with_chromium==0', {
783 'sources': [ 781 'sources': [
784 'app/webrtc/androidvideocapturer.h', 782 'app/webrtc/androidvideocapturer.h',
785 'app/webrtc/androidvideocapturer.cc', 783 'app/webrtc/androidvideocapturer.cc',
786 ], 784 ],
787 }], 785 }],
788 ], 786 ],
789 }, # target libjingle_peerconnection 787 }, # target libjingle_peerconnection
790 ], 788 ],
791 } 789 }
OLDNEW
« no previous file with comments | « no previous file | talk/libjingle_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698