aboutsummaryrefslogtreecommitdiff
path: root/webrtc/modules/utility/source/utility.gypi
diff options
context:
space:
mode:
authorandresp@webrtc.org <andresp@webrtc.org>2015-01-14 09:30:52 +0000
committerandresp@webrtc.org <andresp@webrtc.org>2015-01-14 09:30:52 +0000
commit86e1e487e73ec33177d8c03989042a31cc157575 (patch)
tree1cef0c7bd9be2cba37c220c9efa2f2feb48a2ce1 /webrtc/modules/utility/source/utility.gypi
parenta35f741bb0bf00baa242b61802dcc1c6496776f3 (diff)
downloadwebrtc-86e1e487e73ec33177d8c03989042a31cc157575.tar.gz
Move system_wrappers.gyp files to the proper directory.
Build targets should not refer to non-subpaths as was happening before when source/system_wrappers.gyp refers to ../interface/ files. R=kjellander@webrtc.org, tommi@webrtc.org Review URL: https://webrtc-codereview.appspot.com/37609004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@8057 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'webrtc/modules/utility/source/utility.gypi')
-rw-r--r--webrtc/modules/utility/source/utility.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/webrtc/modules/utility/source/utility.gypi b/webrtc/modules/utility/source/utility.gypi
index 2f09657da8..c6e50463c3 100644
--- a/webrtc/modules/utility/source/utility.gypi
+++ b/webrtc/modules/utility/source/utility.gypi
@@ -15,7 +15,7 @@
'audio_coding_module',
'media_file',
'<(webrtc_root)/common_audio/common_audio.gyp:common_audio',
- '<(webrtc_root)/system_wrappers/source/system_wrappers.gyp:system_wrappers',
+ '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers',
],
'sources': [
'../interface/audio_frame_operations.h',