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

Side by Side Diff: .gitignore

Issue 10829042: Fix third-party license information for a number of projects (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix TODO Created 8 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | LICENSE.chromium_os » ('j') | LICENSE.chromium_os » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 *.Makefile 1 *.Makefile
2 *.gypcmd 2 *.gypcmd
3 *.mk 3 *.mk
4 *.ncb 4 *.ncb
5 *.ninja 5 *.ninja
6 *.opensdf 6 *.opensdf
7 *.props 7 *.props
8 *.pyc 8 *.pyc
9 *.rules 9 *.rules
10 *.scons 10 *.scons
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 /third_party/libphonenumber/src 165 /third_party/libphonenumber/src
166 /third_party/libsrtp 166 /third_party/libsrtp
167 /third_party/libvpx 167 /third_party/libvpx
168 /third_party/libyuv 168 /third_party/libyuv
169 /third_party/lighttpd 169 /third_party/lighttpd
170 /third_party/llvm 170 /third_party/llvm
171 /third_party/llvm-build 171 /third_party/llvm-build
172 /third_party/lss 172 /third_party/lss
173 /third_party/mingw-w64 173 /third_party/mingw-w64
174 /third_party/mkl 174 /third_party/mkl
175 /third_party/mozc 175 /third_party/mozc/chrome/chromeos/renderer
176 /third_party/mozc/session
176 /third_party/mozrunner 177 /third_party/mozrunner
177 /third_party/nacl_sdk_binaries/ 178 /third_party/nacl_sdk_binaries/
178 /third_party/nss 179 /third_party/nss
179 /third_party/openssl 180 /third_party/openssl
180 /third_party/ots 181 /third_party/ots
181 /third_party/pdfsqueeze 182 /third_party/pdfsqueeze
182 /third_party/pefile 183 /third_party/pefile
183 /third_party/platformsdk_win7 184 /third_party/platformsdk_win7
184 /third_party/platformsdk_win8 185 /third_party/platformsdk_win8
185 /third_party/ppapi 186 /third_party/ppapi
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
229 /v8 230 /v8
230 /webkit/Debug 231 /webkit/Debug
231 /webkit/Release 232 /webkit/Release
232 /webkit/data/bmp_decoder 233 /webkit/data/bmp_decoder
233 /webkit/data/ico_decoder 234 /webkit/data/ico_decoder
234 /webkit/data/layout_tests/LayoutTests 235 /webkit/data/layout_tests/LayoutTests
235 /webkit/data/test_shell/plugins 236 /webkit/data/test_shell/plugins
236 /webkit/data/xbm_decoder 237 /webkit/data/xbm_decoder
237 /x86-generic_out/ 238 /x86-generic_out/
238 /xcodebuild 239 /xcodebuild
OLDNEW
« no previous file with comments | « no previous file | LICENSE.chromium_os » ('j') | LICENSE.chromium_os » ('J')

Powered by Google App Engine
This is Rietveld 408576698