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

Side by Side Diff: talk/libjingle_tests.gyp

Issue 1433393002: Add separate send-side UMA stats for screenshare and video. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Fixed use-after-free in test Created 5 years, 1 month 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
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 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 }
OLDNEW
« no previous file with comments | « no previous file | talk/media/webrtc/webrtcvideoengine2.cc » ('j') | talk/media/webrtc/webrtcvideoengine2.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698