Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(533)

Side by Side Diff: chrome/installer/mini_installer/chrome.release

Issue 2253323002: Add a Canary-specific icon in VisualElementsManifest.xml (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/app/visual_elements_resources/SmallLogo.png ('k') | chrome/installer/setup/install.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 [GENERAL] 5 [GENERAL]
6 # 6 #
7 # Chrome Application dir entries, sorted alphabetically. 7 # Chrome Application dir entries, sorted alphabetically.
8 # 8 #
9 chrome.exe: %(ChromeDir)s\ 9 chrome.exe: %(ChromeDir)s\
10 wow_helper.exe: %(ChromeDir)s\ 10 wow_helper.exe: %(ChromeDir)s\
(...skipping 28 matching lines...) Expand all
39 syzyasan_rtl.dll: %(VersionDir)s\ 39 syzyasan_rtl.dll: %(VersionDir)s\
40 # 40 #
41 # Sub directories living in the version dir 41 # Sub directories living in the version dir
42 # 42 #
43 default_apps\*.crx: %(VersionDir)s\default_apps\ 43 default_apps\*.crx: %(VersionDir)s\default_apps\
44 default_apps\external_extensions.json: %(VersionDir)s\default_apps\ 44 default_apps\external_extensions.json: %(VersionDir)s\default_apps\
45 Extensions\*.*: %(VersionDir)s\Extensions\ 45 Extensions\*.*: %(VersionDir)s\Extensions\
46 locales\*.dll: %(VersionDir)s\Locales 46 locales\*.dll: %(VersionDir)s\Locales
47 locales\*.pak: %(VersionDir)s\Locales 47 locales\*.pak: %(VersionDir)s\Locales
48 48
49 #
50 # VisualElements sub-dir.
51 #
52 # All or none of the following files need to be present as the creation of
53 # VisualElementsManifest.xml is based on the existence of
54 # %(VersionDir)\VisualElements.
55 Logo.png: %(VersionDir)s\VisualElements\
56 LogoCanary.png: %(VersionDir)s\VisualElements\
57 SmallLogo.png: %(VersionDir)s\VisualElements\
58 SmallLogoCanary.png: %(VersionDir)s\VisualElements\
59
49 [HIDPI] 60 [HIDPI]
50 chrome_200_percent.pak: %(VersionDir)s\ 61 chrome_200_percent.pak: %(VersionDir)s\
51 62
52 [TOUCH] 63 [TOUCH]
53 64
54 [GOOGLE_CHROME] 65 [GOOGLE_CHROME]
55 SecondaryTile.png: %(VersionDir)s\
56 # 66 #
57 # Widevine CDM sub-dir 67 # Widevine CDM sub-dir
58 # 68 #
59 WidevineCdm\manifest.json: %(VersionDir)s\WidevineCdm\ 69 WidevineCdm\manifest.json: %(VersionDir)s\WidevineCdm\
60 WidevineCdm\_platform_specific\win_x86\widevinecdm.dll: %(VersionDir)s\WidevineC dm\_platform_specific\win_x86\ 70 WidevineCdm\_platform_specific\win_x86\widevinecdm.dll: %(VersionDir)s\WidevineC dm\_platform_specific\win_x86\
61 WidevineCdm\_platform_specific\win_x86\widevinecdmadapter.dll: %(VersionDir)s\Wi devineCdm\_platform_specific\win_x86\ 71 WidevineCdm\_platform_specific\win_x86\widevinecdmadapter.dll: %(VersionDir)s\Wi devineCdm\_platform_specific\win_x86\
62 WidevineCdm\_platform_specific\win_x64\widevinecdm.dll: %(VersionDir)s\WidevineC dm\_platform_specific\win_x64\ 72 WidevineCdm\_platform_specific\win_x64\widevinecdm.dll: %(VersionDir)s\WidevineC dm\_platform_specific\win_x64\
63 WidevineCdm\_platform_specific\win_x64\widevinecdmadapter.dll: %(VersionDir)s\Wi devineCdm\_platform_specific\win_x64\ 73 WidevineCdm\_platform_specific\win_x64\widevinecdmadapter.dll: %(VersionDir)s\Wi devineCdm\_platform_specific\win_x64\
64 #
65 # Win8+ sub-dir.
66 #
67 # All or none of the following files need to be present as the creation of
68 # VisualElementsManifest.xml is based on the existence of
69 # %(VersionDir)\VisualElements. On a similar note, no other files should be
70 # packaged in this directory.
71 Logo.png: %(VersionDir)s\VisualElements\
72 SmallLogo.png: %(VersionDir)s\VisualElements\
OLDNEW
« no previous file with comments | « chrome/app/visual_elements_resources/SmallLogo.png ('k') | chrome/installer/setup/install.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698