Invert dependency between webrtc_utility and media_file targets to reflect reality.

BUG=2166
R=henrike@webrtc.org, niklas.enbom@webrtc.org

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

git-svn-id: http://webrtc.googlecode.com/svn/trunk@4488 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
fischman@webrtc.org 2013-08-05 18:45:19 +00:00
parent 9b8861c358
commit f696f253b2
3 changed files with 1 additions and 2 deletions

View File

@ -12,7 +12,6 @@
'target_name': 'media_file',
'type': 'static_library',
'dependencies': [
'webrtc_utility',
'<(webrtc_root)/system_wrappers/source/system_wrappers.gyp:system_wrappers',
],
'defines': [

View File

@ -262,7 +262,6 @@
'type': '<(gtest_target_type)',
'dependencies': [
'audio_coding_module',
'media_file',
'rtp_rtcp',
'test_framework',
'video_codecs_test_framework',

View File

@ -13,6 +13,7 @@
'type': 'static_library',
'dependencies': [
'audio_coding_module',
'media_file',
'<(webrtc_root)/common_audio/common_audio.gyp:common_audio',
'<(webrtc_root)/system_wrappers/source/system_wrappers.gyp:system_wrappers',
],