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

Unified Diff: content/content_tests.gypi

Issue 1313603004: MediaRecorderHandler (video part) and unittests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase, gyp and MediaRecorderHandlerTest Created 5 years, 4 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 side-by-side diff with in-line comments
Download patch
Index: content/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index ba7cf2b61c41a760b261ea1dda5588bbc7e42e7d..330757818367fd3e6a100fa325e2630b56d6bda0 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -725,6 +725,7 @@
'browser/renderer_host/p2p/socket_host_test_utils.h',
'browser/renderer_host/p2p/socket_host_udp_unittest.cc',
'browser/renderer_host/p2p/socket_host_unittest.cc',
+ 'renderer/media/media_recorder_handler_unittest.cc',
'renderer/media/media_stream_audio_processor_unittest.cc',
'renderer/media/media_stream_constraints_util_unittest.cc',
'renderer/media/media_stream_dispatcher_unittest.cc',
@@ -1174,6 +1175,10 @@
'dependencies': [
'../third_party/libvpx/libvpx.gyp:libvpx',
],
+ 'sources!': [
+ 'renderer/media/media_recorder_handler_unittest.cc',
+ 'renderer/media/video_track_recorder_unittest.cc',
+ ],
}],
['use_aura!=1 and OS!="android"', {
'sources!': [

Powered by Google App Engine
This is Rietveld 408576698