chrome.release revision 23730a6e56a168d1879203e4b3819bb36e3d8f1f
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\
10wow_helper.exe: %(ChromeDir)s\
11#
12# Chrome version dir aseembly 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\
25D3DCompiler_43.dll: %(VersionDir)s\
26d3dcompiler_46.dll: %(VersionDir)s\
27ffmpegsumo.dll: %(VersionDir)s\
28icudt.dll: %(VersionDir)s\
29icudtl.dat: %(VersionDir)s\
30libEGL.dll: %(VersionDir)s\
31libGLESv2.dll: %(VersionDir)s\
32mojo_system.dll: %(VersionDir)s\
33nacl64.exe: %(VersionDir)s\
34nacl_irt_x86_32.nexe: %(VersionDir)s\
35nacl_irt_x86_64.nexe: %(VersionDir)s\
36pdf.dll: %(VersionDir)s\
37ppGoogleNaClPluginChrome.dll: %(VersionDir)s\
38resources.pak: %(VersionDir)s\
39syzyasan_rtl.dll: %(VersionDir)s\
40xinput1_3.dll: %(VersionDir)s\
41#
42# Sub directories living in the version dir
43#
44default_apps\*.crx: %(VersionDir)s\default_apps\
45default_apps\external_extensions.json: %(VersionDir)s\default_apps\
46Extensions\*.*: %(VersionDir)s\Extensions\
47locales\*.dll: %(VersionDir)s\Locales
48locales\*.pak: %(VersionDir)s\Locales
49
50[HIDPI]
51chrome_200_percent.pak: %(VersionDir)s\
52
53[TOUCH]
54
55[GOOGLE_CHROME]
56delegate_execute.exe: %(VersionDir)s\
57libpeerconnection.dll: %(VersionDir)s\
58metro_driver.dll: %(VersionDir)s\
59SecondaryTile.png: %(VersionDir)s\
60widevinecdmadapter.dll: %(VersionDir)s\
61#
62# Pepper Flash sub-dir.
63#
64PepperFlash\manifest.json: %(VersionDir)s\PepperFlash\
65PepperFlash\pepflashplayer.dll: %(VersionDir)s\PepperFlash\
66#
67# Win8 sub-dir.
68#
69# All or none of the following 3 files need to be present as the creation of
70# VisualElementsManifest.xml is based on the existence of
71# %(VersionDir)\VisualElements. On a similar note, no other files should be
72# packaged in this directory.
73Logo.png: %(VersionDir)s\VisualElements\
74SmallLogo.png: %(VersionDir)s\VisualElements\
75splash-620x300.png: %(VersionDir)s\VisualElements\
76