From d05597a15dd2d01c8e172df86b960b7d4ac9647f Mon Sep 17 00:00:00 2001 From: "pbos@webrtc.org" Date: Thu, 5 Dec 2013 12:11:47 +0000 Subject: Move implementation files out of the webrtc/ root. Leaves the root for public headers. Also fixes the issue of requiring root OWNERS approval for changes in the Call implementation and adding end-to-end tests. BUG= R=mflodman@webrtc.org Review URL: https://webrtc-codereview.appspot.com/5049005 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@5223 4adac7df-926f-26a2-2b94-8c16560cd09d --- webrtc_tests.gypi | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'webrtc_tests.gypi') diff --git a/webrtc_tests.gypi b/webrtc_tests.gypi index 6ea74f43..6827fd5d 100644 --- a/webrtc_tests.gypi +++ b/webrtc_tests.gypi @@ -19,7 +19,7 @@ 'target_name': 'video_loopback', 'type': 'executable', 'sources': [ - 'loopback.cc', + 'video/loopback.cc', 'test/test_main.cc', ], 'dependencies': [ @@ -32,12 +32,13 @@ 'target_name': 'video_engine_tests', 'type': '<(gtest_target_type)', 'sources': [ - 'call_tests.cc', + 'video/call_tests.cc', 'video/full_stack.cc', 'video/rampup_tests.cc', 'video/video_send_stream_tests.cc', 'voice_engine/test/auto_test/resource_manager.cc', 'voice_engine/test/auto_test/resource_manager.h', + 'test/common_unittest.cc', 'test/test_main.cc', ], 'dependencies': [ -- cgit v1.2.3