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

Unified Diff: content/content_tests.gypi

Issue 8427031: First unit tests for WebRTCAudioDevice. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: lint fixes Created 9 years, 2 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
===================================================================
--- content/content_tests.gypi (revision 108086)
+++ content/content_tests.gypi (working copy)
@@ -118,7 +118,12 @@
'../testing/gtest.gyp:gtest',
'../third_party/libjingle/libjingle.gyp:libjingle',
'../third_party/libjingle/libjingle.gyp:libjingle_peerconnection',
+ '../third_party/libvpx/libvpx.gyp:libvpx',
'../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit',
+ '../third_party/webrtc/modules/modules.gyp:video_capture_module',
+ '../third_party/webrtc/system_wrappers/source/system_wrappers.gyp:system_wrappers',
+ '../third_party/webrtc/video_engine/video_engine.gyp:video_engine_core',
+ '../third_party/webrtc/voice_engine/voice_engine.gyp:voice_engine_core',
'../ui/gfx/gl/gl.gyp:gl',
'../ui/ui.gyp:ui',
'../webkit/support/webkit_support.gyp:database',
@@ -202,6 +207,7 @@
'renderer/media/rtc_video_decoder_unittest.cc',
'renderer/media/video_capture_impl_unittest.cc',
'renderer/media/video_capture_message_filter_unittest.cc',
+ 'renderer/media/webrtc_audio_device_unittest.cc',
'renderer/paint_aggregator_unittest.cc',
'renderer/v8_value_converter_impl_unittest.cc',
'test/run_all_unittests.cc',
« no previous file with comments | « no previous file | content/renderer/media/audio_renderer_impl.h » ('j') | content/renderer/media/webrtc_audio_device_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698