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

Side by Side Diff: talk/libjingle.gyp

Issue 1296113002: Remove cricket::VideoProcessor and AddVideoProcessor() functionality (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: 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 | « no previous file | talk/media/base/capturemanager.h » ('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 450 matching lines...) Expand 10 before | Expand all | Expand 10 after
461 'media/base/videoadapter.h', 461 'media/base/videoadapter.h',
462 'media/base/videocapturer.cc', 462 'media/base/videocapturer.cc',
463 'media/base/videocapturer.h', 463 'media/base/videocapturer.h',
464 'media/base/videocapturerfactory.h', 464 'media/base/videocapturerfactory.h',
465 'media/base/videocommon.cc', 465 'media/base/videocommon.cc',
466 'media/base/videocommon.h', 466 'media/base/videocommon.h',
467 'media/base/videoframe.cc', 467 'media/base/videoframe.cc',
468 'media/base/videoframe.h', 468 'media/base/videoframe.h',
469 'media/base/videoframefactory.cc', 469 'media/base/videoframefactory.cc',
470 'media/base/videoframefactory.h', 470 'media/base/videoframefactory.h',
471 'media/base/videoprocessor.h',
472 'media/base/videorenderer.h', 471 'media/base/videorenderer.h',
473 'media/base/voiceprocessor.h', 472 'media/base/voiceprocessor.h',
474 'media/base/yuvframegenerator.cc', 473 'media/base/yuvframegenerator.cc',
475 'media/base/yuvframegenerator.h', 474 'media/base/yuvframegenerator.h',
476 'media/devices/deviceinfo.h', 475 'media/devices/deviceinfo.h',
477 'media/devices/devicemanager.cc', 476 'media/devices/devicemanager.cc',
478 'media/devices/devicemanager.h', 477 'media/devices/devicemanager.h',
479 'media/devices/dummydevicemanager.h', 478 'media/devices/dummydevicemanager.h',
480 'media/devices/filevideocapturer.cc', 479 'media/devices/filevideocapturer.cc',
481 'media/devices/filevideocapturer.h', 480 'media/devices/filevideocapturer.h',
(...skipping 293 matching lines...) Expand 10 before | Expand all | Expand 10 after
775 ['OS=="android" and build_with_chromium==0', { 774 ['OS=="android" and build_with_chromium==0', {
776 'sources': [ 775 'sources': [
777 'app/webrtc/androidvideocapturer.h', 776 'app/webrtc/androidvideocapturer.h',
778 'app/webrtc/androidvideocapturer.cc', 777 'app/webrtc/androidvideocapturer.cc',
779 ], 778 ],
780 }], 779 }],
781 ], 780 ],
782 }, # target libjingle_peerconnection 781 }, # target libjingle_peerconnection
783 ], 782 ],
784 } 783 }
OLDNEW
« no previous file with comments | « no previous file | talk/media/base/capturemanager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698