Unreverts revert: Makes it possible to find files used by some unit tests when running them as Chrome native tests.
TBR=andrew@webrtc.org BUG=N/A Review URL: https://webrtc-codereview.appspot.com/1754005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4303 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
2
DEPS
2
DEPS
@ -158,7 +158,7 @@ hooks = [
|
||||
# If a newer version or no current download exists, it will download
|
||||
# the resources and extract them.
|
||||
"pattern": ".",
|
||||
"action": ["python", Var("root_dir") + "/webrtc/tools/update.py"],
|
||||
"action": ["python", Var("root_dir") + "/webrtc/tools/update_resources.py"],
|
||||
},
|
||||
{
|
||||
# A change to a .gyp, .gypi, or to GYP itself should run the generator.
|
||||
|
Reference in New Issue
Block a user