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 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
68 'media/webrtc/fakewebrtcvideocapturemodule.h', | 68 'media/webrtc/fakewebrtcvideocapturemodule.h', |
69 'media/webrtc/fakewebrtcvideoengine.h', | 69 'media/webrtc/fakewebrtcvideoengine.h', |
70 'media/webrtc/fakewebrtcvoiceengine.h', | 70 'media/webrtc/fakewebrtcvoiceengine.h', |
71 ], | 71 ], |
72 }, # target libjingle_unittest_main | 72 }, # target libjingle_unittest_main |
73 { | 73 { |
74 'target_name': 'libjingle_media_unittest', | 74 'target_name': 'libjingle_media_unittest', |
75 'type': 'executable', | 75 'type': 'executable', |
76 'dependencies': [ | 76 'dependencies': [ |
77 '<(webrtc_root)/base/base_tests.gyp:rtc_base_tests_utils', | 77 '<(webrtc_root)/base/base_tests.gyp:rtc_base_tests_utils', |
| 78 '<(webrtc_root)/test/test.gyp:histogram', |
78 'libjingle.gyp:libjingle_media', | 79 'libjingle.gyp:libjingle_media', |
79 'libjingle_unittest_main', | 80 'libjingle_unittest_main', |
80 ], | 81 ], |
81 'sources': [ | 82 'sources': [ |
82 'media/base/capturemanager_unittest.cc', | 83 'media/base/capturemanager_unittest.cc', |
83 'media/base/codec_unittest.cc', | 84 'media/base/codec_unittest.cc', |
84 'media/base/rtpdataengine_unittest.cc', | 85 'media/base/rtpdataengine_unittest.cc', |
85 'media/base/rtpdump_unittest.cc', | 86 'media/base/rtpdump_unittest.cc', |
86 'media/base/rtputils_unittest.cc', | 87 'media/base/rtputils_unittest.cc', |
87 'media/base/streamparams_unittest.cc', | 88 'media/base/streamparams_unittest.cc', |
(...skipping 344 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
432 'build/isolate.gypi', | 433 'build/isolate.gypi', |
433 ], | 434 ], |
434 'sources': [ | 435 'sources': [ |
435 'libjingle_peerconnection_unittest.isolate', | 436 'libjingle_peerconnection_unittest.isolate', |
436 ], | 437 ], |
437 }, | 438 }, |
438 ], | 439 ], |
439 }], | 440 }], |
440 ], | 441 ], |
441 } | 442 } |
OLD | NEW |