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\ |
(...skipping 11 matching lines...) Expand all Loading... | |
22 chrome_frame_helper.dll: %(VersionDir)s\ | 22 chrome_frame_helper.dll: %(VersionDir)s\ |
23 Extensions\*.*: %(VersionDir)s\Extensions\ | 23 Extensions\*.*: %(VersionDir)s\Extensions\ |
24 ffmpegsumo.dll: %(VersionDir)s\ | 24 ffmpegsumo.dll: %(VersionDir)s\ |
25 pdf.dll: %(VersionDir)s\ | 25 pdf.dll: %(VersionDir)s\ |
26 D3DCompiler_43.dll: %(VersionDir)s\ | 26 D3DCompiler_43.dll: %(VersionDir)s\ |
27 libEGL.dll: %(VersionDir)s\ | 27 libEGL.dll: %(VersionDir)s\ |
28 libGLESv2.dll: %(VersionDir)s\ | 28 libGLESv2.dll: %(VersionDir)s\ |
29 xinput1_3.dll: %(VersionDir)s\ | 29 xinput1_3.dll: %(VersionDir)s\ |
30 default_apps\*.crx: %(VersionDir)s\default_apps\ | 30 default_apps\*.crx: %(VersionDir)s\default_apps\ |
31 default_apps\external_extensions.json: %(VersionDir)s\default_apps\ | 31 default_apps\external_extensions.json: %(VersionDir)s\default_apps\ |
32 asan_rtl.dll: %(VersionDir)s\ | |
33 logger.exe: %(ChromeDir)s\ | |
Roger McFarlane (Chromium)
2013/02/01 18:54:30
I'm not sure we want to include the logger in the
Sébastien Marchand
2013/02/01 19:54:31
It'll only include the logger if it finds it in th
| |
32 | 34 |
33 [HIDPI] | 35 [HIDPI] |
34 chrome_200_percent.pak: %(VersionDir)s\ | 36 chrome_200_percent.pak: %(VersionDir)s\ |
35 | 37 |
36 [TOUCH] | 38 [TOUCH] |
37 chrome_touch_100_percent.pak: %(VersionDir)s\ | 39 chrome_touch_100_percent.pak: %(VersionDir)s\ |
38 | 40 |
39 [GOOGLE_CHROME] | 41 [GOOGLE_CHROME] |
40 SecondaryTile.png: %(VersionDir)s\ | 42 SecondaryTile.png: %(VersionDir)s\ |
41 delegate_execute.exe: %(VersionDir)s\ | 43 delegate_execute.exe: %(VersionDir)s\ |
42 metro_driver.dll: %(VersionDir)s\ | 44 metro_driver.dll: %(VersionDir)s\ |
43 PepperFlash\pepflashplayer.dll: %(VersionDir)s\PepperFlash\ | 45 PepperFlash\pepflashplayer.dll: %(VersionDir)s\PepperFlash\ |
44 PepperFlash\manifest.json: %(VersionDir)s\PepperFlash\ | 46 PepperFlash\manifest.json: %(VersionDir)s\PepperFlash\ |
45 # All or none of the following 3 files need to be present as the creation of | 47 # All or none of the following 3 files need to be present as the creation of |
46 # VisualElementsManifest.xml is based on the existence of | 48 # VisualElementsManifest.xml is based on the existence of |
47 # %(VersionDir)\VisualElements. On a similar note, no other files should be | 49 # %(VersionDir)\VisualElements. On a similar note, no other files should be |
48 # packaged in this directory. | 50 # packaged in this directory. |
49 Logo.png: %(VersionDir)s\VisualElements\ | 51 Logo.png: %(VersionDir)s\VisualElements\ |
50 SmallLogo.png: %(VersionDir)s\VisualElements\ | 52 SmallLogo.png: %(VersionDir)s\VisualElements\ |
51 splash-620x300.png: %(VersionDir)s\VisualElements\ | 53 splash-620x300.png: %(VersionDir)s\VisualElements\ |
OLD | NEW |