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

Side by Side Diff: source/libvpx/.gitignore

Issue 1019863002: libvpx: Pull from upstream (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libvpx.git@master
Patch Set: Created 5 years, 9 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 | « libvpx_srcs_x86_64.gypi ('k') | source/libvpx/build/make/obj_int_extract.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 *.S 1 *.S
2 *.a 2 *.a
3 *.asm.s 3 *.asm.s
4 *.d 4 *.d
5 *.gcda 5 *.gcda
6 *.gcno 6 *.gcno
7 *.o 7 *.o
8 *~ 8 *~
9 .cproject 9 .cproject
10 .project 10 .project
(...skipping 26 matching lines...) Expand all
37 /examples/vp8_multi_resolution_encoder 37 /examples/vp8_multi_resolution_encoder
38 /examples/vp8cx_set_ref 38 /examples/vp8cx_set_ref
39 /examples/vp9_spatial_scalable_encoder 39 /examples/vp9_spatial_scalable_encoder
40 /examples/vpx_temporal_scalable_patterns 40 /examples/vpx_temporal_scalable_patterns
41 /ivfdec 41 /ivfdec
42 /ivfdec.dox 42 /ivfdec.dox
43 /ivfenc 43 /ivfenc
44 /ivfenc.dox 44 /ivfenc.dox
45 /libvpx.so* 45 /libvpx.so*
46 /libvpx.ver 46 /libvpx.ver
47 /obj_int_extract
48 /samples.dox 47 /samples.dox
49 /test_libvpx 48 /test_libvpx
50 /vp8_api1_migration.dox 49 /vp8_api1_migration.dox
51 /vp[89x]_rtcd.h 50 /vp[89x]_rtcd.h
52 /vpx.pc 51 /vpx.pc
53 /vpx_config.c 52 /vpx_config.c
54 /vpx_config.h 53 /vpx_config.h
55 /vpx_scale_rtcd.h 54 /vpx_scale_rtcd.h
56 /vpx_version.h 55 /vpx_version.h
57 /vpxdec 56 /vpxdec
58 /vpxdec.dox 57 /vpxdec.dox
59 /vpxenc 58 /vpxenc
60 /vpxenc.dox 59 /vpxenc.dox
61 TAGS 60 TAGS
OLDNEW
« no previous file with comments | « libvpx_srcs_x86_64.gypi ('k') | source/libvpx/build/make/obj_int_extract.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698