Moved command line parsing to internal tools and moved back the mic volume thingie.

BUG=
R=henrika@webrtc.org, kjellander@webrtc.org, stefan@webrtc.org

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

git-svn-id: http://webrtc.googlecode.com/svn/trunk@4054 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
phoglund@webrtc.org
2013-05-17 11:52:08 +00:00
parent e874a8f24b
commit 14d7700d00
4 changed files with 26 additions and 24 deletions

View File

@ -108,7 +108,7 @@
'<(DEPTH)/testing/gtest.gyp:gtest',
'<(webrtc_root)/system_wrappers/source/system_wrappers.gyp:system_wrappers',
'<(webrtc_root)/test/test.gyp:test_support_main',
'<(webrtc_root)/tools/tools.gyp:command_line_parser',
'<(webrtc_root)/tools/internal_tools.gyp:command_line_parser',
],
'sources': [
'vp8_sequence_coder.cc',