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 75.0.3770.75 to Chromium 75.0.3770.80 #2597

Merged
merged 1 commit into from
Jun 5, 2019
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,11 +1,11 @@
diff --git a/chrome/VERSION b/chrome/VERSION
index 9ede91db965fbc2e37d9754fe42d157720ac1875..91c5a42e29994461cf6f672fd694d00fddf2d917 100644
index 0ee0cc242efb549e768e918a69f5db4838f2ae26..a0cf3fe3a9407abe47a811f634c95b123405cd43 100644
--- a/chrome/VERSION
+++ b/chrome/VERSION
@@ -1,4 +1,4 @@
MAJOR=75
MINOR=0
-BUILD=3770
-PATCH=75
-PATCH=80
+BUILD=68
+PATCH=18
2 changes: 1 addition & 1 deletion patches/content-common-BUILD.gn.patch
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
index 775996a26f581c43b54d5834ae2cb37d7ea74af3..522aace4a0e4f8510a890f6444fed30e49885ff1 100644
index 080d08c52d851effe4f602dc108e57e0c00d66db..295a65b81edc3adaeec13fbda459adaac4d55bc3 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -31,7 +31,7 @@ source_set("common") {
Expand Down