DescriptionFix handling of spaces with paths in copy_test_data.py
This allows copying files with spaces in the paths (most notably,
profiles, which have a number of files containing spaces).
There are two fixes:
- Input/output lists \-escape spaces so that gyp will convert the output back into a list correctly.
- The argument list is no longer parsed by spaces, and the gyp call instead passes the input list as a list of separate arguments instead of one giant string.
BUG=None
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=166931
Patch Set 1 #
Messages
Total messages: 4 (0 generated)
|