From baea0317e716691aaefcce316f47da9cd0a1074e Mon Sep 17 00:00:00 2001 From: Chinmay Garde Date: Tue, 17 Oct 2023 15:23:11 -0700 Subject: [PATCH 1/3] Roll buildroot to pull in removal of //tools. --- DEPS | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/DEPS b/DEPS index eea69c3810e67..efb40c4e219c7 100644 --- a/DEPS +++ b/DEPS @@ -262,7 +262,7 @@ allowed_hosts = [ ] deps = { - 'src': 'https://github.com/flutter/buildroot.git' + '@' + 'ab1d95b34a806908a4a4b4cd9a6246e564e59566', + 'src': 'https://github.com/flutter/buildroot.git' + '@' + '0f889d299e446a66a553e1d061b9454863624e45', 'src/third_party/rapidjson': Var('fuchsia_git') + '/third_party/rapidjson' + '@' + 'ef3564c5c8824989393b87df25355baf35ff544b', @@ -981,17 +981,6 @@ hooks = [ 'pattern': '.', 'action': ['python3', 'src/build/vs_toolchain.py', 'update'], }, - { - # Ensure that we don't accidentally reference any .pyc files whose - # corresponding .py files have already been deleted. - 'name': 'remove_stale_pyc_files', - 'pattern': 'src/tools/.*\\.py', - 'action': [ - 'python3', - 'src/tools/remove_stale_pyc_files.py', - 'src/tools', - ], - }, { 'name': 'dia_dll', 'pattern': '.', From 3055018d946541b12e7e55001cb26d7c5dd2b65e Mon Sep 17 00:00:00 2001 From: Chinmay Garde Date: Tue, 17 Oct 2023 15:54:39 -0700 Subject: [PATCH 2/3] Licenses. --- ci/licenses_golden/excluded_files | 2 -- 1 file changed, 2 deletions(-) diff --git a/ci/licenses_golden/excluded_files b/ci/licenses_golden/excluded_files index 3352ad56228d4..397e507c672be 100644 --- a/ci/licenses_golden/excluded_files +++ b/ci/licenses_golden/excluded_files @@ -4,7 +4,6 @@ ../../../.github ../../../.gitignore ../../../.gn -../../../.ycm_extra_conf.py ../../../AUTHORS ../../../CODEOWNERS ../../../README.md @@ -3112,4 +3111,3 @@ ../../../third_party/zlib/google/zip_unittest.cc ../../../third_party/zlib/patches/README ../../../third_party/zlib/zlib.3 -../../../tools From 69451e58fcb37c947d5b5739811a73f1f55152cb Mon Sep 17 00:00:00 2001 From: Chinmay Garde Date: Tue, 17 Oct 2023 16:27:51 -0700 Subject: [PATCH 3/3] Update DEPS. --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index efb40c4e219c7..e38a8f07056fe 100644 --- a/DEPS +++ b/DEPS @@ -262,7 +262,7 @@ allowed_hosts = [ ] deps = { - 'src': 'https://github.com/flutter/buildroot.git' + '@' + '0f889d299e446a66a553e1d061b9454863624e45', + 'src': 'https://github.com/flutter/buildroot.git' + '@' + 'f4b39f2bb89accd10cf097a6dedee5bcf9229286', 'src/third_party/rapidjson': Var('fuchsia_git') + '/third_party/rapidjson' + '@' + 'ef3564c5c8824989393b87df25355baf35ff544b',