diff --git a/DEPS b/DEPS index 7c78247a4e..0fae20f1dc 100644 --- a/DEPS +++ b/DEPS @@ -792,16 +792,6 @@ 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': [ { diff --git a/engine/src/flutter/ci/licenses_golden/tool_signature b/engine/src/flutter/ci/licenses_golden/tool_signature index 9f794553b0..718ca28d0b 100644 --- a/engine/src/flutter/ci/licenses_golden/tool_signature +++ b/engine/src/flutter/ci/licenses_golden/tool_signature @@ -1,2 +1,2 @@ -Signature: 44921bea6071222d521ad8c486a1bd58 +Signature: 8fcfb02b766e80ce50611b894f3fe047 diff --git a/engine/src/flutter/tools/licenses/lib/paths.dart b/engine/src/flutter/tools/licenses/lib/paths.dart index c37c01bdc7..c13b87ba00 100644 --- a/engine/src/flutter/tools/licenses/lib/paths.dart +++ b/engine/src/flutter/tools/licenses/lib/paths.dart @@ -223,7 +223,6 @@ final Set skippedPaths = { r'third_party/android_tools', // excluded on advice r'third_party/java', // only used for Android builds r'third_party/libxml', // dependency of the testing system that we don't actually use - r'third_party/web_dependencies/canvaskit', // redundant; covered by Skia dependencies r'tools', // not distributed in binary };