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 25 matching lines...) Expand all Loading... |
36 ppGoogleNaClPluginChrome.dll: %(VersionDir)s\ | 36 ppGoogleNaClPluginChrome.dll: %(VersionDir)s\ |
37 resources.pak: %(VersionDir)s\ | 37 resources.pak: %(VersionDir)s\ |
38 syzyasan_rtl.dll: %(VersionDir)s\ | 38 syzyasan_rtl.dll: %(VersionDir)s\ |
39 xinput1_3.dll: %(VersionDir)s\ | 39 xinput1_3.dll: %(VersionDir)s\ |
40 # | 40 # |
41 # Sub directories living in the version dir | 41 # Sub directories living in the version dir |
42 # | 42 # |
43 default_apps\*.crx: %(VersionDir)s\default_apps\ | 43 default_apps\*.crx: %(VersionDir)s\default_apps\ |
44 default_apps\external_extensions.json: %(VersionDir)s\default_apps\ | 44 default_apps\external_extensions.json: %(VersionDir)s\default_apps\ |
45 Extensions\*.*: %(VersionDir)s\Extensions\ | 45 Extensions\*.*: %(VersionDir)s\Extensions\ |
| 46 icons\*.*: %(VersionDir)s\icons\ |
46 locales\*.dll: %(VersionDir)s\Locales | 47 locales\*.dll: %(VersionDir)s\Locales |
47 locales\*.pak: %(VersionDir)s\Locales | 48 locales\*.pak: %(VersionDir)s\Locales |
48 | 49 |
49 [HIDPI] | 50 [HIDPI] |
50 chrome_200_percent.pak: %(VersionDir)s\ | 51 chrome_200_percent.pak: %(VersionDir)s\ |
51 | 52 |
52 [TOUCH] | 53 [TOUCH] |
53 | 54 |
54 [GOOGLE_CHROME] | 55 [GOOGLE_CHROME] |
55 delegate_execute.exe: %(VersionDir)s\ | 56 delegate_execute.exe: %(VersionDir)s\ |
56 libpeerconnection.dll: %(VersionDir)s\ | 57 libpeerconnection.dll: %(VersionDir)s\ |
57 metro_driver.dll: %(VersionDir)s\ | 58 metro_driver.dll: %(VersionDir)s\ |
58 SecondaryTile.png: %(VersionDir)s\ | 59 SecondaryTile.png: %(VersionDir)s\ |
59 widevinecdmadapter.dll: %(VersionDir)s\ | 60 widevinecdmadapter.dll: %(VersionDir)s\ |
60 # | 61 # |
61 # Pepper Flash sub-dir. | 62 # Pepper Flash sub-dir. |
62 # | 63 # |
63 PepperFlash\manifest.json: %(VersionDir)s\PepperFlash\ | 64 PepperFlash\manifest.json: %(VersionDir)s\PepperFlash\ |
64 PepperFlash\pepflashplayer.dll: %(VersionDir)s\PepperFlash\ | 65 PepperFlash\pepflashplayer.dll: %(VersionDir)s\PepperFlash\ |
65 # | 66 # |
66 # Win8 sub-dir. | 67 # Win8 sub-dir. |
67 # | 68 # |
68 # 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 |
69 # VisualElementsManifest.xml is based on the existence of | 70 # VisualElementsManifest.xml is based on the existence of |
70 # %(VersionDir)\VisualElements. On a similar note, no other files should be | 71 # %(VersionDir)\VisualElements. On a similar note, no other files should be |
71 # packaged in this directory. | 72 # packaged in this directory. |
72 Logo.png: %(VersionDir)s\VisualElements\ | 73 Logo.png: %(VersionDir)s\VisualElements\ |
73 SmallLogo.png: %(VersionDir)s\VisualElements\ | 74 SmallLogo.png: %(VersionDir)s\VisualElements\ |
74 splash-620x300.png: %(VersionDir)s\VisualElements\ | 75 splash-620x300.png: %(VersionDir)s\VisualElements\ |
OLD | NEW |