aboutsummaryrefslogtreecommitdiff
path: root/DEPS
diff options
context:
space:
mode:
authorByoungchan Lee <daniel.l@hpcnt.com>2021-04-17 08:15:27 +0900
committerFrank Barchard <fbarchard@chromium.org>2021-04-17 03:24:13 +0000
commit022a01da5e27e89094ecd6bf520a77c85606886c (patch)
treee25be69870671b800840547488e45b9238fa25ee /DEPS
parent590c17ce40638362fa141bb34ce9da490b546853 (diff)
downloadlibyuv-022a01da5e27e89094ecd6bf520a77c85606886c.tar.gz
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 <fbarchard@chromium.org>
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS9
1 files changed, 0 insertions, 9 deletions
diff --git a/DEPS b/DEPS
index adb94a95..b3226764 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': {