Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade patches from Chromium 80.0.3987.149 to Chromium 80.0.3987.162 #5126

Merged
merged 1 commit into from
Apr 1, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions patches/chrome-VERSION.patch
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
diff --git a/chrome/VERSION b/chrome/VERSION
index c1d12649b3d012302868314d757d483d70934928..680b2669be10e4f764e02e0bce8355356995a71a 100644
index c8afd78dc4debf87778694e1b91fb857d70a4012..7c3f6247ebb114dffd98d2d845fd56d46b97b04d 100644
--- a/chrome/VERSION
+++ b/chrome/VERSION
@@ -1,4 +1,4 @@
MAJOR=80
-MINOR=0
-BUILD=3987
-PATCH=149
-PATCH=162
+MINOR=1
+BUILD=7
+PATCH=80
2 changes: 1 addition & 1 deletion patches/components-sync-android-BUILD.gn.patch
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
diff --git a/components/sync/android/BUILD.gn b/components/sync/android/BUILD.gn
index fba93d0a3c69ddab8fa3d00b3edd804b535921a1..a382885bf8ee66eb947ba5810726751e2caa7c89 100644
index 8482acd6aeef393fe8ebd0990091e6414d3850e4..6c63b3a5c8133fb907f8ed9d32421e11e5b675c5 100644
--- a/components/sync/android/BUILD.gn
+++ b/components/sync/android/BUILD.gn
@@ -32,6 +32,7 @@ android_library("sync_java") {
Expand Down