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

Side by Side Diff: third_party/opus/src/.gitignore

Issue 2195313002: Remove Opus from DEPS and import a local copy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Local copy of opus, opus/src/.gitignore, opus/DEPS, update README.chromium Created 4 years, 4 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 | « third_party/opus/README.chromium ('k') | third_party/opus/src/AUTHORS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 Doxyfile
2 Makefile
3 Makefile.in
4 TAGS
5 aclocal.m4
6 autom4te.cache
7 *.kdevelop.pcs
8 *.kdevses
9 compile
10 config.guess
11 config.h
12 config.h.in
13 config.log
14 config.status
15 config.sub
16 configure
17 depcomp
18 INSTALL
19 install-sh
20 .deps
21 .libs
22 .dirstamp
23 *.a
24 *.exe
25 *.la
26 *-gnu.S
27 testcelt
28 libtool
29 ltmain.sh
30 missing
31 m4/libtool.m4
32 m4/ltoptions.m4
33 m4/ltsugar.m4
34 m4/ltversion.m4
35 m4/lt~obsolete.m4
36 opus_compare
37 opus_demo
38 repacketizer_demo
39 stamp-h1
40 test-driver
41 *.sw*
42 *.o
43 *.lo
44 *.pc
45 *.tar.gz
46 *~
47 tests/*test
48 tests/test_opus_api
49 tests/test_opus_decode
50 tests/test_opus_encode
51 tests/test_opus_padding
52 celt/arm/armopts.s
53 celt/dump_modes/dump_modes
54 celt/tests/test_unit_cwrs32
55 celt/tests/test_unit_dft
56 celt/tests/test_unit_entropy
57 celt/tests/test_unit_laplace
58 celt/tests/test_unit_mathops
59 celt/tests/test_unit_mdct
60 celt/tests/test_unit_rotation
61 celt/tests/test_unit_types
62 doc/doxygen_sqlite3.db
63 doc/doxygen-build.stamp
64 doc/html
65 doc/latex
66 doc/man
67 package_version
68 version.h
69 celt/Debug
70 celt/Release
71 celt/x64
72 silk/Debug
73 silk/Release
74 silk/x64
75 silk/fixed/Debug
76 silk/fixed/Release
77 silk/fixed/x64
78 silk/float/Debug
79 silk/float/Release
80 silk/float/x64
81 src/Debug
82 src/Release
83 src/x64
OLDNEW
« no previous file with comments | « third_party/opus/README.chromium ('k') | third_party/opus/src/AUTHORS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698