From 3f41fdb08373c5a7f3176c27b478d47a2ec4e36e Mon Sep 17 00:00:00 2001 From: Victor Hugo Vianna Silva Date: Tue, 14 Oct 2025 03:08:19 +0100 Subject: [PATCH] Update instructions for fetching libyuv `fetch libyuv` is supported since crrev.com/c/7036474. No-Try: True Change-Id: I526f873c80124977a5a7a192f41110f8f6c37e47 --- docs/deprecated_builds.md | 18 +----------------- docs/getting_started.md | 16 +--------------- 2 files changed, 2 insertions(+), 32 deletions(-) diff --git a/docs/deprecated_builds.md b/docs/deprecated_builds.md index 8edefd782..01863e4fd 100644 --- a/docs/deprecated_builds.md +++ b/docs/deprecated_builds.md @@ -11,23 +11,7 @@ Refer to chromium instructions for each platform for other prerequisites. Create a working directory, enter it, and run: - gclient config https://chromium.googlesource.com/libyuv/libyuv - gclient sync - - -Then you'll get a .gclient file like: - - solutions = [ - { "name" : "libyuv", - "url" : "https://chromium.googlesource.com/libyuv/libyuv", - "deps_file" : "DEPS", - "managed" : True, - "custom_deps" : { - }, - "safesync_url": "", - }, - ]; - + fetch libyuv For iOS add `;target_os=['ios'];` to your OSX .gclient and run `GYP_DEFINES="OS=ios" gclient sync.` diff --git a/docs/getting_started.md b/docs/getting_started.md index 3d8365c14..756a5ec7a 100644 --- a/docs/getting_started.md +++ b/docs/getting_started.md @@ -11,21 +11,7 @@ Refer to chromium instructions for each platform for other prerequisites. Create a working directory, enter it, and run: - gclient config --name src https://chromium.googlesource.com/libyuv/libyuv - gclient sync - -Then you'll get a .gclient file like: - - solutions = [ - { "name" : "src", - "url" : "https://chromium.googlesource.com/libyuv/libyuv", - "deps_file" : "DEPS", - "managed" : True, - "custom_deps" : { - }, - "safesync_url": "", - }, - ]; + fetch libyuv For iOS add `;target_os=['ios'];` to your OSX .gclient and run `gclient sync.`