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

Side by Side Diff: talk/libjingle_tests.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 | « talk/libjingle.gyp ('k') | talk/media/webrtc/nullwebrtcvideoengine.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 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 'media/base/testutils.h', 89 'media/base/testutils.h',
90 'media/base/turnutils_unittest.cc', 90 'media/base/turnutils_unittest.cc',
91 'media/base/videoadapter_unittest.cc', 91 'media/base/videoadapter_unittest.cc',
92 'media/base/videocapturer_unittest.cc', 92 'media/base/videocapturer_unittest.cc',
93 'media/base/videocommon_unittest.cc', 93 'media/base/videocommon_unittest.cc',
94 'media/base/videoengine_unittest.h', 94 'media/base/videoengine_unittest.h',
95 'media/base/videoframe_unittest.h', 95 'media/base/videoframe_unittest.h',
96 'media/devices/dummydevicemanager_unittest.cc', 96 'media/devices/dummydevicemanager_unittest.cc',
97 'media/devices/filevideocapturer_unittest.cc', 97 'media/devices/filevideocapturer_unittest.cc',
98 'media/sctp/sctpdataengine_unittest.cc', 98 'media/sctp/sctpdataengine_unittest.cc',
99 'media/webrtc/nullwebrtcvideoengine_unittest.cc',
99 'media/webrtc/simulcast_unittest.cc', 100 'media/webrtc/simulcast_unittest.cc',
100 'media/webrtc/webrtcmediaengine_unittest.cc', 101 'media/webrtc/webrtcmediaengine_unittest.cc',
101 'media/webrtc/webrtcvideocapturer_unittest.cc', 102 'media/webrtc/webrtcvideocapturer_unittest.cc',
102 'media/webrtc/webrtcvideoframe_unittest.cc', 103 'media/webrtc/webrtcvideoframe_unittest.cc',
103 'media/webrtc/webrtcvideoframefactory_unittest.cc', 104 'media/webrtc/webrtcvideoframefactory_unittest.cc',
104 # Disabled because some tests fail. 105 # Disabled because some tests fail.
105 # TODO(ronghuawu): Reenable these tests. 106 # TODO(ronghuawu): Reenable these tests.
106 # 'media/devices/devicemanager_unittest.cc', 107 # 'media/devices/devicemanager_unittest.cc',
107 'media/webrtc/webrtcvideoengine2_unittest.cc', 108 'media/webrtc/webrtcvideoengine2_unittest.cc',
108 'media/webrtc/webrtcvoiceengine_unittest.cc', 109 'media/webrtc/webrtcvoiceengine_unittest.cc',
(...skipping 352 matching lines...) Expand 10 before | Expand all | Expand 10 after
461 'build/isolate.gypi', 462 'build/isolate.gypi',
462 ], 463 ],
463 'sources': [ 464 'sources': [
464 'peerconnection_unittests.isolate', 465 'peerconnection_unittests.isolate',
465 ], 466 ],
466 }, 467 },
467 ], 468 ],
468 }], 469 }],
469 ], 470 ],
470 } 471 }
OLDNEW
« no previous file with comments | « talk/libjingle.gyp ('k') | talk/media/webrtc/nullwebrtcvideoengine.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698