Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 34df4e41 authored by Nishith  Khanna's avatar Nishith Khanna
Browse files

Update domain substitution

parent 30d54477
Loading
Loading
Loading
Loading
+164 −854

File changed.

Preview size limit exceeded, changes collapsed.

+25 −21
Original line number Diff line number Diff line
@@ -20,37 +20,41 @@ from _common import ENCODING, get_logger, add_common_params
CONTINGENT_PATHS = (
    # Overridable git sources
    'third_party/angle/third_party/VK-GL-CTS/src/',
    'third_party/instrumented_libs/',
    # CIPD sources
    'buildtools/linux64/',
    'buildtools/reclient/',
    'third_party/apache-linux/',
    'third_party/checkstyle/',
    'third_party/dawn/third_party/ninja/',
    'third_party/dawn/tools/golang/',
    'third_party/devtools-frontend/src/third_party/esbuild/',
    'third_party/google-java-format/',
    'third_party/libei/',
    'third_party/ninja/',
    'third_party/screen-ai/',
    'third_party/siso/',
    'third_party/openscreen/src/third_party/ninja/',
    'third_party/updater/chrome_linux64/',
    'third_party/updater/chromium_linux64/',
    'tools/luci-go/',
    'tools/resultdb/',
    'tools/skia_goldctl/linux/',
    # GCS sources
    'base/tracing/test/data',
    'build/linux/debian_bullseye_amd64-sysroot/',
    'build/linux/debian_bullseye_i386-sysroot/',
    'buildtools/linux64-format/',
    'third_party/blink/renderer/core/css/perftest_data/',
    'third_party/js_code_coverage/',
    'third_party/llvm-build/Release+Asserts/',
    'third_party/openscreen/src/buildtools/linux64/format/',
    # other
    'third_party/depot_tools/external_bin/',
    # lite tarball paths:
    # https://source.chromium.org/chromium/chromium/tools/build/+/main:recipes/recipes/publish_tarball.py
    'android_webview/',
    'buildtools/reclient/',
    'chromecast/',
    'native_client/',
    'native_client_sdk/',
    'third_party/android_platform/',
    'third_party/apache-linux/',
    'third_party/blink/manual_tests/',
    'third_party/blink/perf_tests/',
    'third_party/catapult/third_party/vinn/third_party/v8/',
    'third_party/instrumented_libs/',
    'third_party/llvm/',
    'third_party/llvm-build/',
    'third_party/llvm-build-tools/',
    'third_party/node/linux/',
    'third_party/opus/tests/resources/',
    'third_party/rust-src/',
    'third_party/rust-toolchain/',
    'third_party/subresource-filter-ruleset/data',
    'third_party/test_fonts/test_fonts',
    'third_party/tfhub_models/testdata/',
    'tools/perf/page_sets/maps_perf_test/dataset/',
    'third_party/webgl/',
)


+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ root_dir=$(dirname "$(readlink -f "$0")")

cd $root_dir/domain_substitution

branch="131.0.6778.139-1"
branch="132.0.6834.83-1"
if [ -d ungoogled-chromium ]; then
    cd ungoogled-chromium
    git fetch origin $branch