Skip to content

Commit

Permalink
Merge pull request #1261 from Zoraver/master
Browse files Browse the repository at this point in the history
Upgrade to Chromium 87
  • Loading branch information
Eloston committed Nov 23, 2020
2 parents d688a4f + 04fc37d commit 1f7cdef
Show file tree
Hide file tree
Showing 64 changed files with 1,941 additions and 1,158 deletions.
2 changes: 1 addition & 1 deletion chromium_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
86.0.4240.198
87.0.4280.67
4 changes: 1 addition & 3 deletions devutils/update_lists.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@
# pathlib.Path.match() paths to exclude from binary pruning
PRUNING_EXCLUDE_PATTERNS = [
'chrome/common/win/eventlog_messages.mc', # TODO: False positive textfile
# Exclude AFDO sample profile in binary format (Auto FDO)
# Details: https://clang.llvm.org/docs/UsersManual.html#sample-profile-formats
'chrome/android/profiles/afdo.prof',
# TabRanker example preprocessor config
# Details in chrome/browser/resource_coordinator/tab_ranker/README.md
'chrome/browser/resource_coordinator/tab_ranker/example_preprocessor_config.pb',
Expand All @@ -59,6 +56,7 @@
'third_party/crashpad/crashpad/util/misc/capture_context_win_arm64.obj',
'third_party/icu/common/icudtl.dat', # Exclusion for ICU data
# Exclusions for safe file extensions
'*.avif',
'*.ttf',
'*.png',
'*.jpg',
Expand Down
693 changes: 566 additions & 127 deletions domain_substitution.list

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions flags.gn
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
chrome_pgo_phase=0
clang_use_chrome_plugins=false
enable_hangout_services_extension=false
enable_js_type_check=false
Expand Down

This file was deleted.

4 changes: 2 additions & 2 deletions patches/core/debian/disable/unrar.patch
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ bug: http://bugs.debian.org/914487
StartExtractDmgFeatures();
--- a/chrome/common/safe_browsing/BUILD.gn
+++ b/chrome/common/safe_browsing/BUILD.gn
@@ -43,39 +43,6 @@ if (safe_browsing_mode == 1) {
@@ -50,39 +50,6 @@ if (safe_browsing_mode == 1) {
public_deps = [ "//components/safe_browsing/core:csd_proto" ]
}

Expand Down Expand Up @@ -55,7 +55,7 @@ bug: http://bugs.debian.org/914487
source_set("disk_image_type_sniffer_mac") {
sources = [
"disk_image_type_sniffer_mac.cc",
@@ -138,7 +105,6 @@ source_set("safe_browsing") {
@@ -145,7 +112,6 @@ source_set("safe_browsing") {
":archive_analyzer_results",
":binary_feature_extractor",
":download_type_util",
Expand Down
Loading

0 comments on commit 1f7cdef

Please sign in to comment.