Bring up chrome code for mac

broken image
broken image

If you don't need the full repo history, you can save time by using fetch -no-history chromium. Run the fetch tool from depot_tools to check out the code and its dependencies. In System Preferences, check that “Energy Saver” -> “Power Adapter” -> “Prevent computer from sleeping automatically when the display is off” is checked so that your laptop doesn't go to sleep and interrupt the long network connection needed here.Ĭreate a chromium directory for the checkout and change to it (you can call this whatever you like and put it wherever you like, as long as the full path has no spaces): $ mkdir chromium & cd chromium Assuming you cloned depot_tools to /path/to/depot_tools (note: you must use the absolute path or Python will not be able to find infra tools): $ export PATH = '$PATH:/path/to/depot_tools' Get the codeĮnsure that unicode filenames aren't mangled by HFS: $ git config - global core. Building with a newer SDK usually works too (please fix it if it doesn't), but the releases currently use Xcode 12.2 and the macOS 11.0 SDK.Ĭlone the depot_tools repository: $ git clone https : ///chromium/tools/depot_tools.gitĪdd depot_tools to the end of your PATH (you will probably want to put this in your ~/.bash_profile or ~/.zshrc). Run $ ls `xcode-select -p` / Platforms / MacOSX.

broken image

Avoiding the incoming network connections dialogĪ Mac running 10.15.4+, Intel or Arm.