From f74065ccfb884826c29351a0576404bed42671b2 Mon Sep 17 00:00:00 2001 From: jj Date: Fri, 28 Feb 2025 08:34:22 +0000 Subject: [PATCH] lists: exclude _api_features, update pruning list needed for gws functionality --- devutils/update_lists.py | 2 ++ domain_substitution.list | 5 +++-- pruning.list | 1 + 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/devutils/update_lists.py b/devutils/update_lists.py index 3cbbbcad..1011a3b7 100755 --- a/devutils/update_lists.py +++ b/devutils/update_lists.py @@ -112,6 +112,8 @@ DOMAIN_EXCLUDE_PREFIXES = [ 'components/search_engines/prepopulated_engines.json', 'third_party/blink/renderer/core/dom/document.cc', 'tools/search_engine_choice/generate_search_engine_icons.py', + 'chrome/common/extensions/api/_api_features.json', + 'extensions/common/api/_api_features.json', ] # pylint: enable=line-too-long diff --git a/domain_substitution.list b/domain_substitution.list index db0bccd2..047792b4 100644 --- a/domain_substitution.list +++ b/domain_substitution.list @@ -2180,7 +2180,6 @@ chrome/common/chrome_switches.cc chrome/common/conflicts/module_watcher_win.cc chrome/common/extensions/PRESUBMIT.py chrome/common/extensions/api/PRESUBMIT.py -chrome/common/extensions/api/_api_features.json chrome/common/extensions/api/common_extension_api_unittest.cc chrome/common/extensions/api/content_settings.json chrome/common/extensions/api/cookies.json @@ -4131,7 +4130,6 @@ extensions/browser/updater/safe_manifest_parser.h extensions/browser/updater/safe_manifest_parser_unittest.cc extensions/browser/url_loader_factory_manager.h extensions/common/api/PRESUBMIT.py -extensions/common/api/_api_features.json extensions/common/api/app_runtime.idl extensions/common/api/app_window.idl extensions/common/api/bluetooth_low_energy.idl @@ -10779,6 +10777,9 @@ third_party/google_input_tools/third_party/closure_library/closure/goog/ui/separ third_party/google_input_tools/third_party/closure_library/closure/goog/uri/utils.js third_party/google_input_tools/third_party/closure_library/closure/goog/useragent/useragent.js third_party/google_input_tools/third_party/closure_library/third_party/closure/goog/mochikit/async/deferred.js +third_party/google_toolbox_for_mac/src/AppKit/GTMUILocalizer.h +third_party/google_toolbox_for_mac/src/UnitTesting/GTMGoogleTestRunner.mm +third_party/google_toolbox_for_mac/src/XcodeConfig/xcconfigs-readme.txt third_party/googletest/src/docs/_layouts/default.html third_party/googletest/src/googlemock/src/gmock_main.cc third_party/googletest/src/googletest/include/gtest/gtest_pred_impl.h diff --git a/pruning.list b/pruning.list index 76586a3a..2e6b754e 100644 --- a/pruning.list +++ b/pruning.list @@ -8125,6 +8125,7 @@ third_party/glslang/src/Test/remap.invalid-spirv-2.spv third_party/glslang/src/Test/remap.literal64.everything.spv third_party/glslang/src/Test/remap.literal64.none.spv third_party/google-closure-library/scripts/ci/CloseAdobeDialog.exe +third_party/google_toolbox_for_mac/src/UnitTesting/TestData/GTMUnitTestingTest.nib/keyedobjects.nib third_party/grpc/src/examples/android/helloworld/gradle/wrapper/gradle-wrapper.jar third_party/grpc/src/examples/php/GPBMetadata/Helloworld.php third_party/grpc/src/examples/php/route_guide/GPBMetadata/RouteGuide.php