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

Side by Side Diff: talk/libjingle.gyp

Issue 1361633002: Remove the [Un]RegisterVoiceProcessor() API. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: rebase Created 5 years, 2 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 462 matching lines...) Expand 10 before | Expand all | Expand 10 after
473 'media/base/videocapturer.cc', 473 'media/base/videocapturer.cc',
474 'media/base/videocapturer.h', 474 'media/base/videocapturer.h',
475 'media/base/videocapturerfactory.h', 475 'media/base/videocapturerfactory.h',
476 'media/base/videocommon.cc', 476 'media/base/videocommon.cc',
477 'media/base/videocommon.h', 477 'media/base/videocommon.h',
478 'media/base/videoframe.cc', 478 'media/base/videoframe.cc',
479 'media/base/videoframe.h', 479 'media/base/videoframe.h',
480 'media/base/videoframefactory.cc', 480 'media/base/videoframefactory.cc',
481 'media/base/videoframefactory.h', 481 'media/base/videoframefactory.h',
482 'media/base/videorenderer.h', 482 'media/base/videorenderer.h',
483 'media/base/voiceprocessor.h',
484 'media/base/yuvframegenerator.cc', 483 'media/base/yuvframegenerator.cc',
485 'media/base/yuvframegenerator.h', 484 'media/base/yuvframegenerator.h',
486 'media/devices/deviceinfo.h', 485 'media/devices/deviceinfo.h',
487 'media/devices/devicemanager.cc', 486 'media/devices/devicemanager.cc',
488 'media/devices/devicemanager.h', 487 'media/devices/devicemanager.h',
489 'media/devices/dummydevicemanager.h', 488 'media/devices/dummydevicemanager.h',
490 'media/devices/filevideocapturer.cc', 489 'media/devices/filevideocapturer.cc',
491 'media/devices/filevideocapturer.h', 490 'media/devices/filevideocapturer.h',
492 'media/devices/videorendererfactory.h', 491 'media/devices/videorendererfactory.h',
493 'media/devices/yuvframescapturer.cc', 492 'media/devices/yuvframescapturer.cc',
(...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after
781 ['OS=="android" and build_with_chromium==0', { 780 ['OS=="android" and build_with_chromium==0', {
782 'sources': [ 781 'sources': [
783 'app/webrtc/androidvideocapturer.h', 782 'app/webrtc/androidvideocapturer.h',
784 'app/webrtc/androidvideocapturer.cc', 783 'app/webrtc/androidvideocapturer.cc',
785 ], 784 ],
786 }], 785 }],
787 ], 786 ],
788 }, # target libjingle_peerconnection 787 }, # target libjingle_peerconnection
789 ], 788 ],
790 } 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