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

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

Issue 217233005: Revert 260917 "Media Galleries API Metadata: Image metadata" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 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 # 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 10 matching lines...) Expand all
21 chrome.dll: %(VersionDir)s\ 21 chrome.dll: %(VersionDir)s\
22 chrome_100_percent.pak: %(VersionDir)s\ 22 chrome_100_percent.pak: %(VersionDir)s\
23 chrome_child.dll: %(VersionDir)s\ 23 chrome_child.dll: %(VersionDir)s\
24 chrome_elf.dll: %(VersionDir)s\ 24 chrome_elf.dll: %(VersionDir)s\
25 D3DCompiler_43.dll: %(VersionDir)s\ 25 D3DCompiler_43.dll: %(VersionDir)s\
26 d3dcompiler_46.dll: %(VersionDir)s\ 26 d3dcompiler_46.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\
32 libGLESv2.dll: %(VersionDir)s\ 31 libGLESv2.dll: %(VersionDir)s\
33 nacl64.exe: %(VersionDir)s\ 32 nacl64.exe: %(VersionDir)s\
34 nacl_irt_x86_32.nexe: %(VersionDir)s\ 33 nacl_irt_x86_32.nexe: %(VersionDir)s\
35 nacl_irt_x86_64.nexe: %(VersionDir)s\ 34 nacl_irt_x86_64.nexe: %(VersionDir)s\
36 pdf.dll: %(VersionDir)s\ 35 pdf.dll: %(VersionDir)s\
37 ppGoogleNaClPluginChrome.dll: %(VersionDir)s\ 36 ppGoogleNaClPluginChrome.dll: %(VersionDir)s\
38 resources.pak: %(VersionDir)s\ 37 resources.pak: %(VersionDir)s\
39 syzyasan_rtl.dll: %(VersionDir)s\ 38 syzyasan_rtl.dll: %(VersionDir)s\
40 xinput1_3.dll: %(VersionDir)s\ 39 xinput1_3.dll: %(VersionDir)s\
41 # 40 #
(...skipping 24 matching lines...) Expand all
66 # 65 #
67 # Win8 sub-dir. 66 # Win8 sub-dir.
68 # 67 #
69 # All or none of the following 3 files need to be present as the creation of 68 # All or none of the following 3 files need to be present as the creation of
70 # VisualElementsManifest.xml is based on the existence of 69 # VisualElementsManifest.xml is based on the existence of
71 # %(VersionDir)\VisualElements. On a similar note, no other files should be 70 # %(VersionDir)\VisualElements. On a similar note, no other files should be
72 # packaged in this directory. 71 # packaged in this directory.
73 Logo.png: %(VersionDir)s\VisualElements\ 72 Logo.png: %(VersionDir)s\VisualElements\
74 SmallLogo.png: %(VersionDir)s\VisualElements\ 73 SmallLogo.png: %(VersionDir)s\VisualElements\
75 splash-620x300.png: %(VersionDir)s\VisualElements\ 74 splash-620x300.png: %(VersionDir)s\VisualElements\
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698