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

Unified Diff: release/Distribution.xml

Issue 1934113002: Update libjpeg_turbo to 1.4.90 from https://github.com/libjpeg-turbo/ (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git@master
Patch Set: Created 4 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 side-by-side diff with in-line comments
Download patch
Index: release/Distribution.xml
diff --git a/release/Distribution.xml b/release/Distribution.xml
new file mode 100644
index 0000000000000000000000000000000000000000..ee73ab00f0727ebff692443d7d11c65688939028
--- /dev/null
+++ b/release/Distribution.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="utf-8"?>
+<installer-gui-script minSpecVersion="1">
+ <title>libjpeg-turbo</title>
+ <welcome file="Welcome.rtf" />
+ <readme file="ReadMe.txt" />
+ <license file="License.rtf" />
+ <domains
+ enable_anywhere="false"
+ enable_currentUserHome="false"
+ enable_localSystem="true"
+ />
+ <options customize="never" />
+ <choices-outline>
+ <line choice="default">
+ <line choice="com.libjpeg-turbo.libjpeg-turbo"/>
+ </line>
+ </choices-outline>
+ <choice id="default"/>
+ <choice id="com.libjpeg-turbo.libjpeg-turbo" visible="false">
+ <pkg-ref id="com.libjpeg-turbo.libjpeg-turbo"/>
+ </choice>
+ <pkg-ref auth="root"
+ id="com.libjpeg-turbo.libjpeg-turbo">libjpeg-turbo.pkg</pkg-ref>
+</installer-gui-script>

Powered by Google App Engine
This is Rietveld 408576698