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

Side by Side 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, 7 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
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="utf-8"?>
2 <installer-gui-script minSpecVersion="1">
3 <title>libjpeg-turbo</title>
4 <welcome file="Welcome.rtf" />
5 <readme file="ReadMe.txt" />
6 <license file="License.rtf" />
7 <domains
8 enable_anywhere="false"
9 enable_currentUserHome="false"
10 enable_localSystem="true"
11 />
12 <options customize="never" />
13 <choices-outline>
14 <line choice="default">
15 <line choice="com.libjpeg-turbo.libjpeg-turbo"/>
16 </line>
17 </choices-outline>
18 <choice id="default"/>
19 <choice id="com.libjpeg-turbo.libjpeg-turbo" visible="false">
20 <pkg-ref id="com.libjpeg-turbo.libjpeg-turbo"/>
21 </choice>
22 <pkg-ref auth="root"
23 id="com.libjpeg-turbo.libjpeg-turbo">libjpeg-turbo.pkg</pkg-ref>
24 </installer-gui-script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698