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 chrome.exe: %(ChromeDir)s\ | 6 chrome.exe: %(ChromeDir)s\ |
7 app_host.exe: %(ChromeDir)s\ | |
grt (UTC plus 2)
2012/07/12 18:37:10
move up one line
erikwright (departed)
2012/07/16 20:13:11
Done.
| |
7 wow_helper.exe: %(ChromeDir)s\ | 8 wow_helper.exe: %(ChromeDir)s\ |
8 chrome.dll: %(VersionDir)s\ | 9 chrome.dll: %(VersionDir)s\ |
9 nacl64.exe: %(VersionDir)s\ | 10 nacl64.exe: %(VersionDir)s\ |
10 ppGoogleNaClPluginChrome.dll: %(VersionDir)s\ | 11 ppGoogleNaClPluginChrome.dll: %(VersionDir)s\ |
11 nacl_irt_x86_32.nexe: %(VersionDir)s\ | 12 nacl_irt_x86_32.nexe: %(VersionDir)s\ |
12 nacl_irt_x86_64.nexe: %(VersionDir)s\ | 13 nacl_irt_x86_64.nexe: %(VersionDir)s\ |
13 icudt.dll: %(VersionDir)s\ | 14 icudt.dll: %(VersionDir)s\ |
14 resources.pak: %(VersionDir)s\ | 15 resources.pak: %(VersionDir)s\ |
15 theme_resources_standard.pak: %(VersionDir)s\ | 16 theme_resources_standard.pak: %(VersionDir)s\ |
16 ui_resources_standard.pak: %(VersionDir)s\ | 17 ui_resources_standard.pak: %(VersionDir)s\ |
(...skipping 30 matching lines...) Expand all Loading... | |
47 plugin.vch: %(VersionDir)s\ | 48 plugin.vch: %(VersionDir)s\ |
48 PepperFlash\pepflashplayer.dll: %(VersionDir)s\PepperFlash\ | 49 PepperFlash\pepflashplayer.dll: %(VersionDir)s\PepperFlash\ |
49 PepperFlash\manifest.json: %(VersionDir)s\PepperFlash\ | 50 PepperFlash\manifest.json: %(VersionDir)s\PepperFlash\ |
50 # All or none of the following 3 files need to be present as the creation of | 51 # 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 | 52 # VisualElementsManifest.xml is based on the existence of |
52 # %(VersionDir)\VisualElements. On a similar note, no other files should be | 53 # %(VersionDir)\VisualElements. On a similar note, no other files should be |
53 # packaged in this directory. | 54 # packaged in this directory. |
54 Logo.png: %(VersionDir)s\VisualElements\ | 55 Logo.png: %(VersionDir)s\VisualElements\ |
55 SmallLogo.png: %(VersionDir)s\VisualElements\ | 56 SmallLogo.png: %(VersionDir)s\VisualElements\ |
56 splash-620x300.png: %(VersionDir)s\VisualElements\ | 57 splash-620x300.png: %(VersionDir)s\VisualElements\ |
OLD | NEW |