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

Commit 101396f

Browse files
authored
Roll buildroot, deleting colorama. (#48854)
Work towards flutter/flutter#67373. Colorama was removed in flutter/buildroot#800,
1 parent 2e0b609 commit 101396f

File tree

4 files changed

+2
-26
lines changed

4 files changed

+2
-26
lines changed

DEPS

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,6 @@ vars = {
159159
"upstream_cli_util": "https://github.com/dart-lang/cli_util.git",
160160
"upstream_clock": "https://github.com/dart-lang/clock.git",
161161
"upstream_collection": "https://github.com/dart-lang/collection.git",
162-
"upstream_colorama": "https://github.com/tartley/colorama.git",
163162
"upstream_convert": "https://github.com/dart-lang/convert.git",
164163
"upstream_crypto": "https://github.com/dart-lang/crypto.git",
165164
"upstream_csslib": "https://github.com/dart-lang/csslib.git",
@@ -274,7 +273,7 @@ allowed_hosts = [
274273
]
275274

276275
deps = {
277-
'src': 'https://github.com/flutter/buildroot.git' + '@' + '6de01e70a8855a0b76b7c1324d30c5c0b07fbaea',
276+
'src': 'https://github.com/flutter/buildroot.git' + '@' + 'e0aa3ae49a32df7dd00655ee4dd55b00d84a47ea',
278277

279278
'src/flutter/third_party/rapidjson':
280279
Var('fuchsia_git') + '/third_party/rapidjson' + '@' + 'ef3564c5c8824989393b87df25355baf35ff544b',
@@ -622,9 +621,6 @@ deps = {
622621
'condition': 'host_os == "win" and download_esbuild'
623622
},
624623

625-
'src/third_party/colorama/src':
626-
Var('chromium_git') + '/external/colorama.git' + '@' + '799604a1041e9b3bc5d2789ecbd7e8db2e18e6b8',
627-
628624
'src/flutter/third_party/expat':
629625
Var('chromium_git') + '/external/github.com/libexpat/libexpat.git' + '@' + '654d2de0da85662fcc7644a7acd7c2dd2cfb21f0',
630626

ci/licenses_golden/excluded_files

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2212,24 +2212,6 @@
22122212
../../../third_party/boringssl/win-aarch64/crypto/test
22132213
../../../third_party/boringssl/win-x86/crypto/test
22142214
../../../third_party/boringssl/win-x86_64/crypto/test
2215-
../../../third_party/colorama/src/.git
2216-
../../../third_party/colorama/src/.gitignore
2217-
../../../third_party/colorama/src/CHANGELOG.rst
2218-
../../../third_party/colorama/src/MANIFEST.in
2219-
../../../third_party/colorama/src/Makefile
2220-
../../../third_party/colorama/src/README.txt
2221-
../../../third_party/colorama/src/colorama/__init__.py
2222-
../../../third_party/colorama/src/colorama/ansi.py
2223-
../../../third_party/colorama/src/colorama/ansitowin32.py
2224-
../../../third_party/colorama/src/colorama/initialise.py
2225-
../../../third_party/colorama/src/colorama/tests
2226-
../../../third_party/colorama/src/colorama/win32.py
2227-
../../../third_party/colorama/src/colorama/winterm.py
2228-
../../../third_party/colorama/src/demos
2229-
../../../third_party/colorama/src/requirements-dev.txt
2230-
../../../third_party/colorama/src/requirements.txt
2231-
../../../third_party/colorama/src/screenshots
2232-
../../../third_party/colorama/src/setup.py
22332215
../../../third_party/dart
22342216
../../../third_party/dart/.clang-format
22352217
../../../third_party/dart/.dart_tool

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: 90d7ddb0684f0d9d245924c2db26e02a
1+
Signature: 83a3e38f16c777ebdac3541b8a5c4533
22

tools/licenses/lib/paths.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,6 @@ final Set<String> skippedPaths = <String>{
123123
r'third_party/boringssl/src/fuzz', // testing tools, not shipped
124124
r'third_party/boringssl/src/rust', // rust-related code is not shipped
125125
r'third_party/boringssl/src/util', // code generators, not shipped
126-
r'third_party/colorama/src/demos',
127-
r'third_party/colorama/src/screenshots',
128126
r'third_party/dart/benchmarks', // not shipped in binary
129127
r'third_party/dart/build', // not shipped in binary
130128
r'third_party/dart/docs', // not shipped in binary

0 commit comments

Comments
 (0)