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