OLD | NEW |
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 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
77 'target_name': 'libjingle_media_unittest', | 77 'target_name': 'libjingle_media_unittest', |
78 'type': 'executable', | 78 'type': 'executable', |
79 'dependencies': [ | 79 'dependencies': [ |
80 '<(webrtc_root)/base/base_tests.gyp:rtc_base_tests_utils', | 80 '<(webrtc_root)/base/base_tests.gyp:rtc_base_tests_utils', |
81 'libjingle.gyp:libjingle_media', | 81 'libjingle.gyp:libjingle_media', |
82 'libjingle_unittest_main', | 82 'libjingle_unittest_main', |
83 ], | 83 ], |
84 'sources': [ | 84 'sources': [ |
85 'media/base/capturemanager_unittest.cc', | 85 'media/base/capturemanager_unittest.cc', |
86 'media/base/codec_unittest.cc', | 86 'media/base/codec_unittest.cc', |
87 'media/base/filemediaengine_unittest.cc', | |
88 'media/base/rtpdataengine_unittest.cc', | 87 'media/base/rtpdataengine_unittest.cc', |
89 'media/base/rtpdump_unittest.cc', | 88 'media/base/rtpdump_unittest.cc', |
90 'media/base/rtputils_unittest.cc', | 89 'media/base/rtputils_unittest.cc', |
91 'media/base/streamparams_unittest.cc', | 90 'media/base/streamparams_unittest.cc', |
92 'media/base/testutils.cc', | 91 'media/base/testutils.cc', |
93 'media/base/testutils.h', | 92 'media/base/testutils.h', |
94 'media/base/videoadapter_unittest.cc', | 93 'media/base/videoadapter_unittest.cc', |
95 'media/base/videocapturer_unittest.cc', | 94 'media/base/videocapturer_unittest.cc', |
96 'media/base/videocommon_unittest.cc', | 95 'media/base/videocommon_unittest.cc', |
97 'media/base/videoengine_unittest.h', | 96 'media/base/videoengine_unittest.h', |
(...skipping 336 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
434 'build/isolate.gypi', | 433 'build/isolate.gypi', |
435 ], | 434 ], |
436 'sources': [ | 435 'sources': [ |
437 'libjingle_peerconnection_unittest.isolate', | 436 'libjingle_peerconnection_unittest.isolate', |
438 ], | 437 ], |
439 }, | 438 }, |
440 ], | 439 ], |
441 }], | 440 }], |
442 ], | 441 ], |
443 } | 442 } |
OLD | NEW |