summaryrefslogtreecommitdiff
path: root/aboutLogos.patch
blob: 6584e4038483b62b94ee5278bb56038fc2355520 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- a/browser/base/jar.mn
+++ b/browser/base/jar.mn
@@ -97,6 +97,14 @@ browser.jar:
 #endif
         content/browser/webrtcIndicator.xhtml         (content/webrtcIndicator.xhtml)
         content/browser/webrtcIndicator.js            (content/webrtcIndicator.js)
+        content/browser/aboutLogos/0.png              (content/aboutLogos/0.png)
+        content/browser/aboutLogos/1.png              (content/aboutLogos/1.png)
+        content/browser/aboutLogos/2.png              (content/aboutLogos/2.png)
+        content/browser/aboutLogos/3.png              (content/aboutLogos/3.png)
+        content/browser/aboutLogos/4.png              (content/aboutLogos/4.png)
+        content/browser/aboutLogos/5.png              (content/aboutLogos/5.png)
+        content/browser/aboutLogos/6.png              (content/aboutLogos/6.png)
+        content/browser/aboutLogos/original.svg       (content/aboutLogos/original.svg)
 # the following files are browser-specific overrides
 *       content/browser/license.html                  (/toolkit/content/license.html)
 % override chrome://global/content/license.html chrome://browser/content/license.html
bgstack15