Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(43)

Side by Side Diff: chrome/installer/mini_installer/chrome.release

Issue 10160011: Create VisualElementsManifest.xml from template -- install VisualElements in the version directory (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove shortname property Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 8 Dictionaries\en-US.bdic: %(ChromeDir)s\Dictionaries
9 chrome.dll: %(VersionDir)s\ 9 chrome.dll: %(VersionDir)s\
10 nacl64.exe: %(VersionDir)s\ 10 nacl64.exe: %(VersionDir)s\
(...skipping 19 matching lines...) Expand all
30 libGLESv2.dll: %(VersionDir)s\ 30 libGLESv2.dll: %(VersionDir)s\
31 xinput1_3.dll: %(VersionDir)s\ 31 xinput1_3.dll: %(VersionDir)s\
32 default_apps\*.crx: %(VersionDir)s\default_apps\ 32 default_apps\*.crx: %(VersionDir)s\default_apps\
33 default_apps\external_extensions.json: %(VersionDir)s\default_apps\ 33 default_apps\external_extensions.json: %(VersionDir)s\default_apps\
34 34
35 [HIDPI] 35 [HIDPI]
36 theme_resources_2x.pak: %(VersionDir)s\ 36 theme_resources_2x.pak: %(VersionDir)s\
37 ui_resources_2x.pak: %(VersionDir)s\ 37 ui_resources_2x.pak: %(VersionDir)s\
38 38
39 [METRO] 39 [METRO]
40 theme_resources_metro_1x.pak: %(VersionDir)s\ 40 theme_resources_metro_1x.pak: %(VersionDir)s\
gab 2012/04/27 01:40:21 Maybe we should move all metro bits under this new
grt (UTC plus 2) 2012/05/01 04:17:03 Sailesh added it in r133843. i kinda sorta think
gab 2012/05/01 22:19:02 Right, I think http://code.google.com/searchframe#
grt (UTC plus 2) 2012/05/02 15:09:43 It's the intention that the [METRO] section is inc
41 41
42 [GOOGLE_CHROME] 42 [GOOGLE_CHROME]
43 splash-620x300.png: %(ChromeDir)s\ 43 VisualElementsManifest.template: %(ChromeDir)s\
44 Logo.png: %(ChromeDir)s\
45 SmallLogo.png: %(ChromeDir)s\
46 VisualElementsManifest.xml: %(ChromeDir)s\
47 delegate_execute.exe: %(VersionDir)s\ 44 delegate_execute.exe: %(VersionDir)s\
48 gcswf32.dll: %(VersionDir)s\ 45 gcswf32.dll: %(VersionDir)s\
49 metro_driver.dll: %(VersionDir)s\ 46 metro_driver.dll: %(VersionDir)s\
50 plugin.vch: %(VersionDir)s\ 47 plugin.vch: %(VersionDir)s\
51 FlashPlayerApp.exe: %(VersionDir)s\ 48 FlashPlayerApp.exe: %(VersionDir)s\
52 FlashPlayerCPLApp.cpl: %(VersionDir)s\ 49 FlashPlayerCPLApp.cpl: %(VersionDir)s\
50 splash-620x300.png: %(VersionDir)s\Images
51 Logo.png: %(VersionDir)s\Images
52 SmallLogo.png: %(VersionDir)s\Images
53 PepperFlash\pepflashplayer.dll: %(VersionDir)s\PepperFlash\ 53 PepperFlash\pepflashplayer.dll: %(VersionDir)s\PepperFlash\
54 PepperFlash\manifest.json: %(VersionDir)s\PepperFlash\ 54 PepperFlash\manifest.json: %(VersionDir)s\PepperFlash\
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698