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

Side by Side Diff: README.chromium

Issue 17009012: libvpx: Pull from upstream (Closed) Base URL: http://src.chromium.org/chrome/trunk/deps/third_party/libvpx/
Patch Set: Created 7 years, 6 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 | « no previous file | libvpx_srcs_arm.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Name: libvpx 1 Name: libvpx
2 URL: http://www.webmproject.org 2 URL: http://www.webmproject.org
3 Version: v1.2.0 3 Version: v1.2.0
4 License: BSD 4 License: BSD
5 License File: source/libvpx/LICENSE 5 License File: source/libvpx/LICENSE
6 Security Critical: yes 6 Security Critical: yes
7 7
8 Date: Wednesday June 17 2013 8 Date: Tuesday June 18 2013
9 Branch: master 9 Branch: master
10 Commit: f616cfe4d7a77de114a5cad6f8ee4d22eff1f4f6 10 Commit: 859a4747189262f640d837f6959125e21dc8af79
ddorwin 2013/06/19 01:53:53 This doesn't match the CL description.
fgalligan1 2013/06/19 15:45:04 Yes, please fix this as the update script uses thi
jpet 2013/06/19 17:09:56 Fixed
11 11
12 Description: 12 Description:
13 Contains the sources used to compile libvpx binaries used by Google Chrome and 13 Contains the sources used to compile libvpx binaries used by Google Chrome and
14 Chromium. 14 Chromium.
15 15
16 The libvpx source is from webmproject.org: 16 The libvpx source is from webmproject.org:
17 git://review.webmproject.org/libvpx 17 git://review.webmproject.org/libvpx
18 18
19 Notes on updating libvpx source code. 19 Notes on updating libvpx source code.
20 20
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 prints the final configuration after checking. 57 prints the final configuration after checking.
58 58
59 - unpack_lib_posix.sh 59 - unpack_lib_posix.sh
60 60
61 Unpack a static library of .a type. This tool takes a list of possible 61 Unpack a static library of .a type. This tool takes a list of possible
62 locations of the library file and extract the content. 62 locations of the library file and extract the content.
63 63
64 - copy_obj.sh 64 - copy_obj.sh
65 65
66 A copy utility from a list of candidate locations. 66 A copy utility from a list of candidate locations.
OLDNEW
« no previous file with comments | « no previous file | libvpx_srcs_arm.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698