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/webrtc@4309 4adac7df-926f-26a2-2b94-8c16560cd09d
diff --git a/test/test.gyp b/test/test.gyp
index 1fdc609..dd71ee0 100644
--- a/test/test.gyp
+++ b/test/test.gyp
@@ -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!': [