git-svn-id: http://webrtc.googlecode.com/svn/trunk@173 4adac7df-926f-26a2-2b94-8c16560cd09d

This commit is contained in:
niklase@google.com 2011-07-07 11:16:20 +00:00
parent 0c3e855793
commit cf1648464a

2
DEPS
View File

@ -86,7 +86,7 @@ hooks = [
# A change to a .gyp, .gypi, or to GYP itself should run the generator.
{
"pattern": ".",
"action": ["python", "trunk/build/gyp_chromium", "--depth=.", "trunk/webrtc.gyp"],
"action": ["python", "trunk/build/gyp_chromium", "--depth=trunk", "trunk/webrtc.gyp"],
},
]