How to featch source code for chromium for windows. I am following the steps to get chromium code for windows
Hook ''c:\Users\john\Src\depot_tools\win_tools-2_7_6_bin\python\bin\python.exe' src/build/download_nacl_toolchains.py --mode nacl_core_sdk sync --extract' took 168.58 secs
Username for '
https://chrome-internal.googlesource.com':
________ running 'c:\Users\john\Src\depot_tools\win_tools-2_7_6_bin\python\bin\python.exe src/build/vs_toolchain.py update --force' in 'C:\Users\john\Src\chromium'
Please follow the instructions at
https://chromium.googlesource.com/chromium/src/+/master/docs/windows_build_instructions.mdTraceback (most recent call last):
File "src/build/vs_toolchain.py", line 471, in <module>
sys.exit(main())
File "src/build/vs_toolchain.py", line 467, in main
return commands[sys.argv[1]](*sys.argv[2:])
File "src/build/vs_toolchain.py", line 413, in Update
subprocess.check_call(get_toolchain_args)
File "c:\Users\john\Src\depot_tools\win_tools-2_7_6_bin\python\bin\lib\subprocess.py", line 540, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['c:\\Users\\john\\Src\\depot_tools\\win_tools-2_7_6_bin\\python\\bin\\python.exe', 'C:\\Users\\john\\Src\\chromium\\src\\third_party\\depot_tools\\win_toolchain\\get_toolchain_if_necessary.py', '--output-json', 'C:\\Users\\john\\Src\\chromium\\src\\build\\win_toolchain.json', '3bc0ec615cf20ee342f3bc29bc991b5ad66d8d2c', '--force']' returned non-zero exit status 1
Error: Command 'c:\\Users\\john\\Src\\depot_tools\\win_tools-2_7_6_bin\\python\\bin\\python.exe src/build/vs_toolchain.py update --force' returned non-zero exit status 1 in C:\Users\john\Src\chromium
Hook ''c:\Users\john\Src\depot_tools\win_tools-2_7_6_bin\python\bin\python.exe' src/build/vs_toolchain.py update --force' took 1288.34 secs
Traceback (most recent call last):
File "c:\Users\john\Src\depot_tools\\fetch.py", line 306, in <module>
sys.exit(main())
File "c:\Users\john\Src\depot_tools\\fetch.py", line 301, in main
return run(options, spec, root)
File "c:\Users\john\Src\depot_tools\\fetch.py", line 295, in run
return checkout.init()
File "c:\Users\john\Src\depot_tools\\fetch.py", line 137, in init
self.run_gclient(*sync_cmd)
File "c:\Users\john\Src\depot_tools\\fetch.py", line 82, in run_gclient
return self.run(cmd_prefix + cmd, **kwargs)
File "c:\Users\john\Src\depot_tools\\fetch.py", line 71, in run
subprocess.check_call(cmd, **kwargs)
File "c:\Users\john\Src\depot_tools\win_tools-2_7_6_bin\python\bin\lib\subprocess.py", line 540, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '('c:\\Users\\john\\Src\\depot_tools\\win_tools-2_7_6_bin\\python\\bin\\python.exe', 'c:\\Users\\john\\Src\\depot_tools\\gclient.py', 'sync', '--no-history')' returned non-zero exit status 2