Skip to content

Commit 3335764

Browse files
authored
Skip skp files in license check (#8050)
* Skip skp files in license check This fixes https://bugs.chromium.org/p/skia/issues/detail?id=8828 * Update signature
1 parent 7f16789 commit 3335764

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ci/licenses_golden/tool_signature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Signature: 91b3b5b8c1ef9e911fd65b636d009be8
1+
Signature: e7b89482e4ea9fef22a33ad9fcc34961
22

tools/licenses/lib/filesystem.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ FileType identifyFile(String name, Reader reader) {
200200
case '.webp': return FileType.binary; // WEBP
201201
case '.pdf': return FileType.binary; // PDF
202202
case '.emf': return FileType.binary; // Windows enhanced metafile format
203+
case '.skp': return FileType.binary; // Skia picture format
203204
// Videos
204205
case '.ogg': return FileType.binary; // Ogg media
205206
case '.mp4': return FileType.binary; // MPEG media

0 commit comments

Comments
 (0)