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

Side by Side Diff: .gitignore

Issue 1399363002: Add ffmpeg (chromium's branch) to third_party for use in mojo media. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Reference older version of ffmpeg to avoid gn compatibility issues. Created 5 years, 2 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 | DEPS » ('j') | build/config/compiler/BUILD.gn » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # commonly generated files 1 # commonly generated files
2 *.pyc 2 *.pyc
3 *.mojom.dart 3 *.mojom.dart
4 *~ 4 *~
5 .*.sw? 5 .*.sw?
6 .DS_Store 6 .DS_Store
7 .classpath 7 .classpath
8 .cproject 8 .cproject
9 .gdb_history 9 .gdb_history
10 .gdbinit 10 .gdbinit
(...skipping 23 matching lines...) Expand all
34 /testing/gtest/ 34 /testing/gtest/
35 /third_party/android_tools/ 35 /third_party/android_tools/
36 /third_party/angle/ 36 /third_party/angle/
37 /third_party/appurify-python/ 37 /third_party/appurify-python/
38 /third_party/breakpad/src/ 38 /third_party/breakpad/src/
39 /third_party/boringssl/src/ 39 /third_party/boringssl/src/
40 /third_party/brotli/src/ 40 /third_party/brotli/src/
41 /third_party/colorama/src/ 41 /third_party/colorama/src/
42 /third_party/dart-sdk/ 42 /third_party/dart-sdk/
43 /third_party/dejavu-fonts-ttf-2.34/ttf/*.ttf 43 /third_party/dejavu-fonts-ttf-2.34/ttf/*.ttf
44 /third_party/ffmpeg
44 /third_party/freetype-android/src 45 /third_party/freetype-android/src
45 /third_party/go/ 46 /third_party/go/
46 /third_party/icu/ 47 /third_party/icu/
47 /third_party/jsr-305/src/ 48 /third_party/jsr-305/src/
48 /third_party/leveldatabase/ 49 /third_party/leveldatabase/
49 /third_party/libc++/trunk/ 50 /third_party/libc++/trunk/
50 /third_party/libc++abi/trunk/ 51 /third_party/libc++abi/trunk/
51 /third_party/libjpeg_turbo/ 52 /third_party/libjpeg_turbo/
52 /third_party/llvm/ 53 /third_party/llvm/
53 /third_party/llvm-build/ 54 /third_party/llvm-build/
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 111
111 # downloaded keyboard_native resources. 112 # downloaded keyboard_native resources.
112 /services/keyboard_native/res/*.png 113 /services/keyboard_native/res/*.png
113 114
114 # breakpad tool 115 # breakpad tool
115 /mojo/tools/linux64/dump_syms 116 /mojo/tools/linux64/dump_syms
116 /mojo/tools/linux64/symupload 117 /mojo/tools/linux64/symupload
117 118
118 # downloaded prediction dictionary files. 119 # downloaded prediction dictionary files.
119 /services/prediction/res/*.dict 120 /services/prediction/res/*.dict
OLDNEW
« no previous file with comments | « no previous file | DEPS » ('j') | build/config/compiler/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698