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

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

Issue 1989893004: media: Use platform specific folders for CDMs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: specify both paths in chrome.release Created 4 years, 7 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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 locales\*.pak: %(VersionDir)s\Locales 48 locales\*.pak: %(VersionDir)s\Locales
49 49
50 [HIDPI] 50 [HIDPI]
51 chrome_200_percent.pak: %(VersionDir)s\ 51 chrome_200_percent.pak: %(VersionDir)s\
52 chrome_material_200_percent.pak: %(VersionDir)s\ 52 chrome_material_200_percent.pak: %(VersionDir)s\
53 53
54 [TOUCH] 54 [TOUCH]
55 55
56 [GOOGLE_CHROME] 56 [GOOGLE_CHROME]
57 SecondaryTile.png: %(VersionDir)s\ 57 SecondaryTile.png: %(VersionDir)s\
58 widevinecdmadapter.dll: %(VersionDir)s\ 58 #
59 # Widevine CDM sub-dir
60 #
61 WidevineCdm\_platform_specific\win_x86\widevinecdmadapter.dll: %(VersionDir)s\Wi devineCdm\_platform_specific\win_x86\
62 WidevineCdm\_platform_specific\win_x64\widevinecdmadapter.dll: %(VersionDir)s\Wi devineCdm\_platform_specific\win_x64\
gab 2016/05/20 19:47:27 Add these to chrome/test/mini_installer/config/...
xhwang 2016/05/20 19:54:33 This is new to me. Looking...
59 # 63 #
60 # Pepper Flash sub-dir. 64 # Pepper Flash sub-dir.
61 # 65 #
62 PepperFlash\manifest.json: %(VersionDir)s\PepperFlash\ 66 PepperFlash\manifest.json: %(VersionDir)s\PepperFlash\
63 PepperFlash\pepflashplayer.dll: %(VersionDir)s\PepperFlash\ 67 PepperFlash\pepflashplayer.dll: %(VersionDir)s\PepperFlash\
64 # 68 #
65 # Win8 sub-dir. 69 # Win8 sub-dir.
66 # 70 #
67 # All or none of the following 3 files need to be present as the creation of 71 # All or none of the following 3 files need to be present as the creation of
68 # VisualElementsManifest.xml is based on the existence of 72 # VisualElementsManifest.xml is based on the existence of
69 # %(VersionDir)\VisualElements. On a similar note, no other files should be 73 # %(VersionDir)\VisualElements. On a similar note, no other files should be
70 # packaged in this directory. 74 # packaged in this directory.
71 Logo.png: %(VersionDir)s\VisualElements\ 75 Logo.png: %(VersionDir)s\VisualElements\
72 SmallLogo.png: %(VersionDir)s\VisualElements\ 76 SmallLogo.png: %(VersionDir)s\VisualElements\
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698