Arguments need to be separated when implementing gyp-actions.

TBR=andrew@webrtc.org

BUG=N/A

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

git-svn-id: http://webrtc.googlecode.com/svn/trunk@4309 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
henrike@webrtc.org 2013-07-09 02:08:25 +00:00
parent 1a7b9b94be
commit 5fc4d34f54

View File

@ -100,10 +100,11 @@
{
'action_name': 'get_resources',
'inputs': ['<(webrtc_root)/tools/update_resources.py'],
'outputs': ['../../resources'],
'outputs': ['../../../resources'],
'action': ['python',
'<(webrtc_root)/tools/update_resources.py',
'-p ../../../'],
'-p',
'../../../'],
}],
}, {
'sources!': [