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

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: '' Created 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/renderer/media/webrtc_audio_device_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_tests.gypi
===================================================================
--- content/content_tests.gypi (revision 109010)
+++ content/content_tests.gypi (working copy)
@@ -14,7 +14,12 @@
'../skia/skia.gyp:skia',
'../testing/gmock.gyp:gmock',
'../testing/gtest.gyp:gtest',
+ '../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/compositor/compositor.gyp:test_compositor',
'../ui/gfx/surface/surface.gyp:surface',
'../ui/ui.gyp:ui_test_support',
@@ -89,6 +94,8 @@
'test/test_url_fetcher_factory.h',
'test/unittest_test_suite.cc',
'test/unittest_test_suite.h',
+ 'test/webrtc_audio_device_test.cc',
+ 'test/webrtc_audio_device_test.h',
# TODO(phajdan.jr): Those files should be moved to webkit
# test support target.
@@ -127,7 +134,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',
@@ -212,6 +224,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/webrtc_audio_device_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698