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

Side by Side Diff: talk/libjingle.gyp

Issue 1621453005: Fix compilation if HAVE_WEBRTC_VIDEO is not defined. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Fixed wrong filename in gyp Created 4 years, 11 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 522 matching lines...) Expand 10 before | Expand all | Expand 10 after
533 'media/devices/devicemanager.cc', 533 'media/devices/devicemanager.cc',
534 'media/devices/devicemanager.h', 534 'media/devices/devicemanager.h',
535 'media/devices/dummydevicemanager.h', 535 'media/devices/dummydevicemanager.h',
536 'media/devices/filevideocapturer.cc', 536 'media/devices/filevideocapturer.cc',
537 'media/devices/filevideocapturer.h', 537 'media/devices/filevideocapturer.h',
538 'media/devices/videorendererfactory.h', 538 'media/devices/videorendererfactory.h',
539 'media/devices/yuvframescapturer.cc', 539 'media/devices/yuvframescapturer.cc',
540 'media/devices/yuvframescapturer.h', 540 'media/devices/yuvframescapturer.h',
541 'media/sctp/sctpdataengine.cc', 541 'media/sctp/sctpdataengine.cc',
542 'media/sctp/sctpdataengine.h', 542 'media/sctp/sctpdataengine.h',
543 'media/webrtc/nullwebrtcvideoengine.h',
543 'media/webrtc/simulcast.cc', 544 'media/webrtc/simulcast.cc',
544 'media/webrtc/simulcast.h', 545 'media/webrtc/simulcast.h',
545 'media/webrtc/webrtccommon.h', 546 'media/webrtc/webrtccommon.h',
546 'media/webrtc/webrtcmediaengine.cc', 547 'media/webrtc/webrtcmediaengine.cc',
547 'media/webrtc/webrtcmediaengine.h', 548 'media/webrtc/webrtcmediaengine.h',
548 'media/webrtc/webrtcmediaengine.cc', 549 'media/webrtc/webrtcmediaengine.cc',
549 'media/webrtc/webrtcvideocapturer.cc', 550 'media/webrtc/webrtcvideocapturer.cc',
550 'media/webrtc/webrtcvideocapturer.h', 551 'media/webrtc/webrtcvideocapturer.h',
551 'media/webrtc/webrtcvideocapturerfactory.h', 552 'media/webrtc/webrtcvideocapturerfactory.h',
552 'media/webrtc/webrtcvideocapturerfactory.cc', 553 'media/webrtc/webrtcvideocapturerfactory.cc',
(...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after
824 'app/webrtc/webrtcsdp.cc', 825 'app/webrtc/webrtcsdp.cc',
825 'app/webrtc/webrtcsdp.h', 826 'app/webrtc/webrtcsdp.h',
826 'app/webrtc/webrtcsession.cc', 827 'app/webrtc/webrtcsession.cc',
827 'app/webrtc/webrtcsession.h', 828 'app/webrtc/webrtcsession.h',
828 'app/webrtc/webrtcsessiondescriptionfactory.cc', 829 'app/webrtc/webrtcsessiondescriptionfactory.cc',
829 'app/webrtc/webrtcsessiondescriptionfactory.h', 830 'app/webrtc/webrtcsessiondescriptionfactory.h',
830 ], 831 ],
831 }, # target libjingle_peerconnection 832 }, # target libjingle_peerconnection
832 ], 833 ],
833 } 834 }
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