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 10 matching lines...) Expand all Loading... |
21 chrome.dll: %(VersionDir)s\ | 21 chrome.dll: %(VersionDir)s\ |
22 chrome_100_percent.pak: %(VersionDir)s\ | 22 chrome_100_percent.pak: %(VersionDir)s\ |
23 chrome_child.dll: %(VersionDir)s\ | 23 chrome_child.dll: %(VersionDir)s\ |
24 chrome_elf.dll: %(VersionDir)s\ | 24 chrome_elf.dll: %(VersionDir)s\ |
25 chrome_frame_helper.dll: %(VersionDir)s\ | 25 chrome_frame_helper.dll: %(VersionDir)s\ |
26 chrome_frame_helper.exe: %(VersionDir)s\ | 26 chrome_frame_helper.exe: %(VersionDir)s\ |
27 chrome_launcher.exe: %(VersionDir)s\ | 27 chrome_launcher.exe: %(VersionDir)s\ |
28 D3DCompiler_43.dll: %(VersionDir)s\ | 28 D3DCompiler_43.dll: %(VersionDir)s\ |
29 d3dcompiler_46.dll: %(VersionDir)s\ | 29 d3dcompiler_46.dll: %(VersionDir)s\ |
30 ffmpegsumo.dll: %(VersionDir)s\ | 30 ffmpegsumo.dll: %(VersionDir)s\ |
31 icudt.dll: %(VersionDir)s\ | 31 icudtl.dat: %(VersionDir)s\ |
32 libEGL.dll: %(VersionDir)s\ | 32 libEGL.dll: %(VersionDir)s\ |
33 libGLESv2.dll: %(VersionDir)s\ | 33 libGLESv2.dll: %(VersionDir)s\ |
34 nacl64.exe: %(VersionDir)s\ | 34 nacl64.exe: %(VersionDir)s\ |
35 nacl_irt_x86_32.nexe: %(VersionDir)s\ | 35 nacl_irt_x86_32.nexe: %(VersionDir)s\ |
36 nacl_irt_x86_64.nexe: %(VersionDir)s\ | 36 nacl_irt_x86_64.nexe: %(VersionDir)s\ |
37 npchrome_frame.dll: %(VersionDir)s\ | 37 npchrome_frame.dll: %(VersionDir)s\ |
38 pdf.dll: %(VersionDir)s\ | 38 pdf.dll: %(VersionDir)s\ |
39 ppGoogleNaClPluginChrome.dll: %(VersionDir)s\ | 39 ppGoogleNaClPluginChrome.dll: %(VersionDir)s\ |
40 resources.pak: %(VersionDir)s\ | 40 resources.pak: %(VersionDir)s\ |
41 syzyasan_rtl.dll: %(VersionDir)s\ | 41 syzyasan_rtl.dll: %(VersionDir)s\ |
(...skipping 27 matching lines...) Expand all Loading... |
69 # | 69 # |
70 # Win8 sub-dir. | 70 # Win8 sub-dir. |
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 3 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. On a similar note, no other files should be |
75 # packaged in this directory. | 75 # packaged in this directory. |
76 Logo.png: %(VersionDir)s\VisualElements\ | 76 Logo.png: %(VersionDir)s\VisualElements\ |
77 SmallLogo.png: %(VersionDir)s\VisualElements\ | 77 SmallLogo.png: %(VersionDir)s\VisualElements\ |
78 splash-620x300.png: %(VersionDir)s\VisualElements\ | 78 splash-620x300.png: %(VersionDir)s\VisualElements\ |
OLD | NEW |