visual-studio-codevisual-studio-2019chromiumdepottoolssource-depot

how can we set DEPOT_TOOLS_WIN_TOOLCHAIN=0?


While fetching the chromium, I get an issue as its asking me to set the DEPOT_TOOLS_WIN_TOOLCHAIN=0 in my local machine.

enter image description here

So that I can make the changes in the Chromium browser. Can anyone help me out with this?


Solution

  • You should run this command from the command line window that you are planning to build Chromium from:

    set DEPOT_TOOLS_WIN_TOOLCHAIN=0
    

    now do your Chromium compilation after executing the above command.