-
Notifications
You must be signed in to change notification settings - Fork 905
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
Clean re-do of patches from https://github.com/brave/brave-core/pull/… #2160
Conversation
@@ -1,5 +1,5 @@ | |||
diff --git a/ui/base/BUILD.gn b/ui/base/BUILD.gn | |||
index 195435b5cc3a6aefc5464f9a5bd8919884783bcb..25349fd0787e0fd9c913fab16d3c646bf856f1f9 100644 | |||
index 195435b5cc3a6aefc5464f9a5bd8919884783bcb..3fbf1a1e7276481638ad79943b9e4cfa51ed6698 100644 | |||
--- a/ui/base/BUILD.gn | |||
+++ b/ui/base/BUILD.gn | |||
@@ -395,6 +395,7 @@ jumbo_component("base") { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think this diff is needed any longer since //brave/ui/base:chromium_deps
also includes //brave/ui/webui/resources
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm confused - we do need this patch otherwise nothing is including brave/base/ui/BUILD.gn
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Right, what I meant is we need the patch, but the patch has 2 diffs in it. I don't think the first diff is needed. That is we need @@ -407,6 +408,8
but not @@ -395,6 +395,7
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can fix it when I merge C74 in, though, so no big deal. It doesn't hurt, it's just redundant.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ah - this didn't change... it's just part of the original diff actually
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From what I see Pete's original change removes that part: https://github.com/brave/brave-core/pull/2036/files#diff-588f3fba9a54e71be0b127f12f6faf94L9
28cc575
to
30aa36f
Compare
patches/chrome-VERSION.patch
Outdated
@@ -1,5 +1,5 @@ | |||
diff --git a/chrome/VERSION b/chrome/VERSION | |||
index 3d9a560e26e43fb2da1332dff339c1039cfb1a3e..7b2d1041533f1aacdeefb8524a4c433f390091b0 100644 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't need this patch in this PR though, right...?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can remove it 😄 It just came up when I did npm run update-patches
Compiled and verified they work great on 0.63.x
30aa36f
to
ae19619
Compare
@@ -1,5 +1,5 @@ | |||
diff --git a/ui/base/BUILD.gn b/ui/base/BUILD.gn | |||
index 195435b5cc3a6aefc5464f9a5bd8919884783bcb..25349fd0787e0fd9c913fab16d3c646bf856f1f9 100644 | |||
index 195435b5cc3a6aefc5464f9a5bd8919884783bcb..3fbf1a1e7276481638ad79943b9e4cfa51ed6698 100644 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mkarolin is this what you're saying is not needed? Besides the below deps += [ "//brave/ui/base:chromium_deps" ]
, this should be the only diff in this patch
…2059
Fixes brave/brave-browser#3854
Already merged to 0.64.x and above with #2036
Compiled and verified they work great on 0.63.x
Submitter Checklist:
npm test brave_unit_tests && npm test brave_browser_tests && npm run test-security
) onnpm run lint
)git rebase master
(if needed).git rebase -i
to squash commits (if needed).Test Plan:
Reviewer Checklist: