| 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 icudt.dll: %(VersionDir)s\ | 14 icudt.dll: %(VersionDir)s\ |
| 15 resources.pak: %(VersionDir)s\ | 15 resources.pak: %(VersionDir)s\ |
| 16 theme_resources_100_percent.pak: %(VersionDir)s\ | 16 chrome_100_percent.pak: %(VersionDir)s\ |
| 17 ui_resources_100_percent.pak: %(VersionDir)s\ | |
| 18 locales\*.pak: %(VersionDir)s\Locales | 17 locales\*.pak: %(VersionDir)s\Locales |
| 19 locales\*.dll: %(VersionDir)s\Locales | 18 locales\*.dll: %(VersionDir)s\Locales |
| 20 npchrome_frame.dll: %(VersionDir)s\ | 19 npchrome_frame.dll: %(VersionDir)s\ |
| 21 chrome_launcher.exe: %(VersionDir)s\ | 20 chrome_launcher.exe: %(VersionDir)s\ |
| 22 chrome_frame_helper.exe: %(VersionDir)s\ | 21 chrome_frame_helper.exe: %(VersionDir)s\ |
| 23 chrome_frame_helper.dll: %(VersionDir)s\ | 22 chrome_frame_helper.dll: %(VersionDir)s\ |
| 24 Extensions\*.*: %(VersionDir)s\Extensions\ | 23 Extensions\*.*: %(VersionDir)s\Extensions\ |
| 25 av*.dll: %(VersionDir)s\ | 24 av*.dll: %(VersionDir)s\ |
| 26 pdf.dll: %(VersionDir)s\ | 25 pdf.dll: %(VersionDir)s\ |
| 27 d3dx9_43.dll: %(VersionDir)s\ | 26 d3dx9_43.dll: %(VersionDir)s\ |
| 28 D3DCompiler_43.dll: %(VersionDir)s\ | 27 D3DCompiler_43.dll: %(VersionDir)s\ |
| 29 libEGL.dll: %(VersionDir)s\ | 28 libEGL.dll: %(VersionDir)s\ |
| 30 libGLESv2.dll: %(VersionDir)s\ | 29 libGLESv2.dll: %(VersionDir)s\ |
| 31 xinput1_3.dll: %(VersionDir)s\ | 30 xinput1_3.dll: %(VersionDir)s\ |
| 32 default_apps\*.crx: %(VersionDir)s\default_apps\ | 31 default_apps\*.crx: %(VersionDir)s\default_apps\ |
| 33 default_apps\external_extensions.json: %(VersionDir)s\default_apps\ | 32 default_apps\external_extensions.json: %(VersionDir)s\default_apps\ |
| 34 | 33 |
| 35 [HIDPI] | 34 [HIDPI] |
| 36 theme_resources_200_percent.pak: %(VersionDir)s\ | 35 chrome_200_percent.pak: %(VersionDir)s\ |
| 37 ui_resources_200_percent.pak: %(VersionDir)s\ | |
| 38 webkit_resources_200_percent.pak: %(VersionDir)s\ | |
| 39 | 36 |
| 40 [TOUCH] | 37 [TOUCH] |
| 41 theme_resources_touch_100_percent.pak: %(VersionDir)s\ | 38 chrome_touch_100_percent.pak: %(VersionDir)s\ |
| 42 | 39 |
| 43 [GOOGLE_CHROME] | 40 [GOOGLE_CHROME] |
| 44 FlashPlayerApp.exe: %(VersionDir)s\ | 41 FlashPlayerApp.exe: %(VersionDir)s\ |
| 45 FlashPlayerCPLApp.cpl: %(VersionDir)s\ | 42 FlashPlayerCPLApp.cpl: %(VersionDir)s\ |
| 46 SecondaryTile.png: %(VersionDir)s\ | 43 SecondaryTile.png: %(VersionDir)s\ |
| 47 delegate_execute.exe: %(VersionDir)s\ | 44 delegate_execute.exe: %(VersionDir)s\ |
| 48 gcswf32.dll: %(VersionDir)s\ | 45 gcswf32.dll: %(VersionDir)s\ |
| 49 metro_driver.dll: %(VersionDir)s\ | 46 metro_driver.dll: %(VersionDir)s\ |
| 50 plugin.vch: %(VersionDir)s\ | 47 plugin.vch: %(VersionDir)s\ |
| 51 PepperFlash\pepflashplayer.dll: %(VersionDir)s\PepperFlash\ | 48 PepperFlash\pepflashplayer.dll: %(VersionDir)s\PepperFlash\ |
| 52 PepperFlash\manifest.json: %(VersionDir)s\PepperFlash\ | 49 PepperFlash\manifest.json: %(VersionDir)s\PepperFlash\ |
| 53 # All or none of the following 3 files need to be present as the creation of | 50 # All or none of the following 3 files need to be present as the creation of |
| 54 # VisualElementsManifest.xml is based on the existence of | 51 # VisualElementsManifest.xml is based on the existence of |
| 55 # %(VersionDir)\VisualElements. On a similar note, no other files should be | 52 # %(VersionDir)\VisualElements. On a similar note, no other files should be |
| 56 # packaged in this directory. | 53 # packaged in this directory. |
| 57 Logo.png: %(VersionDir)s\VisualElements\ | 54 Logo.png: %(VersionDir)s\VisualElements\ |
| 58 SmallLogo.png: %(VersionDir)s\VisualElements\ | 55 SmallLogo.png: %(VersionDir)s\VisualElements\ |
| 59 splash-620x300.png: %(VersionDir)s\VisualElements\ | 56 splash-620x300.png: %(VersionDir)s\VisualElements\ |
| OLD | NEW |