Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Merged
Changes from 1 commit
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
6 changes: 4 additions & 2 deletions tools/licenses/lib/paths.dart
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,13 @@ final Set<String> skippedPaths = <String>{
r'third_party/dart/pkg', // packages that don't become part of the binary (e.g. the analyzer)
r'third_party/dart/runtime/bin/ffi_test',
r'third_party/dart/runtime/docs',
r'third_party/dart/runtime/third_party/binary_size', // not linked in either
r'third_party/dart/runtime/third_party/d3', // Siva says "that is the charting library used by the binary size tool"
r'third_party/dart/runtime/third_party/binary_size', // not linked in either - todo: remove as a dup
r'third_party/dart/runtime/third_party/d3', // Siva says "that is the charting library used by the binary size tool" - todo: remove as a dup
r'third_party/dart/runtime/vm/service',
r'third_party/dart/sdk/lib/html/doc',
r'third_party/dart/third_party/binary_size', // not linked in
r'third_party/dart/third_party/binaryen', // not linked in
r'third_party/dart/third_party/d3', // Siva says "that is the charting library used by the binary size tool"
r'third_party/dart/third_party/d8', // testing tool for dart2js
r'third_party/dart/third_party/devtools', // not linked in
r'third_party/dart/third_party/firefox_jsshell', // testing tool for dart2js
Expand Down