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
Prev Previous commit
Next Next commit
Licence script update
  • Loading branch information
cbracken committed Oct 10, 2023
commit a0731ab80fbe4677139dc2eaa1b26945112ecde7
4 changes: 2 additions & 2 deletions tools/licenses/lib/paths.dart
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ final Set<String> skippedPaths = <String>{
r'flutter/lib/web_ui/dev', // these are build tools; they do not end up in Engine artifacts
r'flutter/prebuilts',
r'flutter/sky/packages/sky_engine/LICENSE',
r'flutter/third_party/glfw/deps', // Only used by examples and tests; not linked in build.
r'flutter/third_party/glfw/docs',
r'flutter/third_party/gn',
r'flutter/third_party/ninja', // build system
r'flutter/third_party/test_shaders', // for tests only
Expand Down Expand Up @@ -98,8 +100,6 @@ final Set<String> skippedPaths = <String>{
r'third_party/fontconfig', // not used in standard configurations
r'third_party/freetype2/builds',
r'third_party/freetype2/src/tools',
r'third_party/glfw/deps', // Only used by examples and tests; not linked in build.
r'third_party/glfw/docs',
r'third_party/gradle',
r'third_party/harfbuzz/docs',
r'third_party/harfbuzz/util', // utils are command line tools that do not end up in the binary
Expand Down