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

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: Move elf init call back under fast notify 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
« no previous file with comments | « chrome/chrome_exe.gypi ('k') | chrome/test/mini_installer/config/chrome_system_installed.prop » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 aseembly manifest.
13 # The name of this file must match the name of the version dir, so we cannot
14 # hard-code it.
15 # // TODO(caitkp): Find a way to do this without wildcards.
16 #
17 *.*.*.*.manifest: %(VersionDir)s\
18 #
12 # Chrome version dir entries, sorted alphabetically. 19 # Chrome version dir entries, sorted alphabetically.
13 # 20 #
14 chrome.dll: %(VersionDir)s\ 21 chrome.dll: %(VersionDir)s\
15 chrome_100_percent.pak: %(VersionDir)s\ 22 chrome_100_percent.pak: %(VersionDir)s\
23 chrome_elf.dll: %(VersionDir)s\
16 chrome_child.dll: %(VersionDir)s\ 24 chrome_child.dll: %(VersionDir)s\
17 chrome_frame_helper.dll: %(VersionDir)s\ 25 chrome_frame_helper.dll: %(VersionDir)s\
18 chrome_frame_helper.exe: %(VersionDir)s\ 26 chrome_frame_helper.exe: %(VersionDir)s\
19 chrome_launcher.exe: %(VersionDir)s\ 27 chrome_launcher.exe: %(VersionDir)s\
20 D3DCompiler_43.dll: %(VersionDir)s\ 28 D3DCompiler_43.dll: %(VersionDir)s\
21 d3dcompiler_46.dll: %(VersionDir)s\ 29 d3dcompiler_46.dll: %(VersionDir)s\
22 ffmpegsumo.dll: %(VersionDir)s\ 30 ffmpegsumo.dll: %(VersionDir)s\
23 icudt.dll: %(VersionDir)s\ 31 icudt.dll: %(VersionDir)s\
24 libEGL.dll: %(VersionDir)s\ 32 libEGL.dll: %(VersionDir)s\
25 libGLESv2.dll: %(VersionDir)s\ 33 libGLESv2.dll: %(VersionDir)s\
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 # 69 #
62 # Win8 sub-dir. 70 # Win8 sub-dir.
63 # 71 #
64 # All or none of the following 3 files need to be present as the creation of 72 # 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 73 # VisualElementsManifest.xml is based on the existence of
66 # %(VersionDir)\VisualElements. On a similar note, no other files should be 74 # %(VersionDir)\VisualElements. On a similar note, no other files should be
67 # packaged in this directory. 75 # packaged in this directory.
68 Logo.png: %(VersionDir)s\VisualElements\ 76 Logo.png: %(VersionDir)s\VisualElements\
69 SmallLogo.png: %(VersionDir)s\VisualElements\ 77 SmallLogo.png: %(VersionDir)s\VisualElements\
70 splash-620x300.png: %(VersionDir)s\VisualElements\ 78 splash-620x300.png: %(VersionDir)s\VisualElements\
OLDNEW
« no previous file with comments | « chrome/chrome_exe.gypi ('k') | chrome/test/mini_installer/config/chrome_system_installed.prop » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698