Index: webrtc/webrtc_tests.gypi |
diff --git a/webrtc/webrtc_tests.gypi b/webrtc/webrtc_tests.gypi |
index 489df750dee69bd9cefa847c7d93a9267a6d82a3..8186415b6c103baa3438b49f03c82c052da7904a 100644 |
--- a/webrtc/webrtc_tests.gypi |
+++ b/webrtc/webrtc_tests.gypi |
@@ -45,6 +45,32 @@ |
], |
}, |
{ |
+ 'target_name': 'full_stack_quality_sampler', |
+ 'type': 'executable', |
+ 'sources': [ |
+ 'test/mac/run_test.mm', |
+ 'test/run_test.cc', |
+ 'test/run_test.h', |
+ 'video/full_stack.cc', |
+ 'video/full_stack_quality_sampler.cc', |
+ ], |
+ 'conditions': [ |
+ ['OS=="mac"', { |
+ 'sources!': [ |
+ 'test/run_test.cc', |
+ ], |
+ }], |
+ ], |
+ 'dependencies': [ |
+ '<(DEPTH)/testing/gtest.gyp:gtest', |
+ '<(DEPTH)/third_party/gflags/gflags.gyp:gflags', |
+ '<(webrtc_root)/modules/modules.gyp:video_capture', |
+ 'test/webrtc_test_common.gyp:webrtc_test_common', |
+ 'test/test.gyp:test_main', |
+ 'webrtc', |
+ ], |
+ }, |
+ { |
'target_name': 'loopback_base', |
'type': 'static_library', |
'sources': [ |