| 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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 50 locales\*.pak: %(VersionDir)s\Locales | 50 locales\*.pak: %(VersionDir)s\Locales |
| 51 | 51 |
| 52 [HIDPI] | 52 [HIDPI] |
| 53 chrome_200_percent.pak: %(VersionDir)s\ | 53 chrome_200_percent.pak: %(VersionDir)s\ |
| 54 chrome_material_200_percent.pak: %(VersionDir)s\ | 54 chrome_material_200_percent.pak: %(VersionDir)s\ |
| 55 | 55 |
| 56 [TOUCH] | 56 [TOUCH] |
| 57 | 57 |
| 58 [GOOGLE_CHROME] | 58 [GOOGLE_CHROME] |
| 59 delegate_execute.exe: %(VersionDir)s\ | 59 delegate_execute.exe: %(VersionDir)s\ |
| 60 metro_driver.dll: %(VersionDir)s\ | |
| 61 SecondaryTile.png: %(VersionDir)s\ | 60 SecondaryTile.png: %(VersionDir)s\ |
| 62 widevinecdmadapter.dll: %(VersionDir)s\ | 61 widevinecdmadapter.dll: %(VersionDir)s\ |
| 63 # | 62 # |
| 64 # Pepper Flash sub-dir. | 63 # Pepper Flash sub-dir. |
| 65 # | 64 # |
| 66 PepperFlash\manifest.json: %(VersionDir)s\PepperFlash\ | 65 PepperFlash\manifest.json: %(VersionDir)s\PepperFlash\ |
| 67 PepperFlash\pepflashplayer.dll: %(VersionDir)s\PepperFlash\ | 66 PepperFlash\pepflashplayer.dll: %(VersionDir)s\PepperFlash\ |
| 68 # | 67 # |
| 69 # Win8 sub-dir. | 68 # Win8 sub-dir. |
| 70 # | 69 # |
| 71 # All or none of the following 3 files need to be present as the creation of | 70 # All or none of the following 3 files need to be present as the creation of |
| 72 # VisualElementsManifest.xml is based on the existence of | 71 # VisualElementsManifest.xml is based on the existence of |
| 73 # %(VersionDir)\VisualElements. On a similar note, no other files should be | 72 # %(VersionDir)\VisualElements. On a similar note, no other files should be |
| 74 # packaged in this directory. | 73 # packaged in this directory. |
| 75 Logo.png: %(VersionDir)s\VisualElements\ | 74 Logo.png: %(VersionDir)s\VisualElements\ |
| 76 SmallLogo.png: %(VersionDir)s\VisualElements\ | 75 SmallLogo.png: %(VersionDir)s\VisualElements\ |
| OLD | NEW |