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
3# found in the LICENSE file.
4
5[GENERAL]
6#
7# Chrome Application dir entries, sorted alphabetically.
8#
9chrome.exe: %(ChromeDir)s\
10chrome_proxy.exe: %(ChromeDir)s\
11#
12# Chrome version dir assembly manifest.
13# The name of this file must match the name of the version dir, so we cannot
14# hard-code it.
15# // TODO(caitkp): Find a way to do this without wildcards.
16#
17*.*.*.*.manifest: %(VersionDir)s\
18#
19# Chrome version dir entries, sorted alphabetically.
20#
21chrome.dll: %(VersionDir)s\
22chrome_100_percent.pak: %(VersionDir)s\
23chrome_child.dll: %(VersionDir)s\
24chrome_elf.dll: %(VersionDir)s\
25chrome_pwa_launcher.exe: %(VersionDir)s\
26d3dcompiler_47.dll: %(VersionDir)s\
27eventlog_provider.dll: %(VersionDir)s\
28icudtl.dat: %(VersionDir)s\
29libEGL.dll: %(VersionDir)s\
30libGLESv2.dll: %(VersionDir)s\
31mojo_core.dll: %(VersionDir)s\
32nacl64.exe: %(VersionDir)s\
33nacl_irt_x86_32.nexe: %(VersionDir)s\
34nacl_irt_x86_64.nexe: %(VersionDir)s\
35notification_helper.exe: %(VersionDir)s\
36resources.pak: %(VersionDir)s\
37v8_context_snapshot.bin: %(VersionDir)s\
38#
39# Sub directories living in the version dir
40#
41Extensions\*.*: %(VersionDir)s\Extensions\
42locales\*.pak: %(VersionDir)s\Locales
43
44#
45# VisualElements sub-dir.
46#
47# All or none of the *Logo*.png files need to be present as the creation of
48# VisualElementsManifest.xml is based on the existence of
49# %(VersionDir)\VisualElements.
50Logo.png: %(VersionDir)s\VisualElements\
51SmallLogo.png: %(VersionDir)s\VisualElements\
52
53#
54# SwiftShader sub-dir
55#
56swiftshader\libEGL.dll: %(VersionDir)s\swiftshader\
57swiftshader\libGLESv2.dll: %(VersionDir)s\swiftshader\
58
59#
60# MEI Preload sub dir
61#
62MEIPreload\manifest.json: %(VersionDir)s\MEIPreload\
63MEIPreload\preloaded_data.pb: %(VersionDir)s\MEIPreload\
64
65[HIDPI]
66chrome_200_percent.pak: %(VersionDir)s\
67
68[FFMPEG]
69ffmpeg.dll: %(VersionDir)s\
70
71[TOUCH]
72
73[GOOGLE_CHROME]
74# The elevation service is only installed for Google Chrome builds.
75elevation_service.exe: %(VersionDir)s\
76
77#
78# Sub directories living in the version dir
79#
80default_apps\*.crx: %(VersionDir)s\default_apps\
81default_apps\external_extensions.json: %(VersionDir)s\default_apps\
82
83#
84# VisualElements sub-dir.
85#
86LogoBeta.png: %(VersionDir)s\VisualElements\
87LogoCanary.png: %(VersionDir)s\VisualElements\
88LogoDev.png: %(VersionDir)s\VisualElements\
89SmallLogoBeta.png: %(VersionDir)s\VisualElements\
90SmallLogoCanary.png: %(VersionDir)s\VisualElements\
91SmallLogoDev.png: %(VersionDir)s\VisualElements\
92
93#
94# Widevine CDM sub-dir
95#
96WidevineCdm\manifest.json: %(VersionDir)s\WidevineCdm\
97WidevineCdm\LICENSE: %(VersionDir)s\WidevineCdm\
98WidevineCdm\_platform_specific\win_x86\widevinecdm.dll: %(VersionDir)s\WidevineCdm\_platform_specific\win_x86\
99WidevineCdm\_platform_specific\win_x86\widevinecdm.dll.sig: %(VersionDir)s\WidevineCdm\_platform_specific\win_x86\
100WidevineCdm\_platform_specific\win_x64\widevinecdm.dll: %(VersionDir)s\WidevineCdm\_platform_specific\win_x64\
101WidevineCdm\_platform_specific\win_x64\widevinecdm.dll.sig: %(VersionDir)s\WidevineCdm\_platform_specific\win_x64\
102
103[SNAPSHOTBLOB]
104# The snapshot_blob.bin V8 snapshot is needed in builds that don't use
105# v8_context_snapshot.bin, such as Linux-Windows cross-builds.
106# It has its own section here so that it's only included when necessary.
107snapshot_blob.bin: %(VersionDir)s\
108