OLD | NEW |
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 12 matching lines...) Expand all Loading... |
23 chrome_material_100_percent.pak: %(VersionDir)s\ | 23 chrome_material_100_percent.pak: %(VersionDir)s\ |
24 chrome_child.dll: %(VersionDir)s\ | 24 chrome_child.dll: %(VersionDir)s\ |
25 chrome_elf.dll: %(VersionDir)s\ | 25 chrome_elf.dll: %(VersionDir)s\ |
26 chrome_watcher.dll: %(VersionDir)s\ | 26 chrome_watcher.dll: %(VersionDir)s\ |
27 d3dcompiler_47.dll: %(VersionDir)s\ | 27 d3dcompiler_47.dll: %(VersionDir)s\ |
28 ffmpeg.dll: %(VersionDir)s\ | 28 ffmpeg.dll: %(VersionDir)s\ |
29 kasko.dll: %(VersionDir)s\ | 29 kasko.dll: %(VersionDir)s\ |
30 icudt.dll: %(VersionDir)s\ | 30 icudt.dll: %(VersionDir)s\ |
31 icudtl.dat: %(VersionDir)s\ | 31 icudtl.dat: %(VersionDir)s\ |
32 libEGL.dll: %(VersionDir)s\ | 32 libEGL.dll: %(VersionDir)s\ |
33 libexif.dll: %(VersionDir)s\ | |
34 libGLESv2.dll: %(VersionDir)s\ | 33 libGLESv2.dll: %(VersionDir)s\ |
35 nacl64.exe: %(VersionDir)s\ | 34 nacl64.exe: %(VersionDir)s\ |
36 nacl_irt_x86_32.nexe: %(VersionDir)s\ | 35 nacl_irt_x86_32.nexe: %(VersionDir)s\ |
37 nacl_irt_x86_64.nexe: %(VersionDir)s\ | 36 nacl_irt_x86_64.nexe: %(VersionDir)s\ |
38 natives_blob.bin: %(VersionDir)s\ | 37 natives_blob.bin: %(VersionDir)s\ |
39 resources.pak: %(VersionDir)s\ | 38 resources.pak: %(VersionDir)s\ |
40 snapshot_blob.bin: %(VersionDir)s\ | 39 snapshot_blob.bin: %(VersionDir)s\ |
41 syzyasan_rtl.dll: %(VersionDir)s\ | 40 syzyasan_rtl.dll: %(VersionDir)s\ |
42 xinput1_3.dll: %(VersionDir)s\ | 41 xinput1_3.dll: %(VersionDir)s\ |
43 # | 42 # |
(...skipping 22 matching lines...) Expand all Loading... |
66 PepperFlash\pepflashplayer.dll: %(VersionDir)s\PepperFlash\ | 65 PepperFlash\pepflashplayer.dll: %(VersionDir)s\PepperFlash\ |
67 # | 66 # |
68 # Win8 sub-dir. | 67 # Win8 sub-dir. |
69 # | 68 # |
70 # All or none of the following 3 files need to be present as the creation of | 69 # All or none of the following 3 files need to be present as the creation of |
71 # VisualElementsManifest.xml is based on the existence of | 70 # VisualElementsManifest.xml is based on the existence of |
72 # %(VersionDir)\VisualElements. On a similar note, no other files should be | 71 # %(VersionDir)\VisualElements. On a similar note, no other files should be |
73 # packaged in this directory. | 72 # packaged in this directory. |
74 Logo.png: %(VersionDir)s\VisualElements\ | 73 Logo.png: %(VersionDir)s\VisualElements\ |
75 SmallLogo.png: %(VersionDir)s\VisualElements\ | 74 SmallLogo.png: %(VersionDir)s\VisualElements\ |
OLD | NEW |