Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit c0bc106

Browse files
committed
Exclude third_party/dart/third_party/devtools from the license script
This component will be added to the engine dependencies by #25912
1 parent 9c793f1 commit c0bc106

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
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: d63f7a9bbfe816cff5a335245a3bac58
1+
Signature: d165688a88dd53153d8e32bd26d3fa6d
22

tools/licenses/lib/main.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2016,7 +2016,8 @@ class _RepositoryDartThirdPartyDirectory extends _RepositoryGenericThirdPartyDir
20162016

20172017
@override
20182018
bool shouldRecurse(fs.IoNode entry) {
2019-
return entry.name != 'drt_resources' // test materials
2019+
return entry.name != 'devtools' // not linked in
2020+
&& entry.name != 'drt_resources' // test materials
20202021
&& entry.name != 'firefox_jsshell' // testing tool for dart2js
20212022
&& entry.name != 'd8' // testing tool for dart2js
20222023
&& entry.name != 'pkg'

0 commit comments

Comments
 (0)