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/webrtc@4126 4adac7df-926f-26a2-2b94-8c16560cd09d
diff --git a/tools/tools.gyp b/tools/tools.gyp
index 6f54150..1954d1c 100644
--- a/tools/tools.gyp
+++ b/tools/tools.gyp
@@ -98,7 +98,7 @@
       'target_name': 'force_mic_volume_max',
       'type': 'executable',
       'dependencies': [
-        '<(webrtc_root)/voice_engine/voice_engine.gyp:voice_engine_core',
+        '<(webrtc_root)/voice_engine/voice_engine.gyp:voice_engine',
       ],
       'sources': [
         'force_mic_volume_max/force_mic_volume_max.cc',