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

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: . 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
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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 WidevineCdm\_platform_specific\win_x86\widevinecdm.dll: %(VersionDir)s\WidevineC dm\_platform_specific\win_x86\ 60 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\ 61 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\ 62 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\ 63 WidevineCdm\_platform_specific\win_x64\widevinecdmadapter.dll: %(VersionDir)s\Wi devineCdm\_platform_specific\win_x64\
64 # 64 #
65 # Pepper Flash sub-dir. 65 # Pepper Flash sub-dir.
66 # 66 #
67 PepperFlash\manifest.json: %(VersionDir)s\PepperFlash\ 67 PepperFlash\manifest.json: %(VersionDir)s\PepperFlash\
68 PepperFlash\pepflashplayer.dll: %(VersionDir)s\PepperFlash\ 68 PepperFlash\pepflashplayer.dll: %(VersionDir)s\PepperFlash\
69 # 69 #
70 # Win8 sub-dir. 70 # VisualElements sub-dir.
grt (UTC plus 2) 2016/08/25 10:22:56 move this up above line 49 so that it's out of the
scottmg 2016/08/25 16:33:11 Ah, I see. Done.
71 # 71 #
72 # All or none of the following 3 files need to be present as the creation of 72 # All or none of the following files need to be present as the creation of
73 # VisualElementsManifest.xml is based on the existence of 73 # VisualElementsManifest.xml is based on the existence of
74 # %(VersionDir)\VisualElements. On a similar note, no other files should be 74 # %(VersionDir)\VisualElements.
75 # packaged in this directory.
76 Logo.png: %(VersionDir)s\VisualElements\ 75 Logo.png: %(VersionDir)s\VisualElements\
76 LogoCanary.png: %(VersionDir)s\VisualElements\
77 SmallLogo.png: %(VersionDir)s\VisualElements\ 77 SmallLogo.png: %(VersionDir)s\VisualElements\
78 SmallLogoCanary.png: %(VersionDir)s\VisualElements\
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698