diff --git a/ci/licenses_golden/tool_signature b/ci/licenses_golden/tool_signature index 42b033e5febc0..124a0c03d3462 100644 --- a/ci/licenses_golden/tool_signature +++ b/ci/licenses_golden/tool_signature @@ -1,2 +1,2 @@ -Signature: 69d986a7b2275b798b574b6aea2c1b78 +Signature: 4b8678841cc9a099770862d08fb15c47 diff --git a/tools/licenses/lib/paths.dart b/tools/licenses/lib/paths.dart index 12a701a22be6a..b41d20e8048d1 100644 --- a/tools/licenses/lib/paths.dart +++ b/tools/licenses/lib/paths.dart @@ -96,11 +96,15 @@ final Set skippedPaths = { 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" + // TODO(aam): remove as a dup + r'third_party/dart/runtime/third_party/binary_size', + // TODO(aam): remove as a dup + r'third_party/dart/runtime/third_party/d3', 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