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

Commit da360d3c authored by Mohammed Althaf T's avatar Mohammed Althaf T 😊
Browse files

browser: Use bromite gclient config

parent ea4cc409
Loading
Loading
Loading
Loading
Loading

.config_gclient

0 → 100644
+75 −0
Original line number Diff line number Diff line
solutions = [{
    "url": "https://chromium.googlesource.com/chromium/src.git",
    "managed": False,
    "name": "src",
    "custom_deps": {
        "src/native_client": None,
        "src/third_party/gvr-android-sdk/src": None,
        "src/third_party/arcore-android-sdk/src": None
    },
    "custom_hooks": [{
        "name": "gvr_static_shim_android_arm",
        "condition": False
    }, {
        "name": "gvr_static_shim_android_arm_1",
        "condition": False
    }, {
        "name": "gvr_static_shim_android_arm_ndk1",
        "condition": False
    }, {
        "name": "gvr_static_shim_android_arm_Cr",
        "condition": False
    }, {
        "name": "gvr_static_shim_android_arm64",
        "condition": False
    }, {
        "name": "gvr_static_shim_android_arm64_1",
        "condition": False
    }, {
        "name": "gvr_static_shim_android_arm64_ndk1",
        "condition": False
    }, {
        "name": "gvr_static_shim_android_arm64_Cr",
        "condition": False
    }, {
        "name": "gvr_static_shim_custom_libcxx_android_arm",
        "condition": False
    }, {
        "name": "gvr_static_shim_custom_libcxx_android_arm64",
        "condition": False
    }, {
        "name": "sdkextras",
        "condition": False
    }, {
        "name": "sysroot_x86",
        "condition": False
    }, {
        "name": "sysroot_x64",
        "condition": False
    }, {
        "name": "vr_controller_test_api",
        "condition": False
    }, {
        "name": "vr_test_apks",
        "condition": False
    }, {
        "name": "ar_test_apks",
        "condition": False
    }, {
        "name": "test_fonts",
        "condition": False
    }, {
        "name": "zucchini_testdata",
        "condition": False
    }, {
        "name": "Fetch Android RenderTest goldens",
        "condition": False
    }],
    "custom_vars": {
        "checkout_instrumented_libraries": False,
        "checkout_nacl": False,
        "checkout_traffic_annotation_tools": False,
    }
}]

target_os = ["android"]
+2 −0
Original line number Diff line number Diff line
@@ -95,12 +95,14 @@ cd $chromium_dir

if [ ! -d src ]; then
    fetch android
    cp ${root_dir}/.config_gclient $chromium_dir/.gclient
    yes | gclient sync -D -R -r $chromium_version
    patch
fi

if [ $gsync -eq 1 ]; then
    find src -name index.lock -delete
    cp ${root_dir}/.config_gclient $chromium_dir/.gclient
    yes | gclient sync -D -R -r $chromium_version
    patch
fi