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

Side by Side Diff: .gitignore

Issue 2224093003: Drop third_party/swiftshader/ from .gitignore (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 | no next file » | 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 *.pdb 6 *.pdb
7 *.props 7 *.props
8 *.pyc 8 *.pyc
9 *.pyproj 9 *.pyproj
10 *.rules 10 *.rules
(...skipping 416 matching lines...) Expand 10 before | Expand all | Expand 10 after
427 /third_party/sfntly/src 427 /third_party/sfntly/src
428 /third_party/shaderc/src 428 /third_party/shaderc/src
429 /third_party/skia 429 /third_party/skia
430 /third_party/smhasher/src 430 /third_party/smhasher/src
431 /third_party/snappy/src 431 /third_party/snappy/src
432 /third_party/SPIRV-Tools/src 432 /third_party/SPIRV-Tools/src
433 /third_party/sqlite4java/lib/**/*.dll 433 /third_party/sqlite4java/lib/**/*.dll
434 /third_party/sqlite4java/lib/**/*.jar 434 /third_party/sqlite4java/lib/**/*.jar
435 /third_party/sqlite4java/lib/**/*.jnilib 435 /third_party/sqlite4java/lib/**/*.jnilib
436 /third_party/sqlite4java/lib/**/*.so 436 /third_party/sqlite4java/lib/**/*.so
437 /third_party/swiftshader/
438 /third_party/syzygy 437 /third_party/syzygy
439 /third_party/syzygy/binaries 438 /third_party/syzygy/binaries
440 /third_party/tsan/ 439 /third_party/tsan/
441 /third_party/ub-uiautomator/lib 440 /third_party/ub-uiautomator/lib
442 /third_party/usb_ids 441 /third_party/usb_ids
443 /third_party/usrsctp/usrsctplib 442 /third_party/usrsctp/usrsctplib
444 /third_party/v8-i18n 443 /third_party/v8-i18n
445 /third_party/valgrind 444 /third_party/valgrind
446 /third_party/v4l2capture 445 /third_party/v4l2capture
447 /third_party/visualmetrics 446 /third_party/visualmetrics
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
489 /ui/keyboard/keyboard_mojom_bindings.xml 488 /ui/keyboard/keyboard_mojom_bindings.xml
490 /ui/surface/surface.xml 489 /ui/surface/surface.xml
491 /ui/surface/surface_gpu_tests.xml 490 /ui/surface/surface_gpu_tests.xml
492 /v8 491 /v8
493 /webkit/data 492 /webkit/data
494 /webpagereplay_logs/ 493 /webpagereplay_logs/
495 /win8/delegate_execute/delegate_execute_version_resources.xml 494 /win8/delegate_execute/delegate_execute_version_resources.xml
496 /win8/metro_driver/metro_driver_version_resources.xml 495 /win8/metro_driver/metro_driver_version_resources.xml
497 /x86-generic_out/ 496 /x86-generic_out/
498 /xcodebuild 497 /xcodebuild
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698