| 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 20 matching lines...) Expand all Loading... |
| 31 default_apps\*.crx: %(VersionDir)s\default_apps\ | 31 default_apps\*.crx: %(VersionDir)s\default_apps\ |
| 32 default_apps\external_extensions.json: %(VersionDir)s\default_apps\ | 32 default_apps\external_extensions.json: %(VersionDir)s\default_apps\ |
| 33 | 33 |
| 34 [HIDPI] | 34 [HIDPI] |
| 35 chrome_200_percent.pak: %(VersionDir)s\ | 35 chrome_200_percent.pak: %(VersionDir)s\ |
| 36 | 36 |
| 37 [TOUCH] | 37 [TOUCH] |
| 38 chrome_touch_100_percent.pak: %(VersionDir)s\ | 38 chrome_touch_100_percent.pak: %(VersionDir)s\ |
| 39 | 39 |
| 40 [GOOGLE_CHROME] | 40 [GOOGLE_CHROME] |
| 41 FlashPlayerApp.exe: %(VersionDir)s\ | |
| 42 FlashPlayerCPLApp.cpl: %(VersionDir)s\ | |
| 43 SecondaryTile.png: %(VersionDir)s\ | 41 SecondaryTile.png: %(VersionDir)s\ |
| 44 delegate_execute.exe: %(VersionDir)s\ | 42 delegate_execute.exe: %(VersionDir)s\ |
| 45 gcswf32.dll: %(VersionDir)s\ | |
| 46 metro_driver.dll: %(VersionDir)s\ | 43 metro_driver.dll: %(VersionDir)s\ |
| 47 plugin.vch: %(VersionDir)s\ | |
| 48 PepperFlash\pepflashplayer.dll: %(VersionDir)s\PepperFlash\ | 44 PepperFlash\pepflashplayer.dll: %(VersionDir)s\PepperFlash\ |
| 49 PepperFlash\manifest.json: %(VersionDir)s\PepperFlash\ | 45 PepperFlash\manifest.json: %(VersionDir)s\PepperFlash\ |
| 50 # 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 |
| 51 # VisualElementsManifest.xml is based on the existence of | 47 # VisualElementsManifest.xml is based on the existence of |
| 52 # %(VersionDir)\VisualElements. On a similar note, no other files should be | 48 # %(VersionDir)\VisualElements. On a similar note, no other files should be |
| 53 # packaged in this directory. | 49 # packaged in this directory. |
| 54 Logo.png: %(VersionDir)s\VisualElements\ | 50 Logo.png: %(VersionDir)s\VisualElements\ |
| 55 SmallLogo.png: %(VersionDir)s\VisualElements\ | 51 SmallLogo.png: %(VersionDir)s\VisualElements\ |
| 56 splash-620x300.png: %(VersionDir)s\VisualElements\ | 52 splash-620x300.png: %(VersionDir)s\VisualElements\ |
| OLD | NEW |