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

Side by Side Diff: .gitignore

Issue 2093007: Chromium side changes for enabling VP8 and WebM support. (Closed)
Patch Set: Final fixes Created 10 years, 7 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') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 *.Makefile 1 *.Makefile
2 *.mk 2 *.mk
3 *.ncb 3 *.ncb
4 *.pyc 4 *.pyc
5 *.rules 5 *.rules
6 *.scons 6 *.scons
7 *.sln 7 *.sln
8 *.suo 8 *.suo
9 *.user 9 *.user
10 *.vcproj 10 *.vcproj
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 /third_party/chromeos_text_input 55 /third_party/chromeos_text_input
56 /third_party/cros 56 /third_party/cros
57 /third_party/cygwin 57 /third_party/cygwin
58 /third_party/ffmpeg/binaries 58 /third_party/ffmpeg/binaries
59 /third_party/ffmpeg/source/patched-ffmpeg-mt 59 /third_party/ffmpeg/source/patched-ffmpeg-mt
60 /third_party/forge 60 /third_party/forge
61 /third_party/googlemac 61 /third_party/googlemac
62 /third_party/gles2_conform 62 /third_party/gles2_conform
63 /third_party/hunspell 63 /third_party/hunspell
64 /third_party/icu 64 /third_party/icu
65 /third_party/libvpx
65 /third_party/lighttpd 66 /third_party/lighttpd
66 /third_party/mingw-w64 67 /third_party/mingw-w64
67 /third_party/nss 68 /third_party/nss
68 /third_party/ots 69 /third_party/ots
69 /third_party/pefile 70 /third_party/pefile
70 /third_party/personalization 71 /third_party/personalization
71 /third_party/pdfsqueeze 72 /third_party/pdfsqueeze
72 /third_party/platformsdk_win2008_6_1 73 /third_party/platformsdk_win2008_6_1
73 /third_party/ppapi 74 /third_party/ppapi
74 /third_party/protobuf2 75 /third_party/protobuf2
(...skipping 15 matching lines...) Expand all
90 /v8 91 /v8
91 /webkit/Debug 92 /webkit/Debug
92 /webkit/Release 93 /webkit/Release
93 /webkit/data/bmp_decoder 94 /webkit/data/bmp_decoder
94 /webkit/data/ico_decoder 95 /webkit/data/ico_decoder
95 /webkit/data/layout_tests/LayoutTests 96 /webkit/data/layout_tests/LayoutTests
96 /webkit/data/test_shell/plugins 97 /webkit/data/test_shell/plugins
97 /webkit/data/xbm_decoder 98 /webkit/data/xbm_decoder
98 /xcodebuild 99 /xcodebuild
99 SConstruct 100 SConstruct
OLDNEW
« no previous file with comments | « no previous file | DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698