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

Side by Side Diff: talk/libjingle_tests.gyp

Issue 1343393003: Remove some dead code. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 5 years, 3 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/webrtcpassthroughrender.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 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 'media/base/testutils.cc', 90 'media/base/testutils.cc',
91 'media/base/testutils.h', 91 'media/base/testutils.h',
92 'media/base/videoadapter_unittest.cc', 92 'media/base/videoadapter_unittest.cc',
93 'media/base/videocapturer_unittest.cc', 93 'media/base/videocapturer_unittest.cc',
94 'media/base/videocommon_unittest.cc', 94 'media/base/videocommon_unittest.cc',
95 'media/base/videoengine_unittest.h', 95 'media/base/videoengine_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/simulcast_unittest.cc', 99 'media/webrtc/simulcast_unittest.cc',
100 'media/webrtc/webrtcpassthroughrender_unittest.cc',
101 'media/webrtc/webrtcvideocapturer_unittest.cc', 100 'media/webrtc/webrtcvideocapturer_unittest.cc',
102 'media/base/videoframe_unittest.h', 101 'media/base/videoframe_unittest.h',
103 'media/webrtc/webrtcvideoframe_unittest.cc', 102 'media/webrtc/webrtcvideoframe_unittest.cc',
104 'media/webrtc/webrtcvideoframefactory_unittest.cc', 103 'media/webrtc/webrtcvideoframefactory_unittest.cc',
105 104
106 # Disabled because some tests fail. 105 # Disabled because some tests fail.
107 # TODO(ronghuawu): Reenable these tests. 106 # TODO(ronghuawu): Reenable these tests.
108 # 'media/devices/devicemanager_unittest.cc', 107 # 'media/devices/devicemanager_unittest.cc',
109 'media/webrtc/webrtcvideoengine2_unittest.cc', 108 'media/webrtc/webrtcvideoengine2_unittest.cc',
110 'media/webrtc/webrtcvoiceengine_unittest.cc', 109 'media/webrtc/webrtcvoiceengine_unittest.cc',
(...skipping 322 matching lines...) Expand 10 before | Expand all | Expand 10 after
433 'build/isolate.gypi', 432 'build/isolate.gypi',
434 ], 433 ],
435 'sources': [ 434 'sources': [
436 'libjingle_peerconnection_unittest.isolate', 435 'libjingle_peerconnection_unittest.isolate',
437 ], 436 ],
438 }, 437 },
439 ], 438 ],
440 }], 439 }],
441 ], 440 ],
442 } 441 }
OLDNEW
« no previous file with comments | « talk/libjingle.gyp ('k') | talk/media/webrtc/webrtcpassthroughrender.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698