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

Side by Side Diff: .gitignore

Issue 2593703003: Add gitignore and README for Vulkan deps. (Closed)
Patch Set: Created 4 years 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 | third_party/glslang-angle/README.chromium » ('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 332 matching lines...) Expand 10 before | Expand all | Expand 10 after
343 /third_party/eyesfree/src 343 /third_party/eyesfree/src
344 /third_party/ffmpeg 344 /third_party/ffmpeg
345 /third_party/findbugs 345 /third_party/findbugs
346 /third_party/flac 346 /third_party/flac
347 /third_party/flatbuffers/src 347 /third_party/flatbuffers/src
348 /third_party/fontconfig/src 348 /third_party/fontconfig/src
349 /third_party/freetype-android/src 349 /third_party/freetype-android/src
350 /third_party/freetype2/src 350 /third_party/freetype2/src
351 /third_party/gles2_conform 351 /third_party/gles2_conform
352 /third_party/glslang/src 352 /third_party/glslang/src
353 /third_party/glslang-angle/src
353 /third_party/gnu_binutils/ 354 /third_party/gnu_binutils/
354 /third_party/google_appengine_cloudstorage 355 /third_party/google_appengine_cloudstorage
355 /third_party/google_toolbox_for_mac/src 356 /third_party/google_toolbox_for_mac/src
356 /third_party/googlemac 357 /third_party/googlemac
357 /third_party/gvr-android-sdk/common_library.aar 358 /third_party/gvr-android-sdk/common_library.aar
358 /third_party/gvr-android-sdk/libgvr_shim_static_arm.a 359 /third_party/gvr-android-sdk/libgvr_shim_static_arm.a
359 /third_party/gvr-android-sdk/libgvr_shim_static_arm64.a 360 /third_party/gvr-android-sdk/libgvr_shim_static_arm64.a
360 /third_party/gvr-android-sdk/src 361 /third_party/gvr-android-sdk/src
361 /third_party/gperf 362 /third_party/gperf
362 /third_party/grpc 363 /third_party/grpc
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
435 /third_party/requests/src 436 /third_party/requests/src
436 /third_party/retrolambda/*.jar 437 /third_party/retrolambda/*.jar
437 /third_party/robolectric/lib/*.jar 438 /third_party/robolectric/lib/*.jar
438 /third_party/robolectric/robolectric 439 /third_party/robolectric/robolectric
439 /third_party/scons-2.0.1 440 /third_party/scons-2.0.1
440 /third_party/sfntly/src 441 /third_party/sfntly/src
441 /third_party/shaderc/src 442 /third_party/shaderc/src
442 /third_party/skia 443 /third_party/skia
443 /third_party/smhasher/src 444 /third_party/smhasher/src
444 /third_party/snappy/src 445 /third_party/snappy/src
446 /third_party/spirv-headers/src
445 /third_party/SPIRV-Tools/src 447 /third_party/SPIRV-Tools/src
448 /third_party/spirv-tools-angle/src
446 /third_party/sqlite4java/lib/**/*.dll 449 /third_party/sqlite4java/lib/**/*.dll
447 /third_party/sqlite4java/lib/**/*.jar 450 /third_party/sqlite4java/lib/**/*.jar
448 /third_party/sqlite4java/lib/**/*.jnilib 451 /third_party/sqlite4java/lib/**/*.jnilib
449 /third_party/sqlite4java/lib/**/*.so 452 /third_party/sqlite4java/lib/**/*.so
450 /third_party/swiftshader/ 453 /third_party/swiftshader/
451 /third_party/syzygy 454 /third_party/syzygy
452 /third_party/syzygy/binaries 455 /third_party/syzygy/binaries
453 /third_party/tsan/ 456 /third_party/tsan/
454 /third_party/ub-uiautomator/lib 457 /third_party/ub-uiautomator/lib
455 /third_party/usb_ids 458 /third_party/usb_ids
456 /third_party/usrsctp/usrsctplib 459 /third_party/usrsctp/usrsctplib
457 /third_party/v8-i18n 460 /third_party/v8-i18n
458 /third_party/valgrind 461 /third_party/valgrind
462 /third_party/vulkan-validation-layers/src
459 /third_party/v4l2capture 463 /third_party/v4l2capture
460 /third_party/visualmetrics 464 /third_party/visualmetrics
461 /third_party/wayland/src 465 /third_party/wayland/src
462 /third_party/wayland-protocols/src 466 /third_party/wayland-protocols/src
463 /third_party/wds/src 467 /third_party/wds/src
464 /third_party/webdriver/pylib 468 /third_party/webdriver/pylib
465 /third_party/webdriver/python/selenium 469 /third_party/webdriver/python/selenium
466 /third_party/webgl 470 /third_party/webgl
467 /third_party/webgl/src 471 /third_party/webgl/src
468 /third_party/webpagereplay/ 472 /third_party/webpagereplay/
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
502 /ui/keyboard/keyboard_mojom_bindings.xml 506 /ui/keyboard/keyboard_mojom_bindings.xml
503 /ui/surface/surface.xml 507 /ui/surface/surface.xml
504 /ui/surface/surface_gpu_tests.xml 508 /ui/surface/surface_gpu_tests.xml
505 /v8 509 /v8
506 /webkit/data 510 /webkit/data
507 /webpagereplay_logs/ 511 /webpagereplay_logs/
508 /win8/delegate_execute/delegate_execute_version_resources.xml 512 /win8/delegate_execute/delegate_execute_version_resources.xml
509 /win8/metro_driver/metro_driver_version_resources.xml 513 /win8/metro_driver/metro_driver_version_resources.xml
510 /x86-generic_out/ 514 /x86-generic_out/
511 /xcodebuild 515 /xcodebuild
OLDNEW
« no previous file with comments | « no previous file | third_party/glslang-angle/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698