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:
parent
9b8861c358
commit
f696f253b2
@ -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': [
|
||||
|
@ -262,7 +262,6 @@
|
||||
'type': '<(gtest_target_type)',
|
||||
'dependencies': [
|
||||
'audio_coding_module',
|
||||
'media_file',
|
||||
'rtp_rtcp',
|
||||
'test_framework',
|
||||
'video_codecs_test_framework',
|
||||
|
@ -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',
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user