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

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

Issue 826083004: Enable loading V8's initial snapshot from external files on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@v8_ext_win_1
Patch Set: Don't include v8 on iOS Created 5 years, 11 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
« no previous file with comments | « build/common.gypi ('k') | chrome/tools/build/win/FILES.cfg » ('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\
(...skipping 15 matching lines...) Expand all
26 d3dcompiler_47.dll: %(VersionDir)s\ 26 d3dcompiler_47.dll: %(VersionDir)s\
27 ffmpegsumo.dll: %(VersionDir)s\ 27 ffmpegsumo.dll: %(VersionDir)s\
28 icudt.dll: %(VersionDir)s\ 28 icudt.dll: %(VersionDir)s\
29 icudtl.dat: %(VersionDir)s\ 29 icudtl.dat: %(VersionDir)s\
30 libEGL.dll: %(VersionDir)s\ 30 libEGL.dll: %(VersionDir)s\
31 libexif.dll: %(VersionDir)s\ 31 libexif.dll: %(VersionDir)s\
32 libGLESv2.dll: %(VersionDir)s\ 32 libGLESv2.dll: %(VersionDir)s\
33 nacl64.exe: %(VersionDir)s\ 33 nacl64.exe: %(VersionDir)s\
34 nacl_irt_x86_32.nexe: %(VersionDir)s\ 34 nacl_irt_x86_32.nexe: %(VersionDir)s\
35 nacl_irt_x86_64.nexe: %(VersionDir)s\ 35 nacl_irt_x86_64.nexe: %(VersionDir)s\
36 natives_blob.bin: %(VersionDir)s\
36 pdf.dll: %(VersionDir)s\ 37 pdf.dll: %(VersionDir)s\
37 resources.pak: %(VersionDir)s\ 38 resources.pak: %(VersionDir)s\
39 snapshot_blob.bin: %(VersionDir)s\
38 syzyasan_rtl.dll: %(VersionDir)s\ 40 syzyasan_rtl.dll: %(VersionDir)s\
39 xinput1_3.dll: %(VersionDir)s\ 41 xinput1_3.dll: %(VersionDir)s\
40 # 42 #
41 # Sub directories living in the version dir 43 # Sub directories living in the version dir
42 # 44 #
43 default_apps\*.crx: %(VersionDir)s\default_apps\ 45 default_apps\*.crx: %(VersionDir)s\default_apps\
44 default_apps\external_extensions.json: %(VersionDir)s\default_apps\ 46 default_apps\external_extensions.json: %(VersionDir)s\default_apps\
45 Extensions\*.*: %(VersionDir)s\Extensions\ 47 Extensions\*.*: %(VersionDir)s\Extensions\
46 locales\*.dll: %(VersionDir)s\Locales 48 locales\*.dll: %(VersionDir)s\Locales
47 locales\*.pak: %(VersionDir)s\Locales 49 locales\*.pak: %(VersionDir)s\Locales
(...skipping 17 matching lines...) Expand all
65 # 67 #
66 # Win8 sub-dir. 68 # Win8 sub-dir.
67 # 69 #
68 # All or none of the following 3 files need to be present as the creation of 70 # All or none of the following 3 files need to be present as the creation of
69 # VisualElementsManifest.xml is based on the existence of 71 # VisualElementsManifest.xml is based on the existence of
70 # %(VersionDir)\VisualElements. On a similar note, no other files should be 72 # %(VersionDir)\VisualElements. On a similar note, no other files should be
71 # packaged in this directory. 73 # packaged in this directory.
72 Logo.png: %(VersionDir)s\VisualElements\ 74 Logo.png: %(VersionDir)s\VisualElements\
73 SmallLogo.png: %(VersionDir)s\VisualElements\ 75 SmallLogo.png: %(VersionDir)s\VisualElements\
74 splash-620x300.png: %(VersionDir)s\VisualElements\ 76 splash-620x300.png: %(VersionDir)s\VisualElements\
OLDNEW
« no previous file with comments | « build/common.gypi ('k') | chrome/tools/build/win/FILES.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698