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

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

Issue 53793002: Initial implementation of Chrome Early Loading Framework (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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 # 6 #
7 # Chrome Application dir entries, sorted alphabetically. 7 # Chrome Application dir entries, sorted alphabetically.
8 # 8 #
9 chrome.exe: %(ChromeDir)s\ 9 chrome.exe: %(ChromeDir)s\
10 wow_helper.exe: %(ChromeDir)s\ 10 wow_helper.exe: %(ChromeDir)s\
11 # 11 #
12 # Chrome version dir entries, sorted alphabetically. 12 # Chrome version dir entries, sorted alphabetically.
13 # 13 #
14 *.*.*.*.manifest: %(VersionDir)s\
gab 2013/11/12 18:24:10 I'd put this above this block (on line 11) and giv
14 chrome.dll: %(VersionDir)s\ 15 chrome.dll: %(VersionDir)s\
15 chrome_100_percent.pak: %(VersionDir)s\ 16 chrome_100_percent.pak: %(VersionDir)s\
16 chrome_child.dll: %(VersionDir)s\ 17 chrome_child.dll: %(VersionDir)s\
17 chrome_frame_helper.dll: %(VersionDir)s\ 18 chrome_frame_helper.dll: %(VersionDir)s\
19 chrome_elf.dll: %(VersionDir)s\
gab 2013/11/12 18:24:10 Sort above chrome_frame_helper.dll.
18 chrome_frame_helper.exe: %(VersionDir)s\ 20 chrome_frame_helper.exe: %(VersionDir)s\
19 chrome_launcher.exe: %(VersionDir)s\ 21 chrome_launcher.exe: %(VersionDir)s\
20 D3DCompiler_43.dll: %(VersionDir)s\ 22 D3DCompiler_43.dll: %(VersionDir)s\
21 d3dcompiler_46.dll: %(VersionDir)s\ 23 d3dcompiler_46.dll: %(VersionDir)s\
22 ffmpegsumo.dll: %(VersionDir)s\ 24 ffmpegsumo.dll: %(VersionDir)s\
23 icudt.dll: %(VersionDir)s\ 25 icudt.dll: %(VersionDir)s\
24 libEGL.dll: %(VersionDir)s\ 26 libEGL.dll: %(VersionDir)s\
25 libGLESv2.dll: %(VersionDir)s\ 27 libGLESv2.dll: %(VersionDir)s\
26 nacl64.exe: %(VersionDir)s\ 28 nacl64.exe: %(VersionDir)s\
27 nacl_irt_x86_32.nexe: %(VersionDir)s\ 29 nacl_irt_x86_32.nexe: %(VersionDir)s\
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 # 63 #
62 # Win8 sub-dir. 64 # Win8 sub-dir.
63 # 65 #
64 # All or none of the following 3 files need to be present as the creation of 66 # All or none of the following 3 files need to be present as the creation of
65 # VisualElementsManifest.xml is based on the existence of 67 # VisualElementsManifest.xml is based on the existence of
66 # %(VersionDir)\VisualElements. On a similar note, no other files should be 68 # %(VersionDir)\VisualElements. On a similar note, no other files should be
67 # packaged in this directory. 69 # packaged in this directory.
68 Logo.png: %(VersionDir)s\VisualElements\ 70 Logo.png: %(VersionDir)s\VisualElements\
69 SmallLogo.png: %(VersionDir)s\VisualElements\ 71 SmallLogo.png: %(VersionDir)s\VisualElements\
70 splash-620x300.png: %(VersionDir)s\VisualElements\ 72 splash-620x300.png: %(VersionDir)s\VisualElements\
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698