Update instructions for fetching libyuv

`fetch libyuv` is supported since crrev.com/c/7036474.

No-Try: True
Change-Id: I526f873c80124977a5a7a192f41110f8f6c37e47
Reviewed-on: https://chromium-review.googlesource.com/c/libyuv/libyuv/+/7036475
Reviewed-by: Christoffer Dewerin <jansson@chromium.org>
Commit-Queue: Victor Vianna <victorvianna@google.com>
Reviewed-by: Mirko Bonadei <mbonadei@chromium.org>
This commit is contained in:
Victor Hugo Vianna Silva 2025-10-14 03:08:19 +01:00 committed by libyuv LUCI CQ
parent 110e00ea96
commit cd42708dac
2 changed files with 2 additions and 32 deletions

View File

@ -11,23 +11,7 @@ Refer to chromium instructions for each platform for other prerequisites.
Create a working directory, enter it, and run: Create a working directory, enter it, and run:
gclient config https://chromium.googlesource.com/libyuv/libyuv fetch 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": "",
},
];
For iOS add `;target_os=['ios'];` to your OSX .gclient and run `GYP_DEFINES="OS=ios" gclient sync.` For iOS add `;target_os=['ios'];` to your OSX .gclient and run `GYP_DEFINES="OS=ios" gclient sync.`

View File

@ -11,21 +11,7 @@ Refer to chromium instructions for each platform for other prerequisites.
Create a working directory, enter it, and run: Create a working directory, enter it, and run:
gclient config --name src https://chromium.googlesource.com/libyuv/libyuv fetch 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": "",
},
];
For iOS add `;target_os=['ios'];` to your OSX .gclient and run `gclient sync.` For iOS add `;target_os=['ios'];` to your OSX .gclient and run `gclient sync.`