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

Side by Side Diff: .gitignore

Issue 3005036: Implement VP8 encoder for chromoting (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: just uploading Created 10 years, 3 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 | media/base/media.h » ('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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 /third_party/cros 67 /third_party/cros
68 /third_party/cygwin 68 /third_party/cygwin
69 /third_party/ffmpeg 69 /third_party/ffmpeg
70 /third_party/forge 70 /third_party/forge
71 /third_party/gles2_conform 71 /third_party/gles2_conform
72 /third_party/googlemac 72 /third_party/googlemac
73 /third_party/hunspell 73 /third_party/hunspell
74 /third_party/hunspell_dictionaries 74 /third_party/hunspell_dictionaries
75 /third_party/icu 75 /third_party/icu
76 /third_party/libjingle/source 76 /third_party/libjingle/source
77 /third_party/libvpx 77 /third_party/libvpx/lib
78 /third_party/libvpx/include
78 /third_party/lighttpd 79 /third_party/lighttpd
79 /third_party/mingw-w64 80 /third_party/mingw-w64
80 /third_party/nss 81 /third_party/nss
81 /third_party/ots 82 /third_party/ots
82 /third_party/pdfsqueeze 83 /third_party/pdfsqueeze
83 /third_party/pefile 84 /third_party/pefile
84 /third_party/personalization 85 /third_party/personalization
85 /third_party/platformsdk_win2008_6_1 86 /third_party/platformsdk_win2008_6_1
86 /third_party/ppapi 87 /third_party/ppapi
87 /third_party/protobuf2 88 /third_party/protobuf2
(...skipping 18 matching lines...) Expand all
106 /webkit/Debug 107 /webkit/Debug
107 /webkit/Release 108 /webkit/Release
108 /webkit/data/bmp_decoder 109 /webkit/data/bmp_decoder
109 /webkit/data/ico_decoder 110 /webkit/data/ico_decoder
110 /webkit/data/layout_tests/LayoutTests 111 /webkit/data/layout_tests/LayoutTests
111 /webkit/data/test_shell/plugins 112 /webkit/data/test_shell/plugins
112 /webkit/data/xbm_decoder 113 /webkit/data/xbm_decoder
113 /x86-generic_out/ 114 /x86-generic_out/
114 /xcodebuild 115 /xcodebuild
115 SConstruct 116 SConstruct
OLDNEW
« no previous file with comments | « no previous file | media/base/media.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698