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

Side by Side Diff: .gitignore

Issue 1917043003: Added shaderc, glslang, and SPIRV-Tools to third_party. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updated glslang ref, removed whitelist entry Created 4 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 *.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 316 matching lines...) Expand 10 before | Expand all | Expand 10 after
327 /third_party/errorprone/lib 327 /third_party/errorprone/lib
328 /third_party/eyesfree/src 328 /third_party/eyesfree/src
329 /third_party/ffmpeg 329 /third_party/ffmpeg
330 /third_party/findbugs 330 /third_party/findbugs
331 /third_party/flac 331 /third_party/flac
332 /third_party/flatbuffers/src 332 /third_party/flatbuffers/src
333 /third_party/fontconfig/src 333 /third_party/fontconfig/src
334 /third_party/freetype-android/src 334 /third_party/freetype-android/src
335 /third_party/freetype2/src 335 /third_party/freetype2/src
336 /third_party/gles2_conform 336 /third_party/gles2_conform
337 /third_party/glslang/src
337 /third_party/gnu_binutils/ 338 /third_party/gnu_binutils/
338 /third_party/google_appengine_cloudstorage 339 /third_party/google_appengine_cloudstorage
339 /third_party/google_toolbox_for_mac/src 340 /third_party/google_toolbox_for_mac/src
340 /third_party/googlemac 341 /third_party/googlemac
341 /third_party/gperf 342 /third_party/gperf
342 /third_party/httpcomponents-client 343 /third_party/httpcomponents-client
343 /third_party/httpcomponents-core 344 /third_party/httpcomponents-core
344 /third_party/hunspell_dictionaries 345 /third_party/hunspell_dictionaries
345 /third_party/icu 346 /third_party/icu
346 /third_party/jarjar 347 /third_party/jarjar
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
402 /third_party/python_24 403 /third_party/python_24
403 /third_party/python_26 404 /third_party/python_26
404 /third_party/pywebsocket/src 405 /third_party/pywebsocket/src
405 /third_party/pywebsocket/src 406 /third_party/pywebsocket/src
406 /third_party/re2/src 407 /third_party/re2/src
407 /third_party/requests/src 408 /third_party/requests/src
408 /third_party/robolectric/lib 409 /third_party/robolectric/lib
409 /third_party/safe_browsing/testing 410 /third_party/safe_browsing/testing
410 /third_party/scons-2.0.1 411 /third_party/scons-2.0.1
411 /third_party/sfntly/src 412 /third_party/sfntly/src
413 /third_party/shaderc/src
412 /third_party/skia 414 /third_party/skia
413 /third_party/smhasher/src 415 /third_party/smhasher/src
414 /third_party/snappy/src 416 /third_party/snappy/src
417 /third_party/SPIRV-Tools/src
415 /third_party/swiftshader/include/ 418 /third_party/swiftshader/include/
416 /third_party/syzygy 419 /third_party/syzygy
417 /third_party/syzygy/binaries 420 /third_party/syzygy/binaries
418 /third_party/tsan/ 421 /third_party/tsan/
419 /third_party/ub-uiautomator/lib 422 /third_party/ub-uiautomator/lib
420 /third_party/usb_ids 423 /third_party/usb_ids
421 /third_party/usrsctp/usrsctplib 424 /third_party/usrsctp/usrsctplib
422 /third_party/v8-i18n 425 /third_party/v8-i18n
423 /third_party/valgrind 426 /third_party/valgrind
424 /third_party/v4l2capture 427 /third_party/v4l2capture
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
466 /ui/keyboard/keyboard_mojom_bindings.xml 469 /ui/keyboard/keyboard_mojom_bindings.xml
467 /ui/surface/surface.xml 470 /ui/surface/surface.xml
468 /ui/surface/surface_gpu_tests.xml 471 /ui/surface/surface_gpu_tests.xml
469 /v8 472 /v8
470 /webkit/data 473 /webkit/data
471 /webpagereplay_logs/ 474 /webpagereplay_logs/
472 /win8/delegate_execute/delegate_execute_version_resources.xml 475 /win8/delegate_execute/delegate_execute_version_resources.xml
473 /win8/metro_driver/metro_driver_version_resources.xml 476 /win8/metro_driver/metro_driver_version_resources.xml
474 /x86-generic_out/ 477 /x86-generic_out/
475 /xcodebuild 478 /xcodebuild
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