summaryrefslogtreecommitdiff
path: root/www/ungoogled-chromium/files/patch-chrome_app_theme_chrome__unscaled__resources.grd
blob: 29a1e713a68bf228bfcbe0e611f0130ba2b7fcf9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
--- chrome/app/theme/chrome_unscaled_resources.grd.orig	2023-07-21 09:49:17 UTC
+++ chrome/app/theme/chrome_unscaled_resources.grd
@@ -16,7 +16,7 @@
     <includes>
       <if expr="_google_chrome">
         <then>
-          <if expr="is_linux">
+          <if expr="is_posix">
             <then>
               <include name="IDR_PRODUCT_LOGO_64" file="google_chrome/linux/product_logo_64.png" type="BINDATA" />
               <include name="IDR_PRODUCT_LOGO_128" file="google_chrome/linux/product_logo_128.png" type="BINDATA" />
@@ -61,7 +61,7 @@
         <else> <!-- not _google_chrome -->
           <if expr="_is_chrome_for_testing_branded">
             <then>
-              <if expr="is_linux">
+              <if expr="is_posix">
                 <then>
                   <include name="IDR_PRODUCT_LOGO_64" file="google_chrome/google_chrome_for_testing/linux/product_logo_64.png" type="BINDATA" />
                   <include name="IDR_PRODUCT_LOGO_128" file="google_chrome/google_chrome_for_testing/linux/product_logo_128.png" type="BINDATA" />
@@ -75,7 +75,7 @@
               </if>
             </then>
             <else>  <!-- not _is_chrome_for_testing_branded -->
-              <if expr="is_linux">
+              <if expr="is_posix">
                 <then>
                   <include name="IDR_PRODUCT_LOGO_64" file="chromium/linux/product_logo_64.png" type="BINDATA" />
                   <include name="IDR_PRODUCT_LOGO_128" file="chromium/linux/product_logo_128.png" type="BINDATA" />