Rename voice_engine_core -> voice_engine and move targets to voice_engine.gyp.

R=kjellander@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/1574004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@4126 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
andrew@webrtc.org
2013-05-29 00:38:02 +00:00
parent a6ae644e52
commit f791b1cebf
10 changed files with 300 additions and 333 deletions

View File

@@ -14,7 +14,7 @@
'type': 'executable',
'dependencies': [
'<(webrtc_root)/test/channel_transport.gyp:channel_transport',
'<(webrtc_root)/voice_engine/voice_engine.gyp:voice_engine_core',
'<(webrtc_root)/voice_engine/voice_engine.gyp:voice_engine',
'<(DEPTH)/testing/gtest.gyp:gtest',
'<(DEPTH)/third_party/google-gflags/google-gflags.gyp:google-gflags',
],