Chromium Code Reviews

Side by Side Diff: .gitignore

Issue 1341473003: Add Chrome OS's minigbm library to third_party (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update default Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
« 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 *.gypcmd 1 *.gypcmd
2 *.mk 2 *.mk
3 *.ncb 3 *.ncb
4 *.opensdf 4 *.opensdf
5 *.orig 5 *.orig
6 *.props 6 *.props
7 *.pyc 7 *.pyc
8 *.rules 8 *.rules
9 *.sdf 9 *.sdf
10 *.sln 10 *.sln
(...skipping 330 matching lines...)
341 /third_party/libvpx 341 /third_party/libvpx
342 /third_party/libwebm/source 342 /third_party/libwebm/source
343 /third_party/libyuv 343 /third_party/libyuv
344 /third_party/lighttpd 344 /third_party/lighttpd
345 /third_party/llvm 345 /third_party/llvm
346 /third_party/llvm-allocated-type 346 /third_party/llvm-allocated-type
347 /third_party/llvm-build 347 /third_party/llvm-build
348 /third_party/lss 348 /third_party/lss
349 /third_party/mesa/src 349 /third_party/mesa/src
350 /third_party/mingw-w64 350 /third_party/mingw-w64
351 /third_party/minigbm/src
351 /third_party/mkl 352 /third_party/mkl
352 /third_party/mocha 353 /third_party/mocha
353 /third_party/mockito/src 354 /third_party/mockito/src
354 /third_party/mojo/src/mojo/public/tools/prebuilt/ 355 /third_party/mojo/src/mojo/public/tools/prebuilt/
355 /third_party/nacl_sdk_binaries/ 356 /third_party/nacl_sdk_binaries/
356 /third_party/nss 357 /third_party/nss
357 /third_party/omaha/src/omaha 358 /third_party/omaha/src/omaha
358 /third_party/openmax_dl/ 359 /third_party/openmax_dl/
359 /third_party/opus/src 360 /third_party/opus/src
360 /third_party/pdfsqueeze 361 /third_party/pdfsqueeze
(...skipping 78 matching lines...)
439 /ui/surface/surface.xml 440 /ui/surface/surface.xml
440 /ui/surface/surface_gpu_tests.xml 441 /ui/surface/surface_gpu_tests.xml
441 /v8 442 /v8
442 # Results directory for run-webkit-tests. http://crbug.com/488288 443 # Results directory for run-webkit-tests. http://crbug.com/488288
443 /webkit 444 /webkit
444 /webpagereplay_logs/ 445 /webpagereplay_logs/
445 /win8/delegate_execute/delegate_execute_version_resources.xml 446 /win8/delegate_execute/delegate_execute_version_resources.xml
446 /win8/metro_driver/metro_driver_version_resources.xml 447 /win8/metro_driver/metro_driver_version_resources.xml
447 /x86-generic_out/ 448 /x86-generic_out/
448 /xcodebuild 449 /xcodebuild
OLDNEW
« no previous file with comments | « no previous file | DEPS » ('j') | no next file with comments »

Powered by Google App Engine