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': {