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

Commit 9058627

Browse files
authored
[dart] Run generate_sdk_version_file.py to be compatible with dart ch… (#37624)
* [dart] Run generate_sdk_version_file.py to be compatible with dart change * licenses_third_party
1 parent eead7b0 commit 9058627

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

DEPS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -721,6 +721,12 @@ hooks = [
721721
'pattern': '.',
722722
'action': ['python3', 'src/third_party/dart/tools/generate_package_config.py'],
723723
},
724+
{
725+
# Generate the sdk/version file.
726+
'name': 'Generate sdk/version',
727+
'pattern': '.',
728+
'action': ['python3', 'src/third_party/dart/tools/generate_sdk_version_file.py'],
729+
},
724730
{
725731
# Update the Windows toolchain if necessary.
726732
'name': 'win_toolchain',

ci/licenses_golden/licenses_third_party

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: e54286872cbf35f18a66b564937e9d97
1+
Signature: 499eb68044d9c4ec34a5c64ea8fac288
22

33
UNUSED LICENSES:
44

@@ -17357,6 +17357,7 @@ FILE: ../../../third_party/dart/sdk/lib/html/html_common/conversions_dart2js.dar
1735717357
FILE: ../../../third_party/dart/sdk/lib/html/html_common/html_common.dart
1735817358
FILE: ../../../third_party/dart/sdk/lib/libraries.json
1735917359
FILE: ../../../third_party/dart/sdk/lib/vmservice_libraries.json
17360+
FILE: ../../../third_party/dart/sdk/version
1736017361
FILE: ../../../third_party/dart/third_party/clang.tar.gz.sha1
1736117362
----------------------------------------------------------------------------------------------------
1736217363
Copyright 2012, the Dart project authors.

0 commit comments

Comments
 (0)