Chromium Code Reviews| Index: test/test262/test262.gyp |
| diff --git a/test/test262/test262.gyp b/test/test262/test262.gyp |
| index 2bdc6cefe5092c5265caadb0f2acecceb078ab21..eb14da4010371ecce91bdd2b45581e7eab65e548 100644 |
| --- a/test/test262/test262.gyp |
| +++ b/test/test262/test262.gyp |
| @@ -22,7 +22,7 @@ |
| 'actions': [ |
| { |
| 'action_name': 'archive_test262', |
| - 'inputs': ['archive.py', '<!@(python list.py)'], |
| + 'inputs': ['archive.py', '<!@(python list.py --quoted)'], |
| 'outputs': ['data.tar'], |
| 'action': ['python', 'archive.py'], |
| }, |