Skip to content
This repository has been archived by the owner on Apr 1, 2023. It is now read-only.

Commit

Permalink
Update to 75.0.3770.100; change package name
Browse files Browse the repository at this point in the history
  • Loading branch information
wchen342 committed Jul 3, 2019
1 parent dce9d11 commit b1861bf
Show file tree
Hide file tree
Showing 6 changed files with 46 additions and 268 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
@@ -1,2 +1,11 @@
# 74.0.3729.169
* first release
* first release

# 75.0.3770.80
* reduce downloaded dependencies on gclient sync
* prune more binaries
* build gcm-client, eu-strip, closure-compiler from source; change error-prone to Maven version
* domain substitution on all non-binary files

# 75.0.3770.100
* Change package name to avoid conflict with chromium
5 changes: 4 additions & 1 deletion build.sh
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -eux -o pipefail

chromium_version=75.0.3770.80
chromium_version=75.0.3770.100
target=monochrome_public_apk

# Required tools: python2, python3, ninja, git, clang, lld, llvm, curl
Expand Down Expand Up @@ -92,6 +92,9 @@ python3 ungoogled-chromium/utils/domain_substitution.py apply -r ungoogled-chrom
## Extra fixes for Chromium source
# Fix an error in chrome/browser/android/rlz/rlz_ping_handler.cc: line 79, -rlz_lib::kFinancialServer +"about:blank"
patch -p1 --ignore-whitespace -i patches/android-rlz-fix-missing-variable.patch --no-backup-if-mismatch
# Change package/App name
# patch src/chrome/android/BUILD.gn, src/chrome/android/java/res_chromium/values/channel_constants.xml
patch -p1 --ignore-whitespace -i patches/change_package_name.patch --no-backup-if-mismatch
# Workaround for a building failure caused by safe browsing. The file is pre-generated with safe_browsing_mode=2. See https://github.com/nikolowry/bromite-builder/issues/1
# x86
mkdir -p src/out/Default/gen/chrome/common/safe_browsing
Expand Down

0 comments on commit b1861bf

Please sign in to comment.