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 asan_rtl.dll: %(VersionDir)s\ | 9 asan_rtl.dll: %(VersionDir)s\ |
10 chrome.dll: %(VersionDir)s\ | 10 chrome.dll: %(VersionDir)s\ |
(...skipping 24 matching lines...) Expand all Loading... |
35 [HIDPI] | 35 [HIDPI] |
36 chrome_200_percent.pak: %(VersionDir)s\ | 36 chrome_200_percent.pak: %(VersionDir)s\ |
37 | 37 |
38 [TOUCH] | 38 [TOUCH] |
39 chrome_touch_100_percent.pak: %(VersionDir)s\ | 39 chrome_touch_100_percent.pak: %(VersionDir)s\ |
40 | 40 |
41 [GOOGLE_CHROME] | 41 [GOOGLE_CHROME] |
42 SecondaryTile.png: %(VersionDir)s\ | 42 SecondaryTile.png: %(VersionDir)s\ |
43 delegate_execute.exe: %(VersionDir)s\ | 43 delegate_execute.exe: %(VersionDir)s\ |
44 metro_driver.dll: %(VersionDir)s\ | 44 metro_driver.dll: %(VersionDir)s\ |
| 45 libpeerconnection.dll: %(VersionDir)s\ |
45 PepperFlash\pepflashplayer.dll: %(VersionDir)s\PepperFlash\ | 46 PepperFlash\pepflashplayer.dll: %(VersionDir)s\PepperFlash\ |
46 PepperFlash\manifest.json: %(VersionDir)s\PepperFlash\ | 47 PepperFlash\manifest.json: %(VersionDir)s\PepperFlash\ |
47 # All or none of the following 3 files need to be present as the creation of | 48 # All or none of the following 3 files need to be present as the creation of |
48 # VisualElementsManifest.xml is based on the existence of | 49 # VisualElementsManifest.xml is based on the existence of |
49 # %(VersionDir)\VisualElements. On a similar note, no other files should be | 50 # %(VersionDir)\VisualElements. On a similar note, no other files should be |
50 # packaged in this directory. | 51 # packaged in this directory. |
51 Logo.png: %(VersionDir)s\VisualElements\ | 52 Logo.png: %(VersionDir)s\VisualElements\ |
52 SmallLogo.png: %(VersionDir)s\VisualElements\ | 53 SmallLogo.png: %(VersionDir)s\VisualElements\ |
53 splash-620x300.png: %(VersionDir)s\VisualElements\ | 54 splash-620x300.png: %(VersionDir)s\VisualElements\ |
OLD | NEW |