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

Unified Diff: chrome/installer/mini_installer/chrome.release

Issue 50673007: Sort entries in chrome.release file. (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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/mini_installer/chrome.release
diff --git a/chrome/installer/mini_installer/chrome.release b/chrome/installer/mini_installer/chrome.release
index e5d45281a6cab56802cc125beecbdfc790abd4a0..1cbde29d113d871646aef95bb1cf92368ad4b3a5 100644
--- a/chrome/installer/mini_installer/chrome.release
+++ b/chrome/installer/mini_installer/chrome.release
@@ -3,34 +3,34 @@
# found in the LICENSE file.
[GENERAL]
-chrome.exe: %(ChromeDir)s\
-wow_helper.exe: %(ChromeDir)s\
gab 2013/11/05 16:20:30 So the previous logic was grouping them by target
robertshield 2013/11/07 15:06:19 How about this?
-syzyasan_rtl.dll: %(VersionDir)s\
chrome.dll: %(VersionDir)s\
-chrome_child.dll: %(VersionDir)s\
-nacl64.exe: %(VersionDir)s\
-ppGoogleNaClPluginChrome.dll: %(VersionDir)s\
-nacl_irt_x86_32.nexe: %(VersionDir)s\
-nacl_irt_x86_64.nexe: %(VersionDir)s\
-icudt.dll: %(VersionDir)s\
-resources.pak: %(VersionDir)s\
+chrome.exe: %(ChromeDir)s\
chrome_100_percent.pak: %(VersionDir)s\
-locales\*.pak: %(VersionDir)s\Locales
-locales\*.dll: %(VersionDir)s\Locales
-npchrome_frame.dll: %(VersionDir)s\
-chrome_launcher.exe: %(VersionDir)s\
-chrome_frame_helper.exe: %(VersionDir)s\
+chrome_child.dll: %(VersionDir)s\
chrome_frame_helper.dll: %(VersionDir)s\
-Extensions\*.*: %(VersionDir)s\Extensions\
-ffmpegsumo.dll: %(VersionDir)s\
-pdf.dll: %(VersionDir)s\
+chrome_frame_helper.exe: %(VersionDir)s\
+chrome_launcher.exe: %(VersionDir)s\
D3DCompiler_43.dll: %(VersionDir)s\
d3dcompiler_46.dll: %(VersionDir)s\
+default_apps\*.crx: %(VersionDir)s\default_apps\
+default_apps\external_extensions.json: %(VersionDir)s\default_apps\
+Extensions\*.*: %(VersionDir)s\Extensions\
+ffmpegsumo.dll: %(VersionDir)s\
+icudt.dll: %(VersionDir)s\
libEGL.dll: %(VersionDir)s\
libGLESv2.dll: %(VersionDir)s\
+locales\*.dll: %(VersionDir)s\Locales
+locales\*.pak: %(VersionDir)s\Locales
+nacl64.exe: %(VersionDir)s\
+nacl_irt_x86_32.nexe: %(VersionDir)s\
+nacl_irt_x86_64.nexe: %(VersionDir)s\
+npchrome_frame.dll: %(VersionDir)s\
+pdf.dll: %(VersionDir)s\
+ppGoogleNaClPluginChrome.dll: %(VersionDir)s\
+resources.pak: %(VersionDir)s\
+syzyasan_rtl.dll: %(VersionDir)s\
+wow_helper.exe: %(ChromeDir)s\
xinput1_3.dll: %(VersionDir)s\
-default_apps\*.crx: %(VersionDir)s\default_apps\
-default_apps\external_extensions.json: %(VersionDir)s\default_apps\
[HIDPI]
chrome_200_percent.pak: %(VersionDir)s\
@@ -39,12 +39,12 @@ chrome_200_percent.pak: %(VersionDir)s\
chrome_touch_100_percent.pak: %(VersionDir)s\
[GOOGLE_CHROME]
-SecondaryTile.png: %(VersionDir)s\
delegate_execute.exe: %(VersionDir)s\
-metro_driver.dll: %(VersionDir)s\
libpeerconnection.dll: %(VersionDir)s\
-PepperFlash\pepflashplayer.dll: %(VersionDir)s\PepperFlash\
+metro_driver.dll: %(VersionDir)s\
PepperFlash\manifest.json: %(VersionDir)s\PepperFlash\
+PepperFlash\pepflashplayer.dll: %(VersionDir)s\PepperFlash\
+SecondaryTile.png: %(VersionDir)s\
widevinecdmadapter.dll: %(VersionDir)s\
# All or none of the following 3 files need to be present as the creation of
# VisualElementsManifest.xml is based on the existence of
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698