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

Side by Side Diff: README.chromium

Issue 757313004: Remove all remaining obj_int_extract code (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/libvpx/
Patch Set: Created 6 years 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
« no previous file with comments | « BUILD.gn ('k') | copy_obj.py » ('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.3.0 3 Version: v1.3.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: Thursday December 4 2014 8 Date: Thursday December 4 2014
9 Branch: master 9 Branch: master
10 Commit: 9065da983fa22e7b34f8fe95def38d72283e36de 10 Commit: 9065da983fa22e7b34f8fe95def38d72283e36de
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 48
49 - generate_gypi.sh 49 - generate_gypi.sh
50 50
51 Generate config and .gypi files that contain the source list for each platform. 51 Generate config and .gypi files that contain the source list for each platform.
52 Configuration for the build is taken from vpx_config.h for each platform. 52 Configuration for the build is taken from vpx_config.h for each platform.
53 53
54 - lint_config.sh 54 - lint_config.sh
55 55
56 A tool to verify vpx_config.h and vpx_config.asm are matched. This also 56 A tool to verify vpx_config.h and vpx_config.asm are matched. This also
57 prints the final configuration after checking. 57 prints the final configuration after checking.
58
59 - unpack_lib_posix.sh
60
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.
63
64 - copy_obj.py
65
66 A copy utility from a list of candidate locations.
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | copy_obj.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698