Chromium Code Reviews| 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 wow_helper.exe: %(ChromeDir)s\ | 7 wow_helper.exe: %(ChromeDir)s\ |
| 8 Dictionaries\en-US.bdic: %(ChromeDir)s\Dictionaries | |
| 9 chrome.dll: %(VersionDir)s\ | 8 chrome.dll: %(VersionDir)s\ |
| 10 nacl64.exe: %(VersionDir)s\ | 9 nacl64.exe: %(VersionDir)s\ |
| 11 ppGoogleNaClPluginChrome.dll: %(VersionDir)s\ | 10 ppGoogleNaClPluginChrome.dll: %(VersionDir)s\ |
| 12 nacl_irt_x86_32.nexe: %(VersionDir)s\ | 11 nacl_irt_x86_32.nexe: %(VersionDir)s\ |
| 13 nacl_irt_x86_64.nexe: %(VersionDir)s\ | 12 nacl_irt_x86_64.nexe: %(VersionDir)s\ |
| 14 icudt.dll: %(VersionDir)s\ | 13 icudt.dll: %(VersionDir)s\ |
| 15 resources.pak: %(VersionDir)s\ | 14 resources.pak: %(VersionDir)s\ |
| 16 theme_resources_standard.pak: %(VersionDir)s\ | 15 theme_resources_standard.pak: %(VersionDir)s\ |
| 17 ui_resources_standard.pak: %(VersionDir)s\ | 16 ui_resources_standard.pak: %(VersionDir)s\ |
| 18 locales\*.pak: %(VersionDir)s\Locales | 17 locales\*.pak: %(VersionDir)s\Locales |
| (...skipping 14 matching lines...) Expand all Loading... | |
| 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_2x.pak: %(VersionDir)s\ | 35 theme_resources_2x.pak: %(VersionDir)s\ |
| 37 ui_resources_2x.pak: %(VersionDir)s\ | 36 ui_resources_2x.pak: %(VersionDir)s\ |
| 38 | 37 |
| 39 [METRO] | 38 [METRO] |
| 40 theme_resources_metro_1x.pak: %(VersionDir)s\ | 39 theme_resources_metro_1x.pak: %(VersionDir)s\ |
| 41 | 40 |
| 42 [GOOGLE_CHROME] | 41 [GOOGLE_CHROME] |
| 43 splash-620x300.png: %(ChromeDir)s\ | |
| 44 Logo.png: %(ChromeDir)s\ | |
| 45 SmallLogo.png: %(ChromeDir)s\ | |
| 46 VisualElementsManifest.xml: %(ChromeDir)s\ | |
| 47 delegate_execute.exe: %(VersionDir)s\ | 42 delegate_execute.exe: %(VersionDir)s\ |
| 48 gcswf32.dll: %(VersionDir)s\ | 43 gcswf32.dll: %(VersionDir)s\ |
| 49 metro_driver.dll: %(VersionDir)s\ | 44 metro_driver.dll: %(VersionDir)s\ |
| 50 plugin.vch: %(VersionDir)s\ | 45 plugin.vch: %(VersionDir)s\ |
| 51 FlashPlayerApp.exe: %(VersionDir)s\ | 46 FlashPlayerApp.exe: %(VersionDir)s\ |
| 52 FlashPlayerCPLApp.cpl: %(VersionDir)s\ | 47 FlashPlayerCPLApp.cpl: %(VersionDir)s\ |
| 48 # All or none of the following 3 files need to be present as the creation of | |
| 49 # VisualElementsManifest.xml is based on the existence of | |
| 50 # %(VersionDir)\VisualElements. On a similar note, no other files should be | |
| 51 # packaged in this directory. | |
| 52 splash-620x300.png: %(VersionDir)s\VisualElements | |
|
grt (UTC plus 2)
2012/05/02 15:09:44
nit: sort these and move them below PepperFlash so
gab
2012/05/02 20:55:58
Right, that was the original idea with Images (whi
grt (UTC plus 2)
2012/05/03 17:49:37
is it normal for lower-case to come before upper w
gab
2012/05/03 19:03:48
Right, in ASCII upper-case is before lower-case. F
| |
| 53 Logo.png: %(VersionDir)s\VisualElements | |
| 54 SmallLogo.png: %(VersionDir)s\VisualElements | |
| 53 PepperFlash\pepflashplayer.dll: %(VersionDir)s\PepperFlash\ | 55 PepperFlash\pepflashplayer.dll: %(VersionDir)s\PepperFlash\ |
| 54 PepperFlash\manifest.json: %(VersionDir)s\PepperFlash\ | 56 PepperFlash\manifest.json: %(VersionDir)s\PepperFlash\ |
| OLD | NEW |