From 428db7e43608829f60866f7865f6c78edce800d3 Mon Sep 17 00:00:00 2001 From: Zachary Anderson Date: Mon, 11 Mar 2024 13:23:03 -0700 Subject: [PATCH] Restore //third_party/web_dependencies The removal in https://github.com/flutter/engine/pull/51299 appears to be confusing the engine -> framework autoroller. --- DEPS | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/DEPS b/DEPS index 09f6cd4ee8cb5..4e29720b87cd5 100644 --- a/DEPS +++ b/DEPS @@ -789,6 +789,16 @@ deps = { 'dep_type': 'cipd', }, + 'src/third_party/web_dependencies': { + 'packages': [ + { + 'package': 'flutter/web/canvaskit_bundle', + 'version': Var('canvaskit_cipd_instance') + } + ], + 'dep_type': 'cipd', + }, + 'src/third_party/java/openjdk': { 'packages': [ {