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

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

Issue 10024050: Metro/HiDPI: Move 1x icons into separate pak file (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix clobber build 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\
11 ppGoogleNaClPluginChrome.dll: %(VersionDir)s\ 11 ppGoogleNaClPluginChrome.dll: %(VersionDir)s\
12 nacl_irt_x86_32.nexe: %(VersionDir)s\ 12 nacl_irt_x86_32.nexe: %(VersionDir)s\
13 nacl_irt_x86_64.nexe: %(VersionDir)s\ 13 nacl_irt_x86_64.nexe: %(VersionDir)s\
14 icudt.dll: %(VersionDir)s\ 14 icudt.dll: %(VersionDir)s\
15 resources.pak: %(VersionDir)s\ 15 resources.pak: %(VersionDir)s\
16 theme_resources_standard.pak: %(VersionDir)s\
17 ui_resources_standard.pak: %(VersionDir)s\
16 locales\*.pak: %(VersionDir)s\Locales 18 locales\*.pak: %(VersionDir)s\Locales
17 locales\*.dll: %(VersionDir)s\Locales 19 locales\*.dll: %(VersionDir)s\Locales
18 npchrome_frame.dll: %(VersionDir)s\ 20 npchrome_frame.dll: %(VersionDir)s\
19 chrome_launcher.exe: %(VersionDir)s\ 21 chrome_launcher.exe: %(VersionDir)s\
20 chrome_frame_helper.exe: %(VersionDir)s\ 22 chrome_frame_helper.exe: %(VersionDir)s\
21 chrome_frame_helper.dll: %(VersionDir)s\ 23 chrome_frame_helper.dll: %(VersionDir)s\
22 Extensions\*.*: %(VersionDir)s\Extensions\ 24 Extensions\*.*: %(VersionDir)s\Extensions\
23 av*.dll: %(VersionDir)s\ 25 av*.dll: %(VersionDir)s\
24 pdf.dll: %(VersionDir)s\ 26 pdf.dll: %(VersionDir)s\
25 d3dx9_43.dll: %(VersionDir)s\ 27 d3dx9_43.dll: %(VersionDir)s\
26 D3DCompiler_43.dll: %(VersionDir)s\ 28 D3DCompiler_43.dll: %(VersionDir)s\
27 libEGL.dll: %(VersionDir)s\ 29 libEGL.dll: %(VersionDir)s\
28 libGLESv2.dll: %(VersionDir)s\ 30 libGLESv2.dll: %(VersionDir)s\
29 xinput1_3.dll: %(VersionDir)s\ 31 xinput1_3.dll: %(VersionDir)s\
30 default_apps\*.crx: %(VersionDir)s\default_apps\ 32 default_apps\*.crx: %(VersionDir)s\default_apps\
31 default_apps\external_extensions.json: %(VersionDir)s\default_apps\ 33 default_apps\external_extensions.json: %(VersionDir)s\default_apps\
32 34
35 [HIDPI]
36 theme_resources_2x.pak: %(VersionDir)s\
37 ui_resources_2x.pak: %(VersionDir)s\
38
33 [GOOGLE_CHROME] 39 [GOOGLE_CHROME]
34 gcswf32.dll: %(VersionDir)s\ 40 gcswf32.dll: %(VersionDir)s\
35 plugin.vch: %(VersionDir)s\ 41 plugin.vch: %(VersionDir)s\
36 FlashPlayerCPLApp.cpl: %(VersionDir)s\ 42 FlashPlayerCPLApp.cpl: %(VersionDir)s\
37 FlashPlayerApp.exe: %(VersionDir)s\ 43 FlashPlayerApp.exe: %(VersionDir)s\
38 pepflashplayer.dll: %(VersionDir)s\PepperFlash\ 44 pepflashplayer.dll: %(VersionDir)s\PepperFlash\
39 manifest.json: %(VersionDir)s\PepperFlash\ 45 manifest.json: %(VersionDir)s\PepperFlash\
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698