E:\src\chrome\src>ninja -j60 -C out/Debug chrome
ninja: Entering directory `out/Debug'
[1514/11634] LINK(DLL) icuuc.dll
icuuc.udata.obj : warning LNK4217: locally defined symbol _icudt46_dat imported in function "struct UDataMemory * __cdecl openCommonData(char const *,int,enum UErrorCode *)" (?openCommonData@@YAPAUUDataMemory@@PBDHPAW4UErrorCode@@@Z)
[1969/11634] ACTION gen_asm_offsets_vp...s_obj_d8627db761354f8cf543092d316fe066
FAILED: c:\python_26_amd64\files\python.exe gyp-win-tool action-wrapper environment.x86 gen_asm_offsets_vp9_target_copy_enc_offsets_obj_d8627db761354f8cf543092d316fe066..rsp
../../third_party/libvpx/copy_obj.sh: line 6: $'\r': command not found
[1969/11634] ACTION gen_asm_offsets_vp...s_obj_f94c8eb7659b1c3167f42131aea70157
FAILED: c:\python_26_amd64\files\python.exe gyp-win-tool action-wrapper environment.x86 gen_asm_offsets_vp8_target_copy_enc_offsets_obj_f94c8eb7659b1c3167f42131aea70157..rsp
../../third_party/libvpx/copy_obj.sh: line 6: $'\r': command not found
[1969/11634] RULE Converting libavcodec/pthread.c from C99 to C89.
ninja: build stopped: subcommand failed.
Apparently third_party/libvpx/copy_obj.sh fails. Has anybody encountered the same error? How can I fix this?