Skip to content

Commit

Permalink
[cr133] Fix Linux installer appdata exclusion
Browse files Browse the repository at this point in the history
For the Linux installer, Brave replaces the existing chromium files with
its own under `chromium_src/`, however these files were renamed
recently, which has broken the exclusion of the upstream files.

Chromium change:
https://chromium.googlesource.com/chromium/src/+/8841ff9eebfb25115d9e84636ca39b16ff87a847

commit 8841ff9eebfb25115d9e84636ca39b16ff87a847
Author: Tom Anderson <[email protected]>
Date:   Fri Dec 6 23:19:28 2024 +0000

    [Linux Packaging] Unify Chromium and Chrome appdata template

    Also there's only one file in the following directories:
    * chrome/installer/linux/common/chromium-browser
    * chrome/installer/linux/common/google-chrome
    So move the files out of the directories and into
    chrome/installer/linux/common.

    R=thestig

    Change-Id: I5cb76f98bd2e95ee24be9df0b4ec87631b5f0c18
    Bug: None
  • Loading branch information
cdesouza-chromium committed Dec 9, 2024
1 parent 31bc91e commit a300918
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions installer/linux/sources.gni
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ common_packaging_files_sources = [

common_packaging_files_excluded_sources = [
"//chrome/app/resources/manpage.1.in",
"common/chromium-browser/chromium-browser.appdata.xml",
"common/chromium-browser/chromium-browser.info",
"common/appdata.xml.template",
"common/chromium-browser.info",
]

brave_packaging_files_executables = [
Expand Down

0 comments on commit a300918

Please sign in to comment.