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

Side by Side Diff: .gitignore

Issue 1575913003: H.264: Default flags and pulling in openh264 and ffmpeg. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Added TODO-comment to clarify flag is not correctly used yet Created 4 years, 11 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 | .gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 *.DS_Store 1 *.DS_Store
2 *.Makefile 2 *.Makefile
3 *.host.mk 3 *.host.mk
4 *.ncb 4 *.ncb
5 *.ninja 5 *.ninja
6 *.props 6 *.props
7 *.pyc 7 *.pyc
8 *.rules 8 *.rules
9 *.scons 9 *.scons
10 *.sdf 10 *.sdf
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 /third_party/binutils 84 /third_party/binutils
85 /third_party/boringssl 85 /third_party/boringssl
86 /third_party/BUILD.gn 86 /third_party/BUILD.gn
87 /third_party/clang_format 87 /third_party/clang_format
88 /third_party/class-dump 88 /third_party/class-dump
89 /third_party/colorama 89 /third_party/colorama
90 /third_party/cygwin 90 /third_party/cygwin
91 /third_party/directxsdk 91 /third_party/directxsdk
92 /third_party/drmemory 92 /third_party/drmemory
93 /third_party/expat 93 /third_party/expat
94 /third_party/ffmpeg
94 /third_party/gaeunit 95 /third_party/gaeunit
95 /third_party/gflags/src 96 /third_party/gflags/src
96 /third_party/google-visualization-python 97 /third_party/google-visualization-python
97 /third_party/icu 98 /third_party/icu
98 /third_party/instrumented_libraries 99 /third_party/instrumented_libraries
99 /third_party/ijar 100 /third_party/ijar
100 /third_party/jsoncpp 101 /third_party/jsoncpp
101 /third_party/jsr-305 102 /third_party/jsr-305
102 /third_party/junit 103 /third_party/junit
103 /third_party/junit-jar 104 /third_party/junit-jar
(...skipping 10 matching lines...) Expand all
114 /third_party/libudev 115 /third_party/libudev
115 /third_party/libyuv 116 /third_party/libyuv
116 /third_party/llvm 117 /third_party/llvm
117 /third_party/llvm-build 118 /third_party/llvm-build
118 /third_party/lss 119 /third_party/lss
119 /third_party/mockito 120 /third_party/mockito
120 /third_party/modp_b64 121 /third_party/modp_b64
121 /third_party/nss 122 /third_party/nss
122 /third_party/oauth2 123 /third_party/oauth2
123 /third_party/ocmock 124 /third_party/ocmock
125 /third_party/openh264
124 /third_party/openmax_dl 126 /third_party/openmax_dl
125 /third_party/opus 127 /third_party/opus
126 /third_party/proguard 128 /third_party/proguard
127 /third_party/protobuf 129 /third_party/protobuf
128 /third_party/requests 130 /third_party/requests
129 /third_party/robolectric 131 /third_party/robolectric
130 /third_party/sqlite 132 /third_party/sqlite
131 /third_party/syzygy 133 /third_party/syzygy
132 /third_party/usrsctp 134 /third_party/usrsctp
133 /third_party/valgrind 135 /third_party/valgrind
(...skipping 23 matching lines...) Expand all
157 /webrtc/examples/android/opensl_loopback/gen 159 /webrtc/examples/android/opensl_loopback/gen
158 /webrtc/examples/android/opensl_loopback/libs 160 /webrtc/examples/android/opensl_loopback/libs
159 /webrtc/examples/android/opensl_loopback/local.properties 161 /webrtc/examples/android/opensl_loopback/local.properties
160 /webrtc/examples/android/opensl_loopback/obj 162 /webrtc/examples/android/opensl_loopback/obj
161 /webrtc/examples/android/opensl_loopback/proguard-project.txt 163 /webrtc/examples/android/opensl_loopback/proguard-project.txt
162 /webrtc/modules/audio_device/android/test/bin/ 164 /webrtc/modules/audio_device/android/test/bin/
163 /webrtc/modules/audio_device/android/test/gen/ 165 /webrtc/modules/audio_device/android/test/gen/
164 /webrtc/modules/audio_device/android/test/libs/ 166 /webrtc/modules/audio_device/android/test/libs/
165 /x86-generic_out/ 167 /x86-generic_out/
166 /xcodebuild 168 /xcodebuild
OLDNEW
« no previous file with comments | « no previous file | .gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698