Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -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': [
{
Expand Down
2 changes: 1 addition & 1 deletion ci/licenses_golden/tool_signature
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Signature: 44921bea6071222d521ad8c486a1bd58
Signature: 8fcfb02b766e80ce50611b894f3fe047

1 change: 0 additions & 1 deletion tools/licenses/lib/paths.dart
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@ final Set<String> skippedPaths = <String>{
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
};

Expand Down