From 022a01da5e27e89094ecd6bf520a77c85606886c Mon Sep 17 00:00:00 2001 From: Byoungchan Lee Date: Sat, 17 Apr 2021 08:15:27 +0900 Subject: [PATCH] Remove yasm in DEPS They are no longer needed. Bug: chromium:766721 Change-Id: I7f950a6134b21de4d7cc5a11de60b56685d8232f Reviewed-on: https://chromium-review.googlesource.com/c/libyuv/libyuv/+/2517340 Reviewed-by: Frank Barchard --- DEPS | 9 --------- 1 file changed, 9 deletions(-) diff --git a/DEPS b/DEPS index adb94a952..b3226764e 100644 --- a/DEPS +++ b/DEPS @@ -72,8 +72,6 @@ deps = { Var('chromium_git') + '/chromium/deps/libjpeg_turbo.git' + '@' + 'd5148db386ceb4a608058320071cbed890bd6ad2', 'src/third_party/nasm': Var('chromium_git') + '/chromium/deps/nasm.git' + '@' + '19f3fad68da99277b2882939d3b2fa4c4b8d51d9', - 'src/third_party/yasm/source/patched-yasm': - Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '720b70524a4424b15fc57e82263568c8ba0496ad', 'src/tools': Var('chromium_git') + '/chromium/src/tools' + '@' + '1bb7c085e67a0fc8c63511af83299d1632f5a3f3', 'src/tools/swarming_client': @@ -410,13 +408,6 @@ deps = { 'condition': 'checkout_ios' }, - # Win deps: - # Dependencies used by libjpeg-turbo - 'src/third_party/yasm/binaries': { - 'url': Var('chromium_git') + '/chromium/deps/yasm/binaries.git' + '@' + '52f9b3f4b0aa06da24ef8b123058bb61ee468881', - 'condition': 'checkout_win', - }, - # === ANDROID_DEPS Generated Code Start === # Generated by //third_party/android_deps/fetch_all.py 'src/third_party/android_deps/libs/android_arch_core_common': {