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

Side by Side Diff: talk/libjingle.gyp

Issue 1169833004: Remove FileMediaEngine. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: 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
« 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 417 matching lines...) Expand 10 before | Expand all | Expand 10 after
428 'media/base/capturerenderadapter.h', 428 'media/base/capturerenderadapter.h',
429 'media/base/codec.cc', 429 'media/base/codec.cc',
430 'media/base/codec.h', 430 'media/base/codec.h',
431 'media/base/constants.cc', 431 'media/base/constants.cc',
432 'media/base/constants.h', 432 'media/base/constants.h',
433 'media/base/cpuid.cc', 433 'media/base/cpuid.cc',
434 'media/base/cpuid.h', 434 'media/base/cpuid.h',
435 'media/base/cryptoparams.h', 435 'media/base/cryptoparams.h',
436 'media/base/device.h', 436 'media/base/device.h',
437 'media/base/fakescreencapturerfactory.h', 437 'media/base/fakescreencapturerfactory.h',
438 'media/base/filemediaengine.cc',
439 'media/base/filemediaengine.h',
440 'media/base/hybriddataengine.h', 438 'media/base/hybriddataengine.h',
441 'media/base/mediachannel.h', 439 'media/base/mediachannel.h',
442 'media/base/mediacommon.h', 440 'media/base/mediacommon.h',
443 'media/base/mediaengine.cc', 441 'media/base/mediaengine.cc',
444 'media/base/mediaengine.h', 442 'media/base/mediaengine.h',
445 'media/base/rtpdataengine.cc', 443 'media/base/rtpdataengine.cc',
446 'media/base/rtpdataengine.h', 444 'media/base/rtpdataengine.h',
447 'media/base/rtpdump.cc', 445 'media/base/rtpdump.cc',
448 'media/base/rtpdump.h', 446 'media/base/rtpdump.h',
449 'media/base/rtputils.cc', 447 'media/base/rtputils.cc',
(...skipping 323 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
« 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