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 app_host.exe: %(ChromeDir)s\ | 6 app_host.exe: %(ChromeDir)s\ |
7 chrome.exe: %(ChromeDir)s\ | 7 chrome.exe: %(ChromeDir)s\ |
8 wow_helper.exe: %(ChromeDir)s\ | 8 wow_helper.exe: %(ChromeDir)s\ |
9 chrome.dll: %(VersionDir)s\ | 9 chrome.dll: %(VersionDir)s\ |
10 nacl64.exe: %(VersionDir)s\ | 10 nacl64.exe: %(VersionDir)s\ |
11 ppGoogleNaClPluginChrome.dll: %(VersionDir)s\ | 11 ppGoogleNaClPluginChrome.dll: %(VersionDir)s\ |
12 nacl_irt_x86_32.nexe: %(VersionDir)s\ | 12 nacl_irt_x86_32.nexe: %(VersionDir)s\ |
13 nacl_irt_x86_64.nexe: %(VersionDir)s\ | 13 nacl_irt_x86_64.nexe: %(VersionDir)s\ |
14 nacl_irt_srpc_x86_32.nexe: %(VersionDir)s\ | |
15 nacl_irt_srpc_x86_64.nexe: %(VersionDir)s\ | |
16 icudt.dll: %(VersionDir)s\ | 14 icudt.dll: %(VersionDir)s\ |
17 resources.pak: %(VersionDir)s\ | 15 resources.pak: %(VersionDir)s\ |
18 chrome_100_percent.pak: %(VersionDir)s\ | 16 chrome_100_percent.pak: %(VersionDir)s\ |
19 locales\*.pak: %(VersionDir)s\Locales | 17 locales\*.pak: %(VersionDir)s\Locales |
20 locales\*.dll: %(VersionDir)s\Locales | 18 locales\*.dll: %(VersionDir)s\Locales |
21 npchrome_frame.dll: %(VersionDir)s\ | 19 npchrome_frame.dll: %(VersionDir)s\ |
22 chrome_launcher.exe: %(VersionDir)s\ | 20 chrome_launcher.exe: %(VersionDir)s\ |
23 chrome_frame_helper.exe: %(VersionDir)s\ | 21 chrome_frame_helper.exe: %(VersionDir)s\ |
24 chrome_frame_helper.dll: %(VersionDir)s\ | 22 chrome_frame_helper.dll: %(VersionDir)s\ |
25 Extensions\*.*: %(VersionDir)s\Extensions\ | 23 Extensions\*.*: %(VersionDir)s\Extensions\ |
(...skipping 19 matching lines...) Expand all Loading... |
45 metro_driver.dll: %(VersionDir)s\ | 43 metro_driver.dll: %(VersionDir)s\ |
46 PepperFlash\pepflashplayer.dll: %(VersionDir)s\PepperFlash\ | 44 PepperFlash\pepflashplayer.dll: %(VersionDir)s\PepperFlash\ |
47 PepperFlash\manifest.json: %(VersionDir)s\PepperFlash\ | 45 PepperFlash\manifest.json: %(VersionDir)s\PepperFlash\ |
48 # All or none of the following 3 files need to be present as the creation of | 46 # All or none of the following 3 files need to be present as the creation of |
49 # VisualElementsManifest.xml is based on the existence of | 47 # VisualElementsManifest.xml is based on the existence of |
50 # %(VersionDir)\VisualElements. On a similar note, no other files should be | 48 # %(VersionDir)\VisualElements. On a similar note, no other files should be |
51 # packaged in this directory. | 49 # packaged in this directory. |
52 Logo.png: %(VersionDir)s\VisualElements\ | 50 Logo.png: %(VersionDir)s\VisualElements\ |
53 SmallLogo.png: %(VersionDir)s\VisualElements\ | 51 SmallLogo.png: %(VersionDir)s\VisualElements\ |
54 splash-620x300.png: %(VersionDir)s\VisualElements\ | 52 splash-620x300.png: %(VersionDir)s\VisualElements\ |
OLD | NEW |